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-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
2019-01-31
More improvements to Terminal:
Scott Shawcroft
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
2019-01-31
Begin font parsing and packing for terminal
Scott Shawcroft
2019-01-31
Merge pull request #1503 from hathach/nrf-tinyusb-sd
Dan Halbert
2019-01-30
Updates devices.h to include the W25Q32FV flash chip that is on the SparkFun ...
Elias Santistevan
2019-01-30
refactor nrfx from supervisor/usb.c
hathach
2019-01-30
re-init usb hardware when enable/disable SD
hathach
2019-01-29
update tinyusb, work better with sd
hathach
2019-01-18
Improvements thanks to danh's review
Scott Shawcroft
2019-01-17
Fix up nrf and using board.SPI in FourWire
Scott Shawcroft
2019-01-17
share fourwire and make nrf compile
Scott Shawcroft
2019-01-16
Rework displays in prep for dynamic support and 8bit parallel.
Scott Shawcroft
2019-01-14
Add subclass support to displayio.
Scott Shawcroft
2019-01-10
Polish thanks to Dan's feedback
Scott Shawcroft
2019-01-09
Add USB MIDI support for SAMD and nRF.
Scott Shawcroft
2018-12-20
Don't check for corrupt heap too early; Fix QSPI timing
Dan Halbert
2018-12-07
Fix unused parameter
Scott Shawcroft
2018-12-06
Fix unix
Scott Shawcroft
2018-12-06
Add stack.c stub for mpy-cross
Scott Shawcroft
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft
2018-12-04
Add stack validity check and raise an error when it happens.
Scott Shawcroft
2018-12-04
Add correct flash chip for Particle Mesh boards
Scott Shawcroft
2018-12-04
Add particle boards, fix cp32 and try to speed up atmel build
Scott Shawcroft
2018-11-30
Fix up spi flash define
Scott Shawcroft
2018-11-27
Fix QSPI on Feather nRF52840
Scott Shawcroft
2018-11-23
Update tinyusb to include control fixes.
Scott Shawcroft
2018-11-14
Factor out of external flash as well.
Scott Shawcroft
2018-11-14
Factor out fake partition
Scott Shawcroft
2018-11-14
start debug
Scott Shawcroft
2018-11-09
Only write to usb when its around.
Scott Shawcroft
2018-11-09
Fix output overflow and make help translatable
Scott Shawcroft
2018-11-09
Incorporate feedback:
Scott Shawcroft
2018-11-09
Build refinement to handle warnings and quiet output
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-08-31
add pin claiming to devices
Dan Halbert
2018-08-16
Fix esp and samd
Scott Shawcroft
[next]