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
2021-02-15
wip: usb_cdc.serials
Dan Halbert
2021-02-04
shrink a couple of builds
Dan Halbert
2021-02-04
add usb_background_schedule()
hathach
2021-01-20
Fix press any key message
Scott Shawcroft
2020-12-31
update wake-alarm implementation
microDev
2020-12-22
A couple sleep fixes
Scott Shawcroft
2020-12-22
mark alarm.wake_alarm during gc sweep
Dan Halbert
2020-12-15
Add alarm.pin that wakes on pin level
Scott Shawcroft
2020-12-11
SleepMemory + set alarm.wake_alarm
Dan Halbert
2020-12-10
Fix some spelling mistakes
Mike Causer
2020-12-08
Fix build and more comments
Scott Shawcroft
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-12-07
Include wifi.radio singleton in gc
Dan Halbert
2020-12-02
Merge pull request #3767 from dhalbert/sleep
Scott Shawcroft
2020-12-01
address review comments
Dan Halbert
2020-11-28
Add movable allocation system.
Christian Walther
2020-11-26
deep sleep working; deep sleep delay when connected
Dan Halbert
2020-11-25
merge from upstream + wip
Dan Halbert
2020-11-25
changed alarm.time API
Dan Halbert
2020-11-24
some API renaming and bug fixes; fix docs
Dan Halbert
2020-11-23
working, but need to avoid deep sleeping too fast before USB ready
Dan Halbert
2020-11-22
wip
Dan Halbert
2020-11-21
wip: ResetReason to microcontroller.cpu
Dan Halbert
2020-11-19
wip; not compiling yet
Dan Halbert
2020-11-19
wip
Dan Halbert
2020-11-16
wip: initial code changes, starting from @tannewt's sleepio branch
Dan Halbert
2020-10-27
Start tweaking the workflow to sleep
Scott Shawcroft
2020-10-27
Implement sleep on code.py exit
microDev
2020-10-27
Get io wake working
microDev
2020-10-27
Update soft reboot message
microDev
2020-10-26
Fix lost board.SPI and board.I2C after being used by display.
Christian Walther
2020-10-07
Factor out code.py status messages
microDev
2020-10-07
Disable auto-reload in safe mode
microDev
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
[next]