circuitpython/ports
Jeff Epler 430bcdb59d port_i2s_play: fill the initial buffer via background callback
There were _possibly_ problems where this routine was being entered
by direct call AND by background callback.  Schedule the work here,
and it will be done almost immediately, without worry about interference.
I don't know if this is strictly necessary, but it doesn't hurt.  Since
the I2S clock is being run all the time, we have to enter the background
task to fill the FIFO with zeros constantly anyway.
2021-01-08 08:49:25 -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 port_i2s_play: fill the initial buffer via background callback 2021-01-08 08:49:25 -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