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
2019-09-01
Fix status DotStar writing
Dan Halbert
2019-07-18
Track a dirty area for in-memory bitmaps
Scott Shawcroft
2019-07-09
Merge pull request #1925 from C47D/rgb_status
Scott Shawcroft
2019-07-08
[rgb status] Adjust to current brightness
C47D
2019-07-07
[rgb status] Also invert the pwm values on clear_temp_status
C47D
2019-07-06
[rgb led status] Add CP_RGB_STATUS_PWM_INVERTED symbol to invert pwm signals.
C47D
2019-07-06
Fix up nrf so that it is initialized properly. Also, do not reset
Scott Shawcroft
2019-06-26
Properly reset the terminal each init.
Scott Shawcroft
2019-06-14
Create a /lib directory when creating the filesystem.
Craig Forbes
2019-06-12
Add partial display update support.
Scott Shawcroft
2019-06-04
[supervisor/shared/rgb_led_status.c] Initial support for RGB led as Status
Carlos
2019-05-22
Make point 2 in areas exclusive and simplify full_coverage.
Scott Shawcroft
2019-05-21
Rework the pixel computation to use areas
Scott Shawcroft
2019-05-09
Merge pull request #1869 from tannewt/fix_programmatic_safe_mode
Dan Halbert
2019-05-09
Rework safe mode so we can trigger on all resets
Scott Shawcroft
2019-05-08
Update `on_next_reset` for new safe mode.
Scott Shawcroft
2019-05-08
Make status light flash blue for incompatible mpy (fixes #1369)
Terri Oda
2019-04-12
Update font location and shrink a bunch of builds
Scott Shawcroft
2019-04-12
Update supervisor.mk
hexthat
2019-04-12
Allow overriding the font per board definition
Radomir Dopieralski
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-04-05
Fix crash when getting board.SPI outside the VM
Scott Shawcroft
2019-04-05
Merge remote-tracking branch 'adafruit/master' into usb-disconnect
Dan Halbert
2019-04-04
@hathach's changes; check cdc connected during string write
Dan Halbert
2019-04-04
update tinyusb to fix disconnect/suspend issue with #1681
hathach
2019-04-04
Support multi-byte values with Bitmap
Scott Shawcroft
2019-04-03
Rework flash flush so it preserves the cache
Scott Shawcroft
2019-04-03
Set the terminal tilegrid NULL after free
Scott Shawcroft
2019-03-26
Make status LED brightness change immediate.
Scott Shawcroft
2019-03-26
Merge pull request #1672 from dhalbert/regular-fs-flush
Scott Shawcroft
2019-03-25
reset flush timer on call to filesystem_flush()
Dan Halbert
2019-03-20
flush flash filesystem once a second
Dan Halbert
2019-03-19
Move Glyph and BuiltinFont into fontio
Scott Shawcroft
2019-03-14
Long live shared bus singletons
Scott Shawcroft
2019-03-12
Stub out safe mode for mpy-cross
Scott Shawcroft
2019-03-12
Enter safe mode when an allocation is attempted on an uninitialized heap.
Scott Shawcroft
2019-02-21
Merge pull request #1584 from tannewt/disable_concurrent_write_protection
Dan Halbert
2019-02-21
Fix unix build by using filesystem stub
Scott Shawcroft
2019-02-21
Add option to disable the concurrent write protection
Scott Shawcroft
2019-02-19
Merge pull request #1552 from tannewt/onsdbitmap
Dan Halbert
2019-02-19
Prevent infinite display update recursion and fix VFS mounting
Scott Shawcroft
2019-02-18
Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most use...
Dan Halbert
2019-02-16
Merge pull request #1553 from tannewt/group_children
Dan Halbert
2019-02-15
address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE
Dan Halbert
2019-02-15
Store the original layer in Group
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-02-07
Make several const char / const char * arrays static to save a bit of space.
Lionel Debroux
2019-02-01
Fix built-in inits and terminal allocate
Scott Shawcroft
2019-01-31
Fix hallowing and nrf builds
Scott Shawcroft
2019-01-31
Remove Sprite references
Scott Shawcroft
[next]