circuitpython/ports/mimxrt10xx/boards
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
..
feather_m7_1011 add board.STEMMA_I2C alias to some boards 2022-02-02 01:18:46 +01:00
feather_mimxrt1011 board_deinit() everywhere 2021-11-30 11:00:10 -05:00
feather_mimxrt1062 board_deinit() everywhere 2021-11-30 11:00:10 -05:00
imxrt1010_evk board_deinit() everywhere 2021-11-30 11:00:10 -05:00
imxrt1020_evk board_deinit() everywhere 2021-11-30 11:00:10 -05:00
imxrt1060_evk Fix EVK status led to be inverted 2022-03-08 18:15:43 -08:00
metro_m7_1011 add board.STEMMA_I2C alias to some boards 2022-02-02 01:18:46 +01:00
teensy40 Add to board object other Serial and I2c pin names 2022-04-10 05:39:43 -07:00
teensy41 Add to board object other Serial and I2c pin names 2022-04-10 05:39:43 -07:00
flash_config.h Add board_deinit for use with sleep 2020-12-08 10:52:25 -08:00