summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
AgeCommit message (Collapse)Author
2020-12-02Merge pull request #3612 from gamblor21/bus_deviceScott Shawcroft
Moving Adafruit_CircuitPython_BusDevice to core
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
2020-10-16Updated translationgamblor21
2020-10-15Add hostname validationmicroDev
2020-10-14displayio: new translation stringsJensen
2020-10-13Add method to set custom hostnamemicroDev
2020-10-12Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-12displayio: Add make_transparent to ColorConverterJensen
2020-10-10add translationsKenny
2020-10-06Remove logging from shared-bindings, fix translations, revert config target ↵Lucian Copeland
macro
2020-10-05Merge branch 'main' into esp32-analoginhierophect
2020-10-05Fix/remove various style issuesLucian Copeland
2020-10-01Add ADC calibration module supportLucian Copeland
2020-10-01Merge branch 'main' into framebuffer-zero-sizeScott Shawcroft
2020-09-29Merge remote-tracking branch 'origin/main' into canbus-api-changesJeff Epler
2020-09-29rgbmatrix: Check that the number of rgb pins is supported.Jeff Epler
Having zero RGB pins may not have been caught, nor having a non-multiple-of-6 value. Generally, users will only have 6 RGB pins unless they are driving multiple matrices in parallel. No existing breakouts exist to do this, and there are probably not any efficient pinouts to be had anyway.