summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
AgeCommit message (Collapse)Author
2020-12-14Merge remote-tracking branch 'upstream/main' into esp-analog-hangLucian Copeland
2020-12-14translationsLucian Copeland
2020-12-14make translateDan Halbert
2020-12-12Merge branch 'main' into ota-s2microDev
2020-12-11Merge branch 'main' into msgpackScott Shawcroft
2020-12-11add docs, update translation & fix ota.flash()microDev
2020-12-08TranslationsLucian Copeland
2020-12-08Add `board_deinit` for use with sleepScott 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-08add ota support for esp32s2microDev
2020-12-07remove a ~ from doc that causes an error; add ExtType.c to circuitpy_defns.mkBernhard Boser
2020-12-07add ExtType, update doc, add a testBernhard Boser
2020-12-02Merge pull request #3612 from gamblor21/bus_deviceScott Shawcroft
Moving Adafruit_CircuitPython_BusDevice to core
2020-12-02Merge remote-tracking branch 'adafruit/main' into msgpackScott Shawcroft
2020-12-01update translationsBernhard Boser
2020-12-01make translateBernhard Boser
2020-12-01Merge branch 'main' into bus_deviceMark
2020-11-27make translateDan Halbert
2020-11-27merge from upstreamDan Halbert
2020-11-27working! PinAlarm not implemented yet.Dan Halbert
2020-11-25merge from upstream + wipDan Halbert
2020-11-25changed alarm.time APIDan Halbert
2020-11-24Merge branch 'main' into esp32s2-udphierophect
2020-11-24translationsLucian Copeland
2020-11-24Merge branch 'main' into nvm-s2microDev
2020-11-23ulab: Update to release tag 1.1.0Jeff 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-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-11-19merge from mainDan Halbert
2020-11-19WIP: redo API; not compiled yetDan Halbert
2020-11-16Merge pull request #3667 from microDev1/watchdog-s2Scott Shawcroft
ESP32S2: Support for WatchDog
2020-11-16wip: initial code changes, starting from @tannewt's sleepio branchDan Halbert
2020-11-12Merge pull request #3681 from adafruit/6.0.xScott Shawcroft
Merge protomatter update back into `main`
2020-11-12Change creation date back.Scott Shawcroft
2020-11-11make translate on 6.0.xDan Halbert
2020-11-11nvm implementation for esp32s2microDev
2020-11-10watchdog implementation for esp32s2microDev
2020-11-09make translateJeff Epler
2020-11-04move pcnt handlermicroDev
2020-11-01Add pcnt handlermicroDev
2020-10-27Update translationmicroDev
2020-10-27Fix build errormicroDev
2020-10-27Merge pull request #3584 from jepler/can-esp32s2Scott Shawcroft
esp32s2: implement canio
2020-10-27Merge pull request #3608 from adafruit/6.0.xJeff Epler
Update main with latest 6.0.x
2020-10-26Added doc and translationsgamblor21
2020-10-26Use old translation date to avoid merge conflictScott Shawcroft
2020-10-26make translateJeff Epler
2020-10-25make translateJeff Epler
2020-10-19Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-16Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-16displayio: Add in opaque pixel option for futureJensen
2020-10-16Merge branch 'main' into recv_into_size_check6.1.0-alpha.0Mark