summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-20supervisor: rename some locals for clarityJeff Epler
2020-07-20background callbacks: Clear any callbacks that were queuedJeff Epler
2020-07-17background_callback_gc_collect: We must traverse the whole listJeff Epler
2020-07-17background_callback: Add gc collect callbackJeff Epler
2020-07-15supervisor: usb: note that it's unusual to need to call usb_backgroundJeff Epler
2020-07-15supervisor: factor supervisor_background_tasks from sundry portsJeff Epler
2020-07-15supervisor: factor out, Handle USB via background callbackJeff Epler
2020-07-15background_callback: Avoid CALLBACK_CRITICAL_BEGIN with nothing to doJeff Epler
2020-07-15supervisor: tick: only run background tasks once per tickJeff Epler
2020-07-15supervisor: Add a linked list of background callbacksJeff Epler
2020-07-15tick.c: adjust whitespaceJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-06-29Fix debug UART callScott Shawcroft
2020-06-25Merge pull request #3046 from jepler/same51Jeff Epler
2020-06-24Merge pull request #3038 from jepler/compute-usb-devicesJeff Epler
2020-06-24supervisor.mk: Conditionally assign USB_DEVICESJeff Epler
2020-06-23supervisor.mk: Compute USB_DEVICES; remove from boards and portsJeff Epler
2020-06-23Merge pull request #3043 from DavePutz/Issue-2865Scott Shawcroft
2020-06-23Update handing of a CTRL-C exceptionDavePutz
2020-06-23atmel-samd: Add SAM E54 Xplained boardJeff Epler
2020-06-22Update tick.cDavePutz
2020-06-22flash: Correctly signal error on invalid flash readJeff Epler
2020-06-21Rework handling of ctrl-c interruptDavePutz
2020-06-19Generate stacktrace and reset exception for ctrl-c interruptDavePutz
2020-06-15supervisor.mk: Compute what USB_DEVICES should be, and check it against what ...Jeff Epler
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-29.../devices.h: Add GigaDevices GD25S512MD 64 MiB flash chip support.Brian Dean
2020-05-29Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-28translations: document the compressed formatJeff Epler
2020-05-28string compression: save a few bits per stringJeff Epler
2020-05-27watchdog: move timeout exception to shared-bindingsSean Cross
2020-05-27supervisor: tick: check for watchdog exception if enabledSean Cross
2020-05-27supervisor: add a new WATCHDOG_RESET safe mode reasonSean Cross
2020-05-27tick: break on watchdog timeout exceptionSean Cross
2020-05-21supervisor: support debugging tinyusbSean Cross
2020-05-19Merge pull request #2910 from tannewt/esp32s2Scott Shawcroft
2020-05-19bleio: adapter: add advertising timeout and statusSean Cross
2020-05-19_bleio: support anonymous advertisingSean Cross
2020-05-18Merge pull request #2837 from k0d/serial-debugScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-05-15Initial ESP32S2 port.Scott Shawcroft
2020-05-09More erroneous else statementsMax Holliday
2020-05-09Unified single_status_byte & no_reset_cmd behaviorMax Holliday
2020-05-09Removing erroneous else statements Max Holliday
2020-05-09Replacing device that was accidentally deleted Max Holliday
2020-05-04Merge branch 'master' into non-standard-nvmDan Halbert
2020-05-03.../external_flash.c: Don't attempt to issue CMD_READ_STATUS2 forBrian Dean