aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/dev/uart.py
AgeCommit message (Collapse)Author
2019-10-03Reorganize resource taxonomy.whitequark
The current hierarchy isn't particularly well suited to resources like SDRAM or NOR flash, so make it much less fine-grained but easier to use and less nitpicky.
2019-08-04Use Pins/DiffPairs(assert_width) where appropriate.whitequark
2019-07-10dev: Refactor resource abstractions to use Resource.family.William D. Jones
2019-07-03dev.uart: fix typo.whitequark
2019-06-28[breaking-change] Factor out "irda" resource.whitequark
2019-06-28[breaking-change] Factor out "serial" resource and rename to "uart".whitequark
Also, add missing pullups where appropriate.