circuitpython/supervisor
Scott Shawcroft fd5ef009a4
Move compressed strings into own object file
This breaks the translation dependency to all of the other objects
and therefore speeds up subsequent builds. Now, even when the big
translate() function is inlined in the header, it only needs to be
optimized once.
2022-06-02 11:48:56 -07:00
..
messages
shared Move compressed strings into own object file 2022-06-02 11:48:56 -07:00
stub Incorporated feedback from PR. 2022-04-04 21:47:05 +02:00
background_callback.h Check background pending before sleep 2021-08-19 12:18:13 -07:00
board.h Move hook implementation to supervisor 2022-04-18 14:09:36 +00:00
cpu.h
fatfs_port.h v3 BLE file service: Add file modification times 2021-09-13 14:46:14 -07:00
filesystem.h go into safe mode if not CIRCUITPY available 2021-12-27 18:58:24 -05:00
flash.h
flash_root_pointers.h Automatically count EXTERNAL_FLASH_DEVICES (mk2) 2021-03-07 12:51:47 -06:00
linker.h
memory.h
port.h
serial.h Switch to port_serial_* hooks 2022-03-22 19:40:33 -07:00
spi_flash_api.h
supervisor.mk Move compressed strings into own object file 2022-06-02 11:48:56 -07:00
usb.h Start of USB host API 2022-03-07 18:07:25 -08:00
workflow.h