| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2020-11-21 | wip: ResetReason to microcontroller.cpu | Dan Halbert | |
| 2020-11-19 | merge from main | Dan Halbert | |
| 2020-11-19 | WIP: redo API; not compiled yet | Dan Halbert | |
| 2020-11-16 | Merge pull request #3667 from microDev1/watchdog-s2 | Scott Shawcroft | |
| ESP32S2: Support for WatchDog | |||
| 2020-11-16 | wip: initial code changes, starting from @tannewt's sleepio branch | Dan Halbert | |
| 2020-11-12 | Merge pull request #3681 from adafruit/6.0.x | Scott Shawcroft | |
| Merge protomatter update back into `main` | |||
| 2020-11-12 | Change creation date back. | Scott Shawcroft | |
| 2020-11-11 | make translate on 6.0.x | Dan Halbert | |
| 2020-11-11 | nvm implementation for esp32s2 | microDev | |
| 2020-11-10 | watchdog implementation for esp32s2 | microDev | |
| 2020-11-09 | make translate | Jeff Epler | |
| 2020-11-04 | move pcnt handler | microDev | |
| 2020-11-01 | Add pcnt handler | microDev | |
| 2020-10-27 | Update translation | microDev | |
| 2020-10-27 | Fix build error | microDev | |
| 2020-10-27 | Merge pull request #3584 from jepler/can-esp32s2 | Scott Shawcroft | |
| esp32s2: implement canio | |||
| 2020-10-27 | Merge pull request #3608 from adafruit/6.0.x | Jeff Epler | |
| Update main with latest 6.0.x | |||
| 2020-10-26 | Added doc and translations | gamblor21 | |
| 2020-10-26 | Use old translation date to avoid merge conflict | Scott Shawcroft | |
| 2020-10-26 | make translate | Jeff Epler | |
| 2020-10-25 | make translate | Jeff Epler | |
| 2020-10-19 | Merge branch 'main' into color-converter-transparency | Jensen Kuras | |
| 2020-10-16 | Merge branch 'main' into color-converter-transparency | Jensen Kuras | |
| 2020-10-16 | displayio: Add in opaque pixel option for future | Jensen | |
| 2020-10-16 | Merge branch 'main' into recv_into_size_check6.1.0-alpha.0 | Mark | |
