circuitpython/ports/mimxrt10xx/boards/teensy40
KurtE ecf2f1c80c Add to board object other Serial and I2c pin names
While testing out this and the new MicroMod Teensy port, @mjs513
and myself found it desirable to have logical pin names for the
different Serial UART objects.  It is a lot easier and clearer
to use and maintain to do something
like: uart4 = busio.UART(board.TX4, board.RX4)
than have to go look up the pin numbers for each board.
2022-04-10 05:39:43 -07:00
..
board.c board_deinit() everywhere 2021-11-30 11:00:10 -05:00
board.ld Refine iMX RT memory layout and add three boards 2020-01-17 17:36:08 -08:00
flash_config.c run code formatting script 2021-03-15 19:27:36 +05:30
mpconfigboard.h Refine iMX RT memory layout and add three boards 2020-01-17 17:36:08 -08:00
mpconfigboard.mk Enable EVE low-level for Teensy 4.0 and 4.1 2021-03-05 11:32:58 -08:00
pins.c Add to board object other Serial and I2c pin names 2022-04-10 05:39:43 -07:00