circuitpython/ports/litex/boards/fomu
Scott Shawcroft 4363361c87
Board definition clean up
Removes:
* AUTORESET_DELAY_MS which never did anything but was introduced
  somehow.
* CIRCUITPY_BOOT_BUTTON in all but one ESP board because they all have
  them. There is a default based on the strapping pins.
* BOARD_USER_SAFE_MODE_ACTION because it was all the same for boards
  with boot buttons. Now the safe mode code manages the message.
2022-03-21 17:58:43 -07:00
..
generated run code formatting script 2021-03-15 19:27:36 +05:30
board.c board_deinit() everywhere 2021-11-30 11:00:10 -05:00
csr.h run code formatting script 2021-03-15 19:27:36 +05:30
fomu-spi.ld litex: move more critical code to RAM 2020-12-24 14:06:57 +08:00
mpconfigboard.h Board definition clean up 2022-03-21 17:58:43 -07:00
mpconfigboard.mk supervisor.mk: Compute USB_DEVICES; remove from boards and ports 2020-06-23 12:59:01 -05:00
pins.c change board dicts to include a common macro with __name__ 2021-09-03 21:03:55 +02:00
profiling.gdb.txt