summaryrefslogtreecommitdiff
path: root/supervisor/shared
AgeCommit message (Expand)Author
2020-08-25Merge pull request #3318 from jepler/interrupt-serial-rxJeff Epler
2020-08-24Fix RGB LED useScott Shawcroft
2020-08-23supervisor: use mp_handle_pending to check for exceptionsJeff Epler
2020-08-23WIP supervisor: check for interrupt during rx_chrJeff Epler
2020-08-17Turn off terminalio for ja and koScott Shawcroft
2020-08-12Fix build errors when SHARPDISPLAY && !RGBMATRIXJeff Epler
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
2020-08-11Merge pull request #3232 from hierophect/esp32-neopixelScott Shawcroft
2020-08-10Add skip for rgb matrix exception handlingLucian Copeland
2020-08-10Fix neopixel macro issue, set default neopixel colorLucian Copeland
2020-08-05Fix pwm reset spew, protect against null reference in led statusLucian Copeland
2020-08-04Rework build flags, prevent idf errorsLucian Copeland
2020-08-04safe_mode: Exclude NORDIC_SOFT_DEVICE_ASSERT str if possibleJeff Epler
2020-07-30Merge pull request #3225 from hathach/improve-highspeed-usbJeff Epler
2020-07-29Merge pull request #3223 from dhalbert/unmount-before-resetScott Shawcroft
2020-07-29move CFG_TUSB_RHPORT0_MODE into generated headerhathach
2020-07-29remove obsolete CFG in tusb_config.hhathach
2020-07-28storage.erase_filesystem(): unmount and wait 1 second before resettingDan Halbert
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: 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-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-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