circuitpython/supervisor
Jeff Epler 1d03ec12b5 supervisor: Fix assertion error in supervisor_move_memory
It was possible for _only_ a low allocation to be performed.
In this case, `high_head` is NULL, and the comparison
`MP_STATE_VM(first_embedded_allocation) < high_head` would fail.

Closes: #4871
2021-06-10 11:10:27 -05:00
..
messages
shared supervisor: Fix assertion error in supervisor_move_memory 2021-06-10 11:10:27 -05:00
stub `workflow_active` was never defined or used 2021-05-01 13:34:28 -04:00
background_callback.h
board.h Add `board_deinit` for use with sleep 2020-12-08 10:52:25 -08:00
cpu.h
filesystem.h
flash.h
flash_root_pointers.h
linker.h
memory.h
port.h
serial.h codeformat: Fix handling of `**` 2021-04-30 15:30:13 -05:00
spi_flash_api.h
supervisor.mk Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
usb.h count in/out endpoints; allow more usb modules on low-endpoint boards 2021-05-13 21:59:02 -04:00
workflow.h `workflow_active` was never defined or used 2021-05-01 13:34:28 -04:00