| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 #3070 from PTS93/patch-1 | Scott Shawcroft | |
| Fix typo inserting IDF_PATH variable | |||
| 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. | |||
| 2020-06-25 | Scripts: Change wording for pseudoterminals | Jeff Epler | |
| 2020-06-25 | Use main/selected terminology in docstrings | Jeff Epler | |
| Also copy some notes from busio docstrings to bitbangio docstrings | |||
| 2020-06-25 | locale: Remove Language-Team lines that point nowhere | Jeff Epler | |
| 2020-06-25 | Refer to "main" branch of circuitpython | Jeff Epler | |
| 2020-06-25 | Merge pull request #3042 from kamtom480/gnss | Jeff Epler | |
| Add gnss module | |||
| 2020-06-25 | Merge pull request #3064 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-06-25 | Translated using Weblate (Spanish) | Alvaro Figueroa | |
| Currently translated at 81.9% (626 of 764 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/ | |||
| 2020-06-25 | Merge pull request #3046 from jepler/same51 | Jeff Epler | |
| Add basic SAM E54 support and SAM E54 Xplained board | |||
| 2020-06-24 | Merge branch 'main' into gnss | Scott Shawcroft | |
| 2020-06-24 | Merge pull request #3038 from jepler/compute-usb-devices | Jeff Epler | |
| Compute USB_DEVICES instead of requiring it to be specified | |||
| 2020-06-24 | supervisor.mk: Conditionally assign USB_DEVICES | Jeff Epler | |
| This restores the ability to remove CDC and/or MSC, at the price of giving up the new automatic check that USB_DEVICES is correct. Since devices have to have CDC and MSC to be "CircuitPython", this is not a facility that is going to be used by any in-tree drivers. | |||
| 2020-06-24 | locale: update translate | Kamil Tomaszewski | |
| 2020-06-24 | gnss: Add timestamp | Kamil Tomaszewski | |
| 2020-06-24 | gnss: Remove start and stop | Kamil Tomaszewski | |
| 2020-06-24 | gnss: add a comment about the units | Kamil Tomaszewski | |
| 2020-06-24 | locale: make translate | Kamil Tomaszewski | |
| 2020-06-24 | spresense: Add support for GNSS | Kamil Tomaszewski | |
| 2020-06-24 | gnss: Implement new library for GNSS | Kamil Tomaszewski | |
| 2020-06-23 | supervisor.mk: Compute USB_DEVICES; remove from boards and ports | Jeff Epler | |
| Since Actions passed on the previous commit, where this computed value was checked against the specified value (if any), this is no net change, except that we no longer need to specify it for particular boards or ports. | |||
| 2020-06-23 | Merge pull request #3043 from DavePutz/Issue-2865 | Scott Shawcroft | |
| Issue #2865 -Clean up after ctrl-c interrupt in sleep | |||
| 2020-06-23 | Merge pull request #3045 from k0d/stm32_alignment_issue | Scott Shawcroft | |
| Fixes issue with memory alignment in STM32 | |||
| 2020-06-23 | Update handing of a CTRL-C exception | DavePutz | |
| 2020-06-23 | stm: Sort configuration options and make them all conditional | Jeff Epler | |
| This makes them all overridable on the board level, tersely | |||
| 2020-06-23 | stm: Disable USB MIDI and most USB HID | Jeff Epler | |
| .. it was not in the USB descriptors anyway (lack of enough endpoints?) | |||
| 2020-06-23 | mimxrt10xx: Disable USB MIDI | Jeff Epler | |
| .. it was not in the USB descriptors anyway (lack of enough endpoints?) | |||
| 2020-06-23 | esp32s2: Disable USB MIDI | Jeff Epler | |
| .. it was not in the USB descriptors anyway (lack of enough endpoints?) | |||
| 2020-06-23 | atmel-samd: Finish disabling USB MIDI and/or HID on certain boards | Jeff Epler | |
| 2020-06-23 | atmel-samd: Add SAM E54 Xplained board | Jeff Epler | |
| Few peripherals are actually tested. However, USB, I2C and GPIO seem to work. Most pins are silkscreened with the "PX00" style, so the board module only includes the small number that are screened differently. The default SPI, I2C, and UART are the ones on the EXT2 header. This is arbitrary, but the I2C on this connector is shared with the on-board I2C devices and the PCC header, making it the most versatile. | |||
| 2020-06-23 | atmel-samd: Add support for SAM E54 family MCUs | Jeff Epler | |
| This introduces the new macro SAM_D5X_E5X. This is mostly the same as SAMD51 before, except in a few places where a special case for SAME54 is required | |||
| 2020-06-22 | Removed unneeded #includes | DavePutz | |
| 2020-06-22 | Merge pull request #3050 from florin-trutiu/loc-ber-m4-base-board | Scott Shawcroft | |
| PID request for a new board configuration | |||
| 2020-06-22 | Merge pull request #3052 from dhalbert/samd51-voltage-check-delay | Scott Shawcroft | |
| delay 1ms on SAMD51 when reading processor voltage | |||
| 2020-06-22 | Update tick.c | DavePutz | |
| 2020-06-22 | Merge pull request #3060 from jepler/misc-fixes | Dan Halbert | |
| 2020-06-22 | sparkfun samd51 thing plus: Fix board.I2C() | Jeff Epler | |
| This had the SDA and SCL pins transposed, so nothing worked. | |||
| 2020-06-22 | circuitpy_defns.mk: Sort several lists of source files | Jeff Epler | |
| and regularize whitespace in one spot | |||
| 2020-06-22 | never_reset_pin: Move pin validity check before first use of pin number | Jeff Epler | |
| 2020-06-22 | samd: Makefile: Regularize whitespace | Jeff Epler | |
| 2020-06-22 | stm: Pin.c: Compute GPIO_PORT_COUNT instead of specifying manually | Jeff Epler | |
