diff options
| author | whitequark <whitequark@whitequark.org> | 2019-06-28 03:33:41 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2019-06-28 03:37:11 +0000 |
| commit | b2af7361c1863c4b6699b21c4b06935edd3671b8 (patch) | |
| tree | 88fd035bdb18a057a0fb21539280a67781450d39 /nmigen_boards/dev/__init__.py | |
| parent | c2a8e9adbce74078f0a147e4cce87ff1b7c2fb8e (diff) | |
[breaking-change] Factor out "serial" resource and rename to "uart".
Also, add missing pullups where appropriate.
Diffstat (limited to 'nmigen_boards/dev/__init__.py')
| -rw-r--r-- | nmigen_boards/dev/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nmigen_boards/dev/__init__.py b/nmigen_boards/dev/__init__.py index b27acfa..f89e46a 100644 --- a/nmigen_boards/dev/__init__.py +++ b/nmigen_boards/dev/__init__.py @@ -1 +1,2 @@ +from .uart import UARTResource from .flash import SPIFlashResources |
