circuitpython/supervisor/shared
Scott Shawcroft fc540b7ee4
Fix terminal on rotation
This fixes an issue where a terminal can't be started after being
stopped (when tilegrid_tiles is freed and set to NULL.)

Fixes #10241
2025-05-09 15:13:51 -07:00
..
bluetooth Factor out duplicate code. 2025-04-08 13:47:22 -07:00
external_flash Implement use_global_block_protection_lock for write-enabling flash. 2025-04-14 07:47:59 -07:00
translate wip: blink works on trinket M0 2024-07-27 08:06:20 -04:00
usb Reduce USB static buffers for ESP32-S2 2025-04-25 13:47:46 -07:00
web_workflow web_workflow.c: check for empty SSID before starting web workflow 2025-02-26 13:27:01 -05:00
background_callback.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
board.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
board.h guard2once -s ... 2024-05-19 20:40:44 -04:00
cpu.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
cpu.h guard2once -s ... 2024-05-19 20:40:44 -04:00
display.c Fix terminal on rotation 2025-05-09 15:13:51 -07:00
display.h guard2once -s ... 2024-05-19 20:40:44 -04:00
fatfs.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
filesystem.c Automount SD cards 2025-03-12 16:27:09 -07:00
flash.c Add support for saves partition 2025-03-06 16:48:59 -08:00
internal_flash.h guard2once -s ... 2024-05-19 20:40:44 -04:00
lock.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
lock.h guard2once -s ... 2024-05-19 20:40:44 -04:00
memory.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
micropython.c wip: fixing compilation 2024-07-26 18:38:46 -04:00
port.c Merge pull request #10231 from eightycc/issue-9710 2025-04-15 09:51:40 -07:00
reload.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
reload.h guard2once -s ... 2024-05-19 20:40:44 -04:00
rgb_led_colors.h add #pragma once to all CircuitPython header files without any include guards 2024-05-19 20:38:07 -04:00
safe_mode.c Update CIRCUITPY_BOOT_BUTTON_NO_GPIO to 0/1 for false/true. Add compile time check forbidding CIRCUITPY_BOOT_BUTTON and CIRCUITPY_BOOT_BUTTON_NO_GPIO. 2025-04-11 20:42:00 -07:00
safe_mode.h guard2once -s ... 2024-05-19 20:40:44 -04:00
serial.c Fix EOF test for web workflow repl 2025-03-26 12:31:55 -05:00
serial.h Restore console_uart_printf, fix use of __ZEPHYR__. 2025-02-13 06:52:12 -08:00
stack.c Add Zephyr port 2025-02-04 11:24:13 -08:00
stack.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
status_bar.c Improve Fruit Jam 2025-03-05 13:04:33 -08:00
status_bar.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
status_leds.c Add Zephyr port 2025-02-04 11:24:13 -08:00
status_leds.h guard2once -s ... 2024-05-19 20:40:44 -04:00
tick.c Make supervisor_get_raw_subticks a static function _get_raw_subticks. 2025-05-07 11:01:17 -07:00
tick.h Make supervisor_get_raw_subticks a static function _get_raw_subticks. 2025-05-07 11:01:17 -07:00
traceback.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
traceback.h add #pragma once to all CircuitPython header files without any include guards 2024-05-19 20:38:07 -04:00
workflow.c Merge pull request #9344 from tannewt/disable_ble_completely 2024-06-18 17:01:10 -04:00
workflow.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00