summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-17Merge pull request #3689 from jepler/issue-36886.1.0-beta.0Scott Shawcroft
esp32s2: wifi: fix several debug-build errors
2020-11-17Merge pull request #3706 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-11-17Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-11-16Merge pull request #3667 from microDev1/watchdog-s2Scott Shawcroft
ESP32S2: Support for WatchDog
2020-11-16Merge pull request #3698 from BennyE/disablesoftapScott Shawcroft
esp32s2: Set station mode early to avoid SoftAP on startup
2020-11-16Merge pull request #3702 from DavePutz/issue2056Scott Shawcroft
Issue2056 - Prevent tracebacks from accumulating in REPL
2020-11-16Merge pull request #3691 from jepler/issue-3424Scott Shawcroft
esp32s2: Update esp-idf submodule to include fix for #3424
2020-11-16Merge pull request #3692 from weblate/weblate-circuitpython-mainScott Shawcroft
Translations update from Weblate
2020-11-16Prevent exceptions from accumulating in REPLroot
2020-11-16Merge pull request #34 from adafruit/mainDavePutz
Update from adafruit/main
2020-11-16Set station mode early to avoid SoftAP on startupBennyE
2020-11-15Translated using Weblate (Chinese (Pinyin))hexthat
Currently translated at 100.0% (846 of 846 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2020-11-15Translated using Weblate (Swedish)Jonny Bergdahl
Currently translated at 100.0% (846 of 846 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-11-15Translated using Weblate (French)Antonin ENFRUN
Currently translated at 100.0% (846 of 846 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2020-11-15Translated using Weblate (Spanish)RubenD
Currently translated at 99.2% (840 of 846 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-11-14Merge pull request #3680 from tannewt/magtag_builtin_displayLimor "Ladyada" Fried
Add board.DISPLAY to MagTag. Fix luma computation
2020-11-14esp32s2: Update esp-idf submodule to include fix for #3424Jeff Epler
This re-points the submodule to my personal fork of esp-idf. Users may need to `git submodule sync` in their existing trees when this change occurs. Adds just the following commit in esp-idf: > esp_crt_bundle: Allow verify_callback to correct BADCERT_BAD_MD
2020-11-14Add watchdog mode raisemicroDev
2020-11-13Save flash spaceScott Shawcroft
* No weak link for modules. It only impacts _os and _time and is already disabled for non-full builds. * Turn off PA00 and PA01 because they are the crystal on the Metro M0 Express. * Change ejected default to false to move it to BSS. It is set on USB connection anyway. * Set sinc_filter to const. Doesn't help flash but keeps it out of RAM.
2020-11-13Update parallel bus signaturesScott Shawcroft
2020-11-13Add .busy property to EPaperDisplayScott Shawcroft
2020-11-13Add board.DISPLAY to MagTag. Fix luma computationScott Shawcroft
* Initialize the EPaper display on the MagTag at start. * Tweak the display send to take a const buffer. * Correct Luma math * Multiply the blue component, not add. * Add all of the components together before dividing. This reduces the impact of truncated division.
2020-11-13Merge pull request #3687 from weblate/weblate-circuitpython-mainScott Shawcroft
Translations update from Weblate
2020-11-12esp32s2: wifi: fix several debug-build errorsJeff Epler
Closes #3688 With this change, I don't get the ESP_ERROR_CHECK failed repeatedly running code that imports wifi. (I'm not getting a successful connection but that's probably my own fault, such as a secrets problem)
2020-11-12Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-11-12Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-11-12Translated using Weblate (Japanese)sporeball
Currently translated at 71.8% (607 of 845 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ja/
2020-11-12Merge pull request #3681 from adafruit/6.0.xScott Shawcroft
Merge protomatter update back into `main`
2020-11-12Merge pull request #3683 from BHDynamics/dynossat_eduScott Shawcroft
Rename pins on dynossat_edu_eps to make them the same as the Arduino core
2020-11-12Merge pull request #3682 from microDev1/pcnt-resetScott Shawcroft
ESP32S2: Reset PCNT on user code reload
2020-11-12Merge pull request #3684 from adafruit/tannewt-patch-16.0.0Scott Shawcroft
Change creation date back.
2020-11-12Change creation date back.Scott Shawcroft
2020-11-12Freed some more spaceEnrique Casado
2020-11-12Rename pins to make them the same as the Arduino coreEnrique Casado
2020-11-12pcnt reset on reloadmicroDev
2020-11-11Merge pull request #3661 from jepler/protomatter-error-checking-6x6.0.0-rc.2Dan Halbert
RGBMatrix: Detect invalid bit_depth selection
2020-11-11Merge pull request #3671 from FoamyGuy/um_feathers2_board_spi_i2cScott Shawcroft
board.SPI() and board.I2C() for UnexpectedMaker Feather S2
2020-11-11Merge pull request #3674 from microDev1/defualt-pin-defScott Shawcroft
Add default pin definitions for microS2
2020-11-11Merge pull request #3670 from weblate/weblate-circuitpython-mainScott Shawcroft
Translations update from Weblate
2020-11-11Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-11-11Translated using Weblate (Chinese (Pinyin))hexthat
Currently translated at 100.0% (845 of 845 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2020-11-11Translated using Weblate (Polish)Maciej Stankiewicz
Currently translated at 72.1% (610 of 845 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
2020-11-11Merge pull request #3672 from tannewt/fix_eink_delayDan Halbert
Correct display sequence format docs
2020-11-11make translate on 6.0.xDan Halbert
2020-11-11adding default uart pinsfoamyguy
2020-11-11Add default pin definitionsmicroDev
2020-11-10Correct display sequence format docsScott Shawcroft
2020-11-10newline end of filefoamyguy
2020-11-10Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-11-10Translated using Weblate (Polish)Maciej Stankiewicz
Currently translated at 71.5% (605 of 845 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/