circuitpython/ports
Jeff Epler a388a59543
rp2040: fix audio glitch at soft-reload
The internal flash cache wasn't being properly used, because
`write_blocks` unconditionally performed the flash write.

Fixing this so that the write's not done until `internal_flash_flush`
fixes the problem in my test program with i2sout & synthio.

as a future optimization, `flash_read_blocks` could learn to read out
of the cache, but that's probably not super important.
2023-05-04 08:41:23 -05:00
..
atmel-samd Merge pull request #7862 from jepler/synthio-envelope 2023-05-03 12:42:56 -05:00
broadcom Fix broadcom NAN 2023-05-01 11:38:13 -07:00
cxd56 Fix ticks 2023-04-07 09:49:51 -07:00
espressif Standardize CPU temp and voltage. Add autogen warning 2023-04-28 16:19:43 -07:00
litex Fix ticks 2023-04-07 09:49:51 -07:00
mimxrt10xx Merge pull request #7430 from Lanzaa/rp2040_cpu_frequency 2023-05-02 09:52:28 -07:00
nrf Fix board inits 2023-04-21 13:23:01 -07:00
raspberrypi rp2040: fix audio glitch at soft-reload 2023-05-04 08:41:23 -05:00
silabs Standardize CPU temp and voltage. Add autogen warning 2023-04-28 16:19:43 -07:00
stm Merge pull request #7862 from jepler/synthio-envelope 2023-05-03 12:42:56 -05:00
unix synthio: Add synthio.Note 2023-05-04 07:23:49 -05:00