circuitpython/ports/cxd56/common-hal
Scott Shawcroft 1acf65ee22
Fix `pwmio` on iMX RT.
It now handles deinit, never_reset and sharing tracking. PWM
now runs in the WAIT state as well during a time.sleep().

_reset_ok() was removed because it was called in one spot right
before deinit().

Some PWMOut were also switched to a bitmap for use instead of
reference count. That way init and deinit are idempotent.

Fixes #6589. Fixes #4841. Fixes #4541.
2023-02-22 11:22:39 -08:00
..
analogio message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
board Add Spresense board folder 2019-10-11 12:09:51 +02:00
busio address jepler's comments and further squeezes 2022-05-20 10:10:55 -04:00
camera spresense: Add HDR camera support 2023-02-01 12:37:29 +01:00
digitalio cyw43 basic gpio support, hwaddr in boot_out 2022-09-28 10:06:33 -05:00
gnss address jepler's comments and further squeezes 2022-05-20 10:10:55 -04:00
microcontroller Implement safemode.py 2023-02-13 18:26:38 -05:00
os run code formatting script 2021-03-15 19:27:36 +05:30
pulseio message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
pwmio Fix `pwmio` on iMX RT. 2023-02-22 11:22:39 -08:00
rtc message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
sdioio address jepler's comments and further squeezes 2022-05-20 10:10:55 -04:00
supervisor run code formatting script 2021-03-15 19:27:36 +05:30