micropython/ports/mimxrt/boards
robert-hh a0432ed9cb mimxrt: Update port to work with new nxp_driver v2.10.
The nxp_driver v2.10 allows for/requires some changes to the code:

- Remove some part of pwm_backlog.*, which is provided by the lib now.
- Change eth.c: the newer versions have additional parameters of the
  library versions.
- Change sdcard.c: use TransferBlocking instead of TransferNonblocking.
- Add some support for the MIMXRT1176 device.
- Set the clocks for UART, I2C, Timer.
- Integrate the I2S module and fix a rebase error.
- Use blocking transfer only for SPI.  It's faster and interferes less with
  other modules.
- Use the clock_config.c files of library v2.8.5.  The mimxrt files keeps
  the clock_config.c files from Verson 2.8.5.  With clock_config.c from
  v2.10, the boards do not work.  Refactoring of the clock set-up is on the
  to-do list.
- Enable expiry timers for UART, I2C and SPI, avoiding a stall in library
  code.
- The clock_config.* files are moved from the board-specific directories to
  the boards directory and given a MCU related name.
2022-06-03 10:48:49 +10:00
..
MIMXRT1010_EVK mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1015_EVK mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1020_EVK mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1050_EVK mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1060_EVK mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1064_EVK mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
OLIMEX_RT1010 mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
SEEED_ARCH_MIX mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
TEENSY40 mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
TEENSY41 mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
common.ld mimxrt: Optimize the runtime speed. 2021-10-25 23:54:47 +11:00
deploy_mimxrt.md mimxrt/boards: Update the board.json files and add deploy_xx.md files. 2021-11-16 23:17:42 +11:00
deploy_teensy.md mimxrt/boards: Extend the deploy_teensy.md instructions. 2022-05-27 13:23:46 +10:00
make-flexram-config.py mimxrt/boards: Add board files for MIMXRT1015 and MIMXRT1015_EVK. 2022-03-08 23:08:44 +11:00
make-pins.py mimxrt: Support PWM using the FLEXPWM and QTMR modules. 2021-11-24 13:48:27 +11:00
manifest.py mimxrt/boards: Support using an optional board-specific manifest.py. 2022-03-08 23:10:41 +11:00
MIMXRT1011_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1011_clock_config.c mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1011_clock_config.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1011.ld mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
MIMXRT1015_af.csv mimxrt/boards: Add board files for MIMXRT1015 and MIMXRT1015_EVK. 2022-03-08 23:08:44 +11:00
MIMXRT1015_clock_config.c mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1015_clock_config.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1015.ld mimxrt/boards: Add board files for MIMXRT1015 and MIMXRT1015_EVK. 2022-03-08 23:08:44 +11:00
MIMXRT1021_af.csv mimxrt: Support PWM using the FLEXPWM and QTMR modules. 2021-11-24 13:48:27 +11:00
MIMXRT1021_clock_config.c mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1021_clock_config.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1021.ld mimxrt: Support PWM using the FLEXPWM and QTMR modules. 2021-11-24 13:48:27 +11:00
MIMXRT1052_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1052_clock_config.c mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1052_clock_config.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1052.ld mimxrt: Enable ticks_cpu at boot time for NDEBUG builds only. 2021-12-14 08:07:52 +01:00
MIMXRT1062_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1062_clock_config.c mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1062_clock_config.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1062.ld mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
MIMXRT1064_af.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
MIMXRT1064_clock_config.c mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1064_clock_config.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
MIMXRT1064.ld mimxrt/sdram: Add SDRAM support. 2021-10-22 08:23:24 +02:00
mimxrt_prefix.c mimxrt/sdcard: Implement SDCard driver. 2021-09-07 20:45:33 +02:00