| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-02 | Added type hints to analogiotype_hints | dherrada | |
| 2020-07-01 | Merge pull request #3096 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-07-01 | Translated 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-01 | Merge pull request #3094 from kamtom480/mkspk | Jeff Epler | |
| spresense: add elf32.h for mkspk | |||
| 2020-06-30 | Merge pull request #3089 from ansonhe97/main | Scott Shawcroft | |
| Add: added Seeed's Wio Terminal Board Support | |||
| 2020-06-30 | Merge pull request #3090 from weblate/weblate-circuitpython-main | Scott Shawcroft | |
| Translations update from Weblate | |||
| 2020-06-30 | Fix order of ci check | ansonhe97 | |
| 2020-06-30 | Update translation files | Hosted 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-30 | Translated 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-30 | Translated 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-30 | Translated 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-29 | Merge pull request #2863 from jepler/sdcard-in-core | Scott Shawcroft | |
| Sdcard in core | |||
| 2020-06-29 | Merge pull request #3082 from sommersoft/customcss_old_docs_warning | Scott Shawcroft | |
| [main] Custom CSS For "Viewing Outdated Docs" Message | |||
| 2020-06-29 | Merge pull request #3068 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-06-29 | Fix end of line | ansonhe97 | |
| 2020-06-29 | Add: Added Seeed Wio Terminal board support | ansonhe97 | |
| 2020-06-28 | Translated 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-28 | Update translation files | Hosted 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-28 | Update translation files | Hosted 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-28 | Merge pull request #3086 from jerryneedell/jerryn_cmake | Jeff Epler | |
| change esp32s2 CMake verision requirement to >= 3.13 | |||
| 2020-06-28 | remove extra frozen folder | jerryneedell | |
| 2020-06-27 | change CMake verision requirement | jerryneedell | |
| 2020-06-26 | Merge pull request #3078 from jepler/redirects-mk2 | Scott Shawcroft | |
| Make redirects actually work on RTD, redirect __init__.html pages | |||
| 2020-06-26 | add custom css for 'viewing-old-docs' message | sommersoft | |
| 2020-06-26 | docs: conf.py: fix logging about reidrects | Jeff Epler | |
| 2020-06-26 | docs: conf.py: Fix redirects for RTD | Jeff Epler | |
| 2020-06-26 | redirects: Add __init__ page redirects | Jeff Epler | |
| 2020-06-26 | redirects.txt: sort according to LANG=C.UTF-8 collation rules | Jeff Epler | |
| 2020-06-26 | sdioio: Remove junk in comments | Jeff Epler | |
| 2020-06-26 | atmel-sam: sdio: disable debug prints by default | Jeff Epler | |
| 2020-06-26 | Update shared-bindings/sdcardio/SDCard.c | Jeff Epler | |
| Co-authored-by: Scott Shawcroft <scott@tannewt.org> | |||
| 2020-06-26 | Merge pull request #3072 from PTS93/patch-2 | Scott Shawcroft | |
| Update minimum required cmake to 3.16 | |||
| 2020-06-26 | atmel-samd: Add SDIO SD card interface | Jeff Epler | |
| 2020-06-26 | samd: sdio: Add needed files from atmel start | Jeff Epler | |
| 2020-06-26 | sdioio: Add shared-bindings | Jeff Epler | |
| There is no implementation yet. | |||
| 2020-06-26 | shared-bindings: Factor out validate_list_is_free_pins | Jeff Epler | |
| This will ultimately be used by SDIO, where a variable length list of data lines is called for. | |||
| 2020-06-26 | sdcardio: implement new library for SD card I/O | Jeff 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-26 | Merge pull request #3071 from jgillick/jeremy/stm-nvm-flash | Scott Shawcroft | |
| STM32 (ThunderPack) - Move NVM sector to increase program size. | |||
| 2020-06-26 | Merge pull request #3070 from PTS93/patch-1 | Scott Shawcroft | |
| Fix typo inserting IDF_PATH variable | |||
| 2020-06-25 | Move NVM block to increase program size. | jgillick | |
| 2020-06-26 | Update minimum required cmake to 3.16 | Timon | |
| Earliest tested version that compiles. Failed with version 3.10 | |||
| 2020-06-26 | Fix typo inserting IDF_PATH variable | Timon | |
| 2020-06-25 | Merge pull request #3034 from jepler/terminology-cleanup6.0.0-alpha.0 | Scott Shawcroft | |
| M/S Terminology cleanup | |||
| 2020-06-25 | make translate and msgmerge | Jeff Epler | |
| 2020-06-25 | docs: Explain our shift in terminology | Jeff Epler | |
| 2020-06-25 | remove machine_i2c, machine_spi | Jeff Epler | |
| This micropython code is not used in circuitpython | |||
| 2020-06-25 | README: point at status badge for github actions, and right branch | Jeff Epler | |
| 2020-06-25 | README: Remove a statement that's not particularly true at the moment | Jeff Epler | |
| 2020-06-25 | tests: Remove a test for micropython-specific SPI behavior | Jeff Epler | |
| 2020-06-25 | I2CPeripheral: Rename class and its module | Jeff Epler | |
| This is an incompatible change. | |||
