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
Age
Commit message (
Expand
)
Author
2020-12-02
Merge pull request #3767 from dhalbert/sleep
Scott Shawcroft
2020-11-30
Eliminate goto.
Christian Walther
2020-11-29
Optimize out allocation moving code on boards that don't need it.
Christian Walther
2020-11-29
Unify redundant low/high_address computation to save a bit of code size.
Christian Walther
2020-11-28
Make CIRCUITPY_SUPERVISOR_ALLOC_COUNT dependent on enabled features.
Christian Walther
2020-11-28
Fix align32_size().
Christian Walther
2020-11-28
Use movable allocation system for terminal tilegrid.
Christian Walther
2020-11-28
Add movable allocation system.
Christian Walther
2020-11-27
working! PinAlarm not implemented yet.
Dan Halbert
2020-11-25
merge from upstream + wip
Dan Halbert
2020-11-23
working, but need to avoid deep sleeping too fast before USB ready
Dan Halbert
2020-11-22
wip
Dan Halbert
2020-11-21
wip: ResetReason to microcontroller.cpu
Dan Halbert
2020-11-20
compiles
Dan Halbert
2020-11-19
wip; not compiling yet
Dan Halbert
2020-11-19
wip
Dan Halbert
2020-11-19
displayio: When the display is tall, move blinka above the text
Jeff Epler
2020-11-16
Merge remote-tracking branch 'adafruit/main' into sleep
Dan Halbert
2020-11-16
wip: initial code changes, starting from @tannewt's sleepio branch
Dan Halbert
2020-11-13
Save flash space
Scott Shawcroft
2020-10-31
Merge pull request #3627 from adafruit/6.0.x
Dan Halbert
2020-10-30
improve USB CDC disconnect/reconnect checking
Dan Halbert
2020-10-27
Start tweaking the workflow to sleep
Scott Shawcroft
2020-10-16
Merge pull request #3482 from cwalther/alloc
Jeff Epler
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-02
When there is not enough free space, but a matching hole on the other side, u...
Christian Walther
2020-10-02
Allow allocate_memory() to reuse holes when matching exactly.
Christian Walther
2020-10-02
Fix inconsistent supervisor heap.
Christian Walther
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-24
supervisor: stub: make unimplemented safe_mode loop forever
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-03
Merge remote-tracking branch 'adafruit/main' into native_wifi
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
[next]