micropython/ports/mimxrt/hal
robert-hh a9a219d8bf mimxrt/hal/pwm_backport: Fix 0 and 65536 edge cases of PWM's duty_u16.
It should be that:
- duty_u16=0: output low, no pulse
- duty_u16=65536: output high, no pulse

That previously did not apply to all of the three PWM mechanisms of this
port.  This commit fixes it.

Signed-off-by: robert-hh <robert@hammelrath.com>
2023-08-15 23:06:12 +10:00
..
phy all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +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/flash: Separate low level driver code from flash object. 2023-05-09 15:18:36 +10:00
flexspi_hyper_flash.c mimxrt/flash: Separate low level driver code from flash object. 2023-05-09 15:18:36 +10:00
flexspi_hyper_flash.h mimxrt/flash: Separate low level driver code from flash object. 2023-05-09 15:18:36 +10:00
flexspi_nor_flash.c mimxrt/flash: Separate low level driver code from flash object. 2023-05-09 15:18:36 +10:00
flexspi_nor_flash.h mimxrt/flash: Separate low level driver code from flash object. 2023-05-09 15:18:36 +10:00
fsl_flexspi_nor_boot.c mimxrt: Format the firmware image to match the new teensy loader. 2022-09-13 18:35:48 +10:00
fsl_flexspi_nor_boot.h all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10: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/hal/pwm_backport: Fix 0 and 65536 edge cases of PWM's duty_u16. 2023-08-15 23:06:12 +10:00
pwm_backport.h mimxrt/hal/pwm_backport: Fix 0 and 65536 edge cases of PWM's duty_u16. 2023-08-15 23:06:12 +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/flash: Separate low level driver code from flash object. 2023-05-09 15:18:36 +10:00
resethandler_MIMXRT10xx.S all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00