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-09-21
canio: rename from _canio
Jeff Epler
2020-09-21
main.c: Correct CANIO if-guard
Jeff Epler
2020-09-21
_canio: Minimal implementation for SAM E5x MCUs
Jeff Epler
2020-08-30
merge from upstream
Dan Halbert
2020-08-21
Add PSRAM support to ESP32S2
Scott Shawcroft
2020-08-20
merge from upstream; working; includes debug_out code for debugging via Salea...
Dan Halbert
2020-08-13
fix reset logic to not do pin ops or heap ops at bad times
Dan Halbert
2020-08-11
Merge pull request #3232 from hierophect/esp32-neopixel
Scott Shawcroft
2020-08-10
Add skip for rgb matrix exception handling
Lucian Copeland
2020-08-04
service discovery works; need to work on char and descriptor discovery
Dan Halbert
2020-08-04
main: Allow these arrays to reside in ROM
Jeff Epler
2020-08-04
main: Drop "double extension" detection if not FULL_BUILD
Jeff Epler
2020-08-04
Combine some "safe mode" messages
Jeff Epler
2020-07-22
Add externs. GCC10 complains about duplicate defines
Scott Shawcroft
2020-07-22
Merge branch 'main' into memmonitor
Scott Shawcroft
2020-07-20
Tweak declaration for boards with TCM
Scott Shawcroft
2020-07-17
Get AllocationAlarm working
Scott Shawcroft
2020-07-17
Enable PYSTACK to keep function state out of the heap
Scott Shawcroft
2020-07-17
background_callback: Add gc collect callback
Jeff Epler
2020-07-15
supervisor: factor supervisor_background_tasks from sundry ports
Jeff Epler
2020-07-15
supervisor: Add a linked list of background callbacks
Jeff Epler
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
[next]