aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/dev
AgeCommit message (Collapse)Author
2019-08-04[breaking-change] Factor out "sram" resource.whitequark
Fixes #9.
2019-07-10dev: Refactor resource abstractions to use Resource.family.William D. Jones
2019-07-10dev.spi: Update SPIResources to accept a name and direction.William D. Jones
2019-07-05dev.flash: spiflash→spi_flash, spiflash{2x,4x}→spi_flash_{2x,4x}.whitequark
Every other resource name uses underscores for separation, like eth_rgmii, so SPI flash should do it too.
2019-07-03Factor out SPI resource definition.Jean-François Nguyen
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.
2019-06-12Use the new active-low PinsN platform feature.whitequark
2019-06-06Factor out SPI flash resource definition.whitequark