circuitpython/ports
Scott Shawcroft 73e22f9eeb
Block all tasks (not interrupts) during flash erase
Otherwise we risk running code from flash while an erase is in
progress, crashing and corrupting the file system.

Related to #3744
2020-12-01 18:15:06 -08:00
..
atmel-samd Merge pull request #3695 from cwalther/movable 2020-11-30 16:00:55 -08:00
cxd56 Add movable allocation system. 2020-11-28 17:50:23 +01:00
esp32s2 Block all tasks (not interrupts) during flash erase 2020-12-01 18:15:06 -08:00
litex Add movable allocation system. 2020-11-28 17:50:23 +01:00
mimxrt10xx Add movable allocation system. 2020-11-28 17:50:23 +01:00
nrf Add movable allocation system. 2020-11-28 17:50:23 +01:00
stm Add movable allocation system. 2020-11-28 17:50:23 +01:00
unix Introduce, use mp_raise_arg1 2020-11-19 16:15:06 -06:00