summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-02Added type hints to analogiotype_hintsdherrada
2020-07-01Merge pull request #3096 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-07-01Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
Currently translated at 100.0% (770 of 770 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-07-01Merge pull request #3094 from kamtom480/mkspkJeff Epler
spresense: add elf32.h for mkspk
2020-06-30Merge pull request #3089 from ansonhe97/mainScott Shawcroft
Add: added Seeed's Wio Terminal Board Support
2020-06-30Merge pull request #3090 from weblate/weblate-circuitpython-mainScott Shawcroft
Translations update from Weblate
2020-06-30Fix order of ci checkansonhe97
2020-06-30Update 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-06-30Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
Currently translated at 69.3% (526 of 759 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-06-30Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
Currently translated at 56.9% (432 of 759 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-06-30Translated using Weblate (Spanish)Alvaro Figueroa
Currently translated at 89.0% (676 of 759 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-06-29Merge pull request #2863 from jepler/sdcard-in-coreScott Shawcroft
Sdcard in core
2020-06-29Merge pull request #3082 from sommersoft/customcss_old_docs_warningScott Shawcroft
[main] Custom CSS For "Viewing Outdated Docs" Message
2020-06-29Merge pull request #3068 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-06-29Fix end of lineansonhe97
2020-06-29Add: Added Seeed Wio Terminal board supportansonhe97
2020-06-28Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
Currently translated at 24.3% (185 of 759 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-06-28Update 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-06-28Update 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-06-28Merge pull request #3086 from jerryneedell/jerryn_cmakeJeff Epler
change esp32s2 CMake verision requirement to >= 3.13
2020-06-28 remove extra frozen folderjerryneedell
2020-06-27change CMake verision requirementjerryneedell
2020-06-26Merge pull request #3078 from jepler/redirects-mk2Scott Shawcroft
Make redirects actually work on RTD, redirect __init__.html pages
2020-06-26add custom css for 'viewing-old-docs' messagesommersoft
2020-06-26docs: conf.py: fix logging about reidrectsJeff Epler
2020-06-26docs: conf.py: Fix redirects for RTDJeff Epler
2020-06-26redirects: Add __init__ page redirectsJeff Epler
2020-06-26redirects.txt: sort according to LANG=C.UTF-8 collation rulesJeff Epler
2020-06-26sdioio: Remove junk in commentsJeff Epler
2020-06-26atmel-sam: sdio: disable debug prints by defaultJeff Epler
2020-06-26Update shared-bindings/sdcardio/SDCard.cJeff Epler
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2020-06-26Merge pull request #3072 from PTS93/patch-2Scott Shawcroft
Update minimum required cmake to 3.16
2020-06-26atmel-samd: Add SDIO SD card interfaceJeff Epler
2020-06-26samd: sdio: Add needed files from atmel startJeff Epler
2020-06-26sdioio: Add shared-bindingsJeff Epler
There is no implementation yet.
2020-06-26shared-bindings: Factor out validate_list_is_free_pinsJeff Epler
This will ultimately be used by SDIO, where a variable length list of data lines is called for.
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
Testing performed: That a card is successfully mounted on Pygamer with the built in SD card slot This module is enabled for most FULL_BUILD boards, but is disabled for samd21 ("M0"), litex, and pca10100 for various reasons.
2020-06-26Merge pull request #3071 from jgillick/jeremy/stm-nvm-flashScott Shawcroft
STM32 (ThunderPack) - Move NVM sector to increase program size.
2020-06-26Merge pull request #3070 from PTS93/patch-1Scott Shawcroft
Fix typo inserting IDF_PATH variable
2020-06-25Move NVM block to increase program size.jgillick
2020-06-26Update minimum required cmake to 3.16Timon
Earliest tested version that compiles. Failed with version 3.10
2020-06-26Fix typo inserting IDF_PATH variableTimon
2020-06-25Merge pull request #3034 from jepler/terminology-cleanup6.0.0-alpha.0Scott Shawcroft
M/S Terminology cleanup
2020-06-25make translate and msgmergeJeff Epler
2020-06-25docs: Explain our shift in terminologyJeff Epler
2020-06-25remove machine_i2c, machine_spiJeff Epler
This micropython code is not used in circuitpython
2020-06-25README: point at status badge for github actions, and right branchJeff Epler
2020-06-25README: Remove a statement that's not particularly true at the momentJeff Epler
2020-06-25tests: Remove a test for micropython-specific SPI behaviorJeff Epler
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
This is an incompatible change.