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
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
2017-10-27
Read serial input as a background task so we can check for the interrupt char...
Dan Halbert
2017-10-12
merge 2.x changes into master; touch up Makefile CFLAGS logic
Dan Halbert
2017-09-22
Move to ASF4 and introduce SAMD51 support. (#258)
3.0.0-alpha.0
Scott Shawcroft