summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2021-02-04shrink a couple of buildsDan Halbert
2021-02-04add usb_background_schedule()hathach
2021-01-20Fix press any key messageScott Shawcroft
2020-12-31update wake-alarm implementationmicroDev
2020-12-22A couple sleep fixesScott Shawcroft
2020-12-22mark alarm.wake_alarm during gc sweepDan Halbert
2020-12-15Add alarm.pin that wakes on pin levelScott Shawcroft
2020-12-11SleepMemory + set alarm.wake_alarmDan Halbert
2020-12-10Fix some spelling mistakesMike Causer
2020-12-08Fix build and more commentsScott Shawcroft
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-12-07Include wifi.radio singleton in gcDan Halbert
2020-12-02Merge pull request #3767 from dhalbert/sleepScott Shawcroft
2020-12-01address review commentsDan Halbert
2020-11-28Add movable allocation system.Christian Walther
2020-11-26deep sleep working; deep sleep delay when connectedDan Halbert
2020-11-25merge from upstream + wipDan Halbert
2020-11-25changed alarm.time APIDan Halbert
2020-11-24some API renaming and bug fixes; fix docsDan Halbert
2020-11-23working, but need to avoid deep sleeping too fast before USB readyDan Halbert
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-11-19wip; not compiling yetDan Halbert
2020-11-19wipDan Halbert
2020-11-16wip: initial code changes, starting from @tannewt's sleepio branchDan Halbert
2020-10-27Start tweaking the workflow to sleepScott Shawcroft
2020-10-27Implement sleep on code.py exitmicroDev
2020-10-27Get io wake workingmicroDev
2020-10-27Update soft reboot messagemicroDev
2020-10-26Fix lost board.SPI and board.I2C after being used by display.Christian Walther
2020-10-07Factor out code.py status messagesmicroDev
2020-10-07Disable auto-reload in safe modemicroDev
2020-09-21canio: rename from _canioJeff Epler
2020-09-21main.c: Correct CANIO if-guardJeff Epler
2020-09-21_canio: Minimal implementation for SAM E5x MCUsJeff Epler
2020-08-30merge from upstreamDan Halbert
2020-08-21Add PSRAM support to ESP32S2Scott Shawcroft
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-13fix reset logic to not do pin ops or heap ops at bad timesDan Halbert
2020-08-11Merge pull request #3232 from hierophect/esp32-neopixelScott Shawcroft
2020-08-10Add skip for rgb matrix exception handlingLucian Copeland
2020-08-04service discovery works; need to work on char and descriptor discoveryDan Halbert
2020-08-04main: Allow these arrays to reside in ROMJeff Epler
2020-08-04main: Drop "double extension" detection if not FULL_BUILDJeff Epler
2020-08-04Combine some "safe mode" messagesJeff Epler
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-22Merge branch 'main' into memmonitorScott Shawcroft
2020-07-20Tweak declaration for boards with TCMScott Shawcroft
2020-07-17Get AllocationAlarm workingScott Shawcroft
2020-07-17Enable PYSTACK to keep function state out of the heapScott Shawcroft