summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
AgeCommit message (Collapse)Author
2021-01-12Merge pull request #3978 from ladyada/neotrinkeyJeff Epler
samd21 board with only 4 neopixels + two touchpads
2021-01-12Merge pull request #3733 from jepler/audioout-esp32Dan Halbert
esp32s2: Add I2SAudioOut
2021-01-12fix some precommit complaintslady ada
2021-01-12Merge remote-tracking branch 'origin/main' into audioout-esp32Jeff Epler
2021-01-12Merge branch 'main' into TouchAlarmmicroDev
2021-01-11Merge pull request #3949 from jepler/pre-commit-translationsScott Shawcroft
pre-commit: Add check for translations being up to date
2021-01-11fixes and enhancement for touch alarmmicroDev
- 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-07circuitpython.pot: regenerate without timestampJeff Epler
2021-01-07Merge remote-tracking branch 'origin/main' into audioout-esp32Jeff Epler
2021-01-05Merge branch 'main' into msgpackiot49
2021-01-05added //| to (hopefully) get CI to passBernhard Boser
2021-01-04make translateJeff Epler
2020-12-30Merge branch 'main' into touch-s2microDev
2020-12-30add pretend-to-sleep functionalitymicroDev
2020-12-29make translateJeff Epler
2020-12-23make translate yet again; forgot to fetch submodules to fresh cloneDan Halbert
2020-12-23make translate againDan Halbert
2020-12-23Merge branch 'main' into pin_alarmDan Halbert
2020-12-23Make translateScott Shawcroft
2020-12-23make translate for mainDan Halbert
2020-12-19expose wake pin parameter and more tweaksmicroDev
2020-12-18implement touch alarmmicroDev
2020-12-18Merge branch 'main' into ota-s2microDev
2020-12-18rename ota to dualbankmicroDev
2020-12-15Merge branch 'main' into esp-analog-hanghierophect
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.