circuitpython/ports/mimxrt/hal
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
..
phy mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
board.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
flexspi_flash_config.h mimxrt: Tidy up the board flash related files. 2021-12-14 20:31:20 +01:00
flexspi_hyper_flash.c mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
flexspi_hyper_flash.h mimxrt: Allow for board-specific flash driver files. 2022-01-27 16:53:30 +11:00
flexspi_nor_flash.c mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
flexspi_nor_flash.h mimxrt: Allow for board-specific flash driver files. 2022-01-27 16:53:30 +11:00
peripherals.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
pin_mux.h mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00
pwm_backport.c mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
pwm_backport.h mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
qspi_hyper_flash_config.c mimxrt: Allow for board-specific flash driver files. 2022-01-27 16:53:30 +11:00
qspi_nor_flash_config.c mimxrt: Allow for board-specific flash driver files. 2022-01-27 16:53:30 +11:00
resethandler_MIMXRT10xx.S mimxrt: Rework flash configuration. 2021-09-14 13:52:52 +02:00