aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/fomu_hacker.py
AgeCommit message (Collapse)Author
2019-09-23_blinky→test.blinkywhitequark
Expose blinky as a stable component, to make writing out-of-tree board files a bit nicer.
2019-09-23[breaking-change] Factor out "led", "button" and "switch" resources.whitequark
These resources were renamed as: * user_led → led * user_btn → button * user_sw → switch Fixes #13.
2019-09-21Fix IO_STANDARD on all iCE40 boards.whitequark
SB_LVCMOS33 is not recognized by vendor tools. Use SB_LVCMOS instead.
2019-08-30Update iCE40 GLOBAL and PULLUP attribute to use correct types.whitequark
2019-08-30Add Fomu Hacker platform.Robin Ole Heinemann