circuitpython/supervisor/shared
Scott Shawcroft b0adf65d94
Bump to v4 with move and dir path tweaks
2021-09-13 14:46:14 -07:00
..
bluetooth Bump to v4 with move and dir path tweaks 2021-09-13 14:46:14 -07:00
external_flash Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
usb Check background pending before sleep 2021-08-19 12:18:13 -07:00
autoreload.c Two tweaks to BLE workflow 2021-08-24 13:57:42 -07:00
autoreload.h Two tweaks to BLE workflow 2021-08-24 13:57:42 -07:00
background_callback.c Check background pending before sleep 2021-08-19 12:18:13 -07:00
board.c
board.h
cpu.c
cpu.h
display.c Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
display.h
filesystem.c
flash.c
internal_flash.h
lock.c compiles 2021-06-14 20:54:43 -04:00
lock.h compiles 2021-06-14 20:54:43 -04:00
memory.c Add supervisor.get_previous_traceback() function. 2021-07-22 12:23:55 -04: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 Add a flag to skip waiting for safe mode 2021-08-31 09:53:30 +02:00
safe_mode.h address review comments 2021-05-05 12:35:12 -04:00
serial.c Create first BLE-only board, Micro:Bit v2 2021-07-14 09:55:51 -07:00
stack.c
stack.h
status_leds.c Support multiple status dotstars 2021-08-24 14:35:11 -07:00
status_leds.h Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
tick.c remove gamepad; deprecate gamepadshift 2021-07-26 22:15:09 -04:00
tick.h
traceback.c Formatting fixes 2021-07-22 12:57:10 -04:00
traceback.h Formatting fixes 2021-07-22 12:57:10 -04:00
translate.c Improve mp_printf with support for compressed strings 2021-08-09 08:27:28 -05:00
translate.h Improve mp_printf with support for compressed strings 2021-08-09 08:27:28 -05:00
workflow.c
workflow.h