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-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
2020-05-19
Merge pull request #2910 from tannewt/esp32s2
Scott Shawcroft
2020-05-19
bleio: adapter: add advertising timeout and status
Sean Cross
2020-05-19
_bleio: support anonymous advertising
Sean Cross
2020-05-18
Merge pull request #2837 from k0d/serial-debug
Scott Shawcroft
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft
2020-05-09
More erroneous else statements
Max Holliday
2020-05-09
Unified single_status_byte & no_reset_cmd behavior
Max Holliday
2020-05-09
Removing erroneous else statements
Max Holliday
2020-05-09
Replacing device that was accidentally deleted
Max Holliday
2020-05-04
Merge branch 'master' into non-standard-nvm
Dan Halbert
2020-05-03
.../external_flash.c: Don't attempt to issue CMD_READ_STATUS2 for
Brian Dean
2020-04-28
fixing diff error
Max Holliday
2020-04-28
decoupling chip specific functions from EXTERNAL_FLASH_QSPI_SINGLE
Max Holliday
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-27
Merge remote-tracking branch 'adafruit/master'
Max Holliday
2020-04-26
Merge pull request #2805 from tannewt/update_tinyusb
Scott Shawcroft
2020-04-21
Fix USB midi and hid disable.
Scott Shawcroft
[next]