circuitpython/supervisor/shared
Scott Shawcroft eacb7dbe58
Don't block serial output in interrupt
The interrupt may have a higher priority than the serial output's
(USB) interrupt and may never make room. This makes prints from
interrupts (like the BLE event calls) best effort for what can be
queued up. The rest of the output will be dropped.
2021-04-09 12:56:03 -07:00
..
external_flash Fix devices include by splitting type from defines 2021-03-25 11:37:08 -07:00
usb run code formatting script 2021-03-15 19:27:36 +05:30
autoreload.c Updates based on feedback from jepler 2020-04-06 16:03:31 -07:00
autoreload.h Refine _bleio 2019-10-21 18:57:03 -07:00
background_callback.c run code formatting script 2021-03-15 19:27:36 +05:30
bluetooth.c run code formatting script 2021-03-15 19:27:36 +05:30
bluetooth.h wip: compiles 2020-08-02 11:36:38 -04:00
board.c run code formatting script 2021-03-15 19:27:36 +05:30
board.h run code formatting script 2021-03-15 19:27:36 +05:30
cpu.c Don't block serial output in interrupt 2021-04-09 12:56:03 -07:00
cpu.h Don't block serial output in interrupt 2021-04-09 12:56:03 -07:00
display.c run code formatting script 2021-03-15 19:27:36 +05:30
display.h Turn off terminalio for ja and ko 2020-08-17 17:17:59 -07:00
filesystem.c run code formatting script 2021-03-15 19:27:36 +05:30
flash.c run code formatting script 2021-03-15 19:27:36 +05:30
internal_flash.h Hopefully fix flash flush and hopefully audio as well. 2020-03-13 11:12:31 -07:00
memory.c Redo RP2040 flash settings 2021-03-18 16:55:42 -07:00
micropython.c run code formatting script 2021-03-15 19:27:36 +05:30
rgb_led_colors.h run code formatting script 2021-03-15 19:27:36 +05:30
rgb_led_status.c run code formatting script 2021-03-15 19:27:36 +05:30
rgb_led_status.h run code formatting script 2021-03-15 19:27:36 +05:30
safe_mode.c Changed error message to display the generic term 'system firmware' instead of the Nordic specific term 'soft device' 2021-04-02 20:34:37 +02:00
safe_mode.h run code formatting script 2021-03-15 19:27:36 +05:30
serial.c Don't block serial output in interrupt 2021-04-09 12:56:03 -07:00
stack.c run code formatting script 2021-03-15 19:27:36 +05:30
stack.h run code formatting script 2021-03-15 19:27:36 +05:30
status_leds.c Add feature conditionals and clean up 2019-07-22 12:58:28 -04:00
status_leds.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
tick.c run code formatting script 2021-03-15 19:27:36 +05:30
tick.h supervisor: factor supervisor_background_tasks from sundry ports 2020-07-15 11:49:44 -05:00
translate.c decompress: Fix decompression when length takes 7 bits 2021-04-04 11:15:33 -05:00
translate.h run code formatting script 2021-03-15 19:27:36 +05:30
workflow.c Switch to upstream TinyUSB 2021-01-21 11:33:13 -08:00
workflow.h merge from upstream + wip 2020-11-25 17:52:06 -05:00