index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
supervisor
/
shared
Age
Commit message (
Expand
)
Author
2020-08-25
Merge pull request #3318 from jepler/interrupt-serial-rx
Jeff Epler
2020-08-24
Fix RGB LED use
Scott Shawcroft
2020-08-23
supervisor: use mp_handle_pending to check for exceptions
Jeff Epler
2020-08-23
WIP supervisor: check for interrupt during rx_chr
Jeff Epler
2020-08-17
Turn off terminalio for ja and ko
Scott Shawcroft
2020-08-12
Fix build errors when SHARPDISPLAY && !RGBMATRIX
Jeff Epler
2020-08-12
sharpmemory: Implement support for Sharp Memory Displays in framebufferio
Jeff Epler
2020-08-11
Merge pull request #3232 from hierophect/esp32-neopixel
Scott Shawcroft
2020-08-10
Add skip for rgb matrix exception handling
Lucian Copeland
2020-08-10
Fix neopixel macro issue, set default neopixel color
Lucian Copeland
2020-08-05
Fix pwm reset spew, protect against null reference in led status
Lucian Copeland
2020-08-04
Rework build flags, prevent idf errors
Lucian Copeland
2020-08-04
safe_mode: Exclude NORDIC_SOFT_DEVICE_ASSERT str if possible
Jeff Epler
2020-07-30
Merge pull request #3225 from hathach/improve-highspeed-usb
Jeff Epler
2020-07-29
Merge pull request #3223 from dhalbert/unmount-before-reset
Scott Shawcroft
2020-07-29
move CFG_TUSB_RHPORT0_MODE into generated header
hathach
2020-07-29
remove obsolete CFG in tusb_config.h
hathach
2020-07-28
storage.erase_filesystem(): unmount and wait 1 second before resetting
Dan Halbert
2020-07-20
supervisor: rename some locals for clarity
Jeff Epler
2020-07-20
background callbacks: Clear any callbacks that were queued
Jeff Epler
2020-07-17
background_callback_gc_collect: We must traverse the whole list
Jeff Epler
2020-07-17
background_callback: Add gc collect callback
Jeff Epler
2020-07-15
supervisor: factor supervisor_background_tasks from sundry ports
Jeff Epler
2020-07-15
supervisor: factor out, Handle USB via background callback
Jeff Epler
2020-07-15
background_callback: Avoid CALLBACK_CRITICAL_BEGIN with nothing to do
Jeff Epler
2020-07-15
supervisor: tick: only run background tasks once per tick
Jeff Epler
2020-07-15
supervisor: Add a linked list of background callbacks
Jeff Epler
2020-07-15
tick.c: adjust whitespace
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-07-01
Merge pull request #3083 from tannewt/esp32s2_busio
Jeff Epler
2020-06-29
Fix debug UART call
Scott Shawcroft
2020-06-25
Merge pull request #3046 from jepler/same51
Jeff Epler
2020-06-23
Merge pull request #3043 from DavePutz/Issue-2865
Scott Shawcroft
2020-06-23
Update handing of a CTRL-C exception
DavePutz
2020-06-23
atmel-samd: Add SAM E54 Xplained board
Jeff Epler
2020-06-22
Update tick.c
DavePutz
2020-06-22
flash: Correctly signal error on invalid flash read
Jeff Epler
2020-06-21
Rework handling of ctrl-c interrupt
DavePutz
2020-06-19
Generate stacktrace and reset exception for ctrl-c interrupt
DavePutz
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-06-01
Merge remote-tracking branch 'adafruit/master' into wdt-nrf
Scott Shawcroft
2020-05-29
.../devices.h: Add GigaDevices GD25S512MD 64 MiB flash chip support.
Brian Dean
2020-05-29
Merge remote-tracking branch 'adafruit/master' into wdt-nrf
Scott Shawcroft
2020-05-28
translations: document the compressed format
Jeff Epler
2020-05-28
string compression: save a few bits per string
Jeff Epler
2020-05-27
watchdog: move timeout exception to shared-bindings
Sean Cross
2020-05-27
supervisor: tick: check for watchdog exception if enabled
Sean Cross
2020-05-27
supervisor: add a new WATCHDOG_RESET safe mode reason
Sean Cross
2020-05-27
tick: break on watchdog timeout exception
Sean Cross
2020-05-21
supervisor: support debugging tinyusb
Sean Cross
[next]