circuitpython/supervisor/shared
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
..
external_flash Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
usb handle CIRCUITPY_USB_CDC = 0 properly (fix simmel build) 2021-06-02 15:27:20 -04:00
autoreload.c Remove overwrite of run_reason in main 2021-05-04 17:04:24 -04:00
autoreload.h
background_callback.c
bluetooth.c
bluetooth.h
board.c
board.h
cpu.c modify copyright notice. 2021-04-25 19:57:21 +09:00
cpu.h
display.c
display.h
filesystem.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
flash.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
internal_flash.h
memory.c supervisor: Fix assertion error in supervisor_move_memory 2021-06-10 11:10:27 -05:00
micropython.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
rgb_led_colors.h Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
safe_mode.c Merge pull request #4743 from tannewt/simplify_status_led 2021-05-21 10:55:11 -07:00
safe_mode.h address review comments 2021-05-05 12:35:12 -04:00
serial.c [resolves #4771] DEBUG UART supported on ATMSAME5x 2021-05-17 21:22:24 +02:00
stack.c
stack.h
status_leds.c Handle inverted neopixel power 2021-05-19 17:29:02 -07:00
status_leds.h Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
tick.c
tick.h
translate.c
translate.h Fix up all natmod examples 2021-05-08 20:17:16 -05:00
workflow.c
workflow.h `workflow_active` was never defined or used 2021-05-01 13:34:28 -04:00