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
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
2018-07-31
Allow for resizing the stack area.
Scott Shawcroft
2018-07-31
Add basic memory allocation outside Python runtime
Scott Shawcroft
2018-07-03
Mark pointers in cpu registers as in use.
Scott Shawcroft
2018-06-14
Fix playing audio from SD card
Dan Halbert
2018-06-06
main: move code pertaining to boot.py out of line
Jeff Epler
2018-06-05
main: Explicitly set the stack top based on _estack
Jeff Epler
2018-05-19
wasn't always clearing boot_output_file
Dan Halbert
2018-05-14
Rename reload_next_character to reload_requested to make it match it's intend...
Roy Hooper
2018-05-07
clarify comment
Dan Halbert
2018-05-06
boot.py change of filesystem writability would get overridden.
Dan Halbert
2018-05-04
minor function API improvement
Dan Halbert
2018-05-03
Handle bad power on reset.
Dan Halbert
2018-04-12
Fix the status neopixel flashing.
Scott Shawcroft
2018-04-09
add storage.erase_filesystem() to erase and reformat CIRCUITPY
Dan Halbert
2018-03-24
WIP: simple working HID
Dan Halbert
2018-02-14
m4 pulseout works
Scott Shawcroft
2018-02-12
m4 tc output works. Watch out for the PAC!
Scott Shawcroft
2017-11-22
M4 status LED flashing with no main.py present #447 Initialized stack variable
mrmcwethy
2017-11-16
Create supervisor module.
Scott Shawcroft
2017-11-07
support for doubled file extensions ala issue #383 (#415)
bsiepert
2017-10-31
atmel-samd: Add samd21 neopixel support.
Scott Shawcroft
2017-10-30
atmel-samd: More USB polish
Scott Shawcroft
2017-10-27
Read serial input as a background task so we can check for the interrupt char...
Dan Halbert
2017-10-27
Revert "Allow main.py to be interrupted by ctrl-C" (#381)
Dan Halbert
[next]