circuitpython/ports
Jeff Epler e20c65d8f0 background tasks: Add, use port_wake_main_task
Some ports need an extra operation to ensure that the main task is
awoken so that a queued background task will execute during an ongoing
light sleep.

This removes the need to enable supervisor ticks while I2SOut is operating.

Closes: #3952
2021-01-09 14:02:47 -06:00
..
atmel-samd Added CP Dotstart Lib to Build 2021-01-03 10:42:58 -06:00
cxd56 Merge pull request #3752 from jepler/gcc10 2020-12-17 11:03:40 -05:00
esp32s2 background tasks: Add, use port_wake_main_task 2021-01-09 14:02:47 -06:00
litex Merge pull request #3888 from microDev1/fix-reset-pin 2020-12-29 10:08:47 -06:00
mimxrt10xx update common_hal_reset_pin() 2020-12-28 20:04:00 +05:30
nrf update common_hal_reset_pin() 2020-12-28 20:04:00 +05:30
stm update common_hal_reset_pin() 2020-12-28 20:04:00 +05:30
unix Stub out mp_hal_is_interrupted for UNIX 2020-12-23 12:22:50 -08:00