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
/
main.c
Age
Commit message (
Expand
)
Author
2020-05-28
string compression: save a few bits per string
Jeff Epler
2020-05-19
Merge pull request #2910 from tannewt/esp32s2
Scott Shawcroft
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft
2020-03-13
Fix autoreload, neopixel, monotonic_ns and sleep w/o SD
Scott Shawcroft
2020-01-29
Move board_init to main.c
Lucian Copeland
2019-12-12
merge from master
Dan Halbert
2019-12-12
Fix flash write error handling; clean up safe mode message printing
Dan Halbert
2019-12-05
wip
Dan Halbert
2019-10-21
Refine _bleio
Scott Shawcroft
2019-10-20
Parameterize linker script
Dan Halbert
2019-10-18
Use get top and limit stack functions
Kamil Tomaszewski
2019-08-22
Fix builds without displayio
Scott Shawcroft
2019-08-22
Refresh ePaper displays once code.py is done running
Scott Shawcroft
2019-07-24
Requested changes, general cleanup
Hierophect
2019-07-22
Fix LED misuse interfering with atmel builds
Hierophect
2019-07-22
Add feature conditionals and clean up
Hierophect
2019-06-28
remove build, fix link issues)
Hierophect
2019-06-28
first commit, very crude
Hierophect
2019-06-06
Include display objects in gc.
Dan Halbert
2019-04-17
Unify VM cleanup code
Scott Shawcroft
2019-04-09
Merge pull request #1773 from dhalbert/no-recursive-background-tasks
Scott Shawcroft
2019-04-09
Don't let a background task call run_background_tasks()
Dan Halbert
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-03-16
also flush fileystem on soft reboot from repl
Dan Halbert
2019-03-16
after code.py runs, flush filesystem before resetting heap
Dan Halbert
2019-03-12
Enter safe mode when an allocation is attempted on an uninitialized heap.
Scott Shawcroft
2019-02-21
Add option to disable the concurrent write protection
Scott Shawcroft
2019-02-19
Prevent infinite display update recursion and fix VFS mounting
Scott Shawcroft
2019-02-15
WIP: atmel-samd trinket build works
Dan Halbert
2019-02-13
A safe mode fix and displayio fixes
Scott Shawcroft
2019-02-07
Make several const char / const char * arrays static to save a bit of space.
Lionel Debroux
2019-01-31
More improvements to Terminal:
Scott Shawcroft
2019-01-31
Support adjustable backlight brightness
Scott Shawcroft
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
2019-01-17
Fix up nrf and using board.SPI in FourWire
Scott Shawcroft
2019-01-17
External fourwire works and blinka splash after
Scott Shawcroft
2019-01-16
Rework displays in prep for dynamic support and 8bit parallel.
Scott Shawcroft
2018-12-07
Fix running the USB task on nRF.
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-11-15
merge 3.x swap of /lib and .frozen; update frozen libs
Dan Halbert
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-11-01
put .frozen before /lib in sys.path; update frozen libraries
Dan Halbert
2018-10-11
network module c api into shared-module
Nick Moore
2018-10-04
change initialization method + mod_network names
Nick Moore
2018-09-06
Initial Grand Central definition
Scott Shawcroft
2018-08-31
add pin claiming to devices
Dan Halbert
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
[next]