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-10-12
Finer grained, per port tick locking
Scott Shawcroft
2020-10-07
Unify iMX flash config and add Metro M7 1011
Scott Shawcroft
2020-10-01
Merge pull request #3469 from jepler/noreturn
Scott Shawcroft
2020-09-29
Update make translate script
microDev
2020-09-28
Add some NORETURN attributes
Jeff Epler
2020-09-17
supervisor: Improve serial connection detection
Jeff Epler
2020-09-16
Merge pull request #3398 from jepler/better-dictionary-compression
Scott Shawcroft
2020-09-15
supervisor translate: explain the dictionary
Jeff Epler
2020-09-13
Update safe_mode.c
microDev
2020-09-13
Update safe mode reason
microDev
2020-09-14
Small improvements to the dictionary compression
Taku Fukada
2020-09-12
compression: Implement ciscorn's dictionary approach
Jeff Epler
2020-09-12
Fix serial console output & add more boards
microDev
2020-09-11
Added esp32s2 safe_mode & fixed user_safe_mode
microDev
2020-09-10
Merge pull request #3370 from jepler/compression-bigrams
Scott Shawcroft
2020-09-08
Fix decompression of unicode values above 2047
Jeff Epler
2020-09-08
translations: Make decompression clearer
Jeff Epler
2020-09-08
Fix heap without PSRAM. Never set heap_size.
Scott Shawcroft
2020-09-02
Merge pull request #3344 from jepler/issue-3184
Scott Shawcroft
2020-09-01
add bigram compression to makeqstrdata
Jeff Epler
2020-09-01
supervisor: Always allocate at least a 1x1 terminal
Jeff Epler
2020-08-30
merge from upstream
Dan Halbert
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-20
merge from upstream; working; includes debug_out code for debugging via Salea...
Dan Halbert
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-08-02
wip: compiles
Dan Halbert
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
[next]