circuitpython/supervisor/shared
Scott Shawcroft 931757f4a9
Improve web workflow responsiveness
1. Run the socket select task at the same priority as CP. This is
  needed because it queues up the background work. Without it, CP
  needed to sleep to let the lower priority task go.
2. Close the active socket on disconnect. This prevents looping
  over a disconnected but not closed socket.

Fixes #6610. Fixes #6613
2022-07-26 15:29:49 -07:00
..
bluetooth Fix BLE autoreload 2022-05-10 12:31:40 -07:00
external_flash Move hook implementation to supervisor 2022-04-18 14:09:36 +00:00
translate Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
usb refactor debug UART to console UART; get working on ESP32 2022-06-30 23:16:46 -04:00
web_workflow Improve web workflow responsiveness 2022-07-26 15:29:49 -07:00
background_callback.c Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07: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 Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
cpu.h modify copyright notice. 2021-04-25 19:57:21 +09:00
display.c Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
display.h Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
filesystem.c go into safe mode if not CIRCUITPY available 2021-12-27 18:58:24 -05:00
flash.c Make autoreload checking more robust 2022-03-09 11:07:55 -05:00
internal_flash.h Hopefully fix flash flush and hopefully audio as well. 2020-03-13 11:12:31 -07:00
lock.c compiles 2021-06-14 20:54:43 -04:00
lock.h compiles 2021-06-14 20:54:43 -04:00
memory.c chore(usb_vendor): update non-movable memory enum 2021-10-04 07:36:08 -07:00
micropython.c Enable -Wmissing-prototypes for atmel-samd 2021-11-09 20:05:00 -06:00
reload.c fix ReloadException when in REPL 2022-03-16 12:36:52 -04:00
reload.h CORS works and autoreload too 2022-06-27 13:39:08 -07:00
rgb_led_colors.h Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
safe_mode.c Safe mode when ESP interrupt watchdog fires 2022-06-29 12:31:18 -07:00
safe_mode.h go into safe mode if not CIRCUITPY available 2021-12-27 18:58:24 -05:00
serial.c Merge branch 'main' into esp32 2022-07-13 15:30:53 -07:00
stack.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
stack.h run code formatting script 2021-03-15 19:27:36 +05:30
status_leds.c Don't update status LED color on brightness change 2022-02-17 14:21:03 -08:00
status_leds.h Espressif: Fix interrupts in UART workflow 2022-03-25 16:20:04 +11:00
tick.c Update supervisor/shared/tick.c 2022-05-25 11:18:08 +02:00
tick.h rework auto-reload delay logic 2022-03-11 14:03:04 -05:00
traceback.c Formatting fixes 2021-07-22 12:57:10 -04:00
traceback.h Formatting fixes 2021-07-22 12:57:10 -04:00
workflow.c Add socket select task to wake CP 2022-07-13 17:35:35 -07:00
workflow.h workflow_active was never defined or used 2021-05-01 13:34:28 -04:00