| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-12 | Merge pull request #3978 from ladyada/neotrinkey | Jeff Epler | |
| samd21 board with only 4 neopixels + two touchpads | |||
| 2021-01-12 | Merge pull request #3733 from jepler/audioout-esp32 | Dan Halbert | |
| esp32s2: Add I2SAudioOut | |||
| 2021-01-12 | fix some precommit complaints | lady ada | |
| 2021-01-12 | Merge remote-tracking branch 'origin/main' into audioout-esp32 | Jeff Epler | |
| 2021-01-12 | Merge branch 'main' into TouchAlarm | microDev | |
| 2021-01-11 | Merge pull request #3949 from jepler/pre-commit-translations | Scott Shawcroft | |
| pre-commit: Add check for translations being up to date | |||
| 2021-01-11 | fixes and enhancement for touch alarm | microDev | |
| - prevent touch alarm initialization if not set - fix wake_alarm is set to touch alarm on autoreload - add ability to have multiple touch alarms in light sleep | |||
| 2021-01-07 | circuitpython.pot: regenerate without timestamp | Jeff Epler | |
| 2021-01-07 | Merge remote-tracking branch 'origin/main' into audioout-esp32 | Jeff Epler | |
| 2021-01-05 | Merge branch 'main' into msgpack | iot49 | |
| 2021-01-05 | added //| to (hopefully) get CI to pass | Bernhard Boser | |
| 2021-01-04 | make translate | Jeff Epler | |
| 2020-12-30 | Merge branch 'main' into touch-s2 | microDev | |
| 2020-12-30 | add pretend-to-sleep functionality | microDev | |
| 2020-12-29 | make translate | Jeff Epler | |
| 2020-12-23 | make translate yet again; forgot to fetch submodules to fresh clone | Dan Halbert | |
| 2020-12-23 | make translate again | Dan Halbert | |
| 2020-12-23 | Merge branch 'main' into pin_alarm | Dan Halbert | |
| 2020-12-23 | Make translate | Scott Shawcroft | |
| 2020-12-23 | make translate for main | Dan Halbert | |
| 2020-12-19 | expose wake pin parameter and more tweaks | microDev | |
| 2020-12-18 | implement touch alarm | microDev | |
| 2020-12-18 | Merge branch 'main' into ota-s2 | microDev | |
| 2020-12-18 | rename ota to dualbank | microDev | |
| 2020-12-15 | Merge branch 'main' into esp-analog-hang | hierophect | |
| 2020-12-14 | Merge remote-tracking branch 'upstream/main' into esp-analog-hang | Lucian Copeland | |
| 2020-12-14 | translations | Lucian Copeland | |
| 2020-12-14 | make translate | Dan Halbert | |
| 2020-12-12 | Merge branch 'main' into ota-s2 | microDev | |
| 2020-12-11 | Merge branch 'main' into msgpack | Scott Shawcroft | |
| 2020-12-11 | add docs, update translation & fix ota.flash() | microDev | |
| 2020-12-08 | Translations | Lucian Copeland | |
| 2020-12-08 | Add `board_deinit` for use with sleep | Scott Shawcroft | |
| This changes lots of files to unify `board.h` across ports. It adds `board_deinit` when CIRCUITPY_ALARM is set. `main.c` uses it to deinit the board before deep sleeping (even when pretending.) Deep sleep is now a two step process for the port. First, the port should prepare to deep sleep based on the given alarms. It should set alarms for both deep and pretend sleep. In particular, the pretend versions should be set immediately so that we don't miss an alarm as we shutdown. These alarms should also wake from `port_idle_until_interrupt` which is used when pretending to deep sleep. Second, when real deep sleeping, `alarm_enter_deep_sleep` is called. The port should set any alarms it didn't during prepare based on data it saved internally during prepare. ESP32-S2 sleep is a bit reorganized to locate more logic with TimeAlarm. This will help it scale to more alarm types. Fixes #3786 | |||
| 2020-12-08 | add ota support for esp32s2 | microDev | |
| 2020-12-07 | remove a ~ from doc that causes an error; add ExtType.c to circuitpy_defns.mk | Bernhard Boser | |
| 2020-12-07 | add ExtType, update doc, add a test | Bernhard Boser | |
| 2020-12-02 | Merge pull request #3612 from gamblor21/bus_device | Scott Shawcroft | |
| Moving Adafruit_CircuitPython_BusDevice to core | |||
| 2020-12-02 | Merge remote-tracking branch 'adafruit/main' into msgpack | Scott Shawcroft | |
| 2020-12-01 | update translations | Bernhard Boser | |
| 2020-12-01 | make translate | Bernhard Boser | |
| 2020-12-01 | Merge branch 'main' into bus_device | Mark | |
| 2020-11-27 | make translate | Dan Halbert | |
| 2020-11-27 | merge from upstream | Dan Halbert | |
| 2020-11-27 | working! PinAlarm not implemented yet. | Dan Halbert | |
| 2020-11-25 | merge from upstream + wip | Dan Halbert | |
| 2020-11-25 | changed alarm.time API | Dan Halbert | |
| 2020-11-24 | Merge branch 'main' into esp32s2-udp | hierophect | |
| 2020-11-24 | translations | Lucian Copeland | |
| 2020-11-24 | Merge branch 'main' into nvm-s2 | microDev | |
| 2020-11-23 | ulab: Update to release tag 1.1.0 | Jeff Epler | |
| Disable certain classes of diagnostic when building ulab. We should submit patches upstream to (A) fix these errors and (B) upgrade their CI so that the problems are caught before we want to integrate with CircuitPython, but not right now. | |||
