| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-25 | spresense: add elf32.h for mkspk | Kamil Tomaszewski | |
| 2020-06-24 | Merge branch 'main' into gnss | Scott Shawcroft | |
| 2020-06-24 | Turn off Idle WDT and speed up CPU | Scott Shawcroft | |
| 2020-06-24 | Switch SPI to polling DMA and enable displayio | Scott Shawcroft | |
| 2020-06-24 | Handle memory (hopefully). Short TX works | Scott Shawcroft | |
| 2020-06-24 | Compiles! | Scott Shawcroft | |
| 2020-06-24 | Initial SPI implementation. Almost certainly doesn't compile | Scott Shawcroft | |
| 2020-06-24 | Add UF2 build target | Scott Shawcroft | |
| 2020-06-24 | Turn off stub so flash works over native usb | Scott Shawcroft | |
| 2020-06-24 | Add UART support | Scott Shawcroft | |
| 2020-06-24 | Add pull up testing, proper us delay and stop supporting 45 and 46 for I2C | Scott Shawcroft | |
| 2020-06-24 | Fix I2C thanks to Mark! | Scott Shawcroft | |
| 2020-06-24 | Add initial I2C support, not quite working fully though | 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 | |
| 2020-06-22 | _pew: move to common-hal | Jeff Epler | |
| I noticed that this code was referring to samd-specific functionality, and isn't enabled except in one samd board (pewpew10). Move it. There is incomplte support for _pew in mimxrt10xx which then caused build errors; adding a #if guard to check for _pew being enabled fixes it. The _pew module is not likely to be important on mimxrt but I'll leave the choice to remove it to someone else. | |||
| 2020-06-22 | stm: Makefile: sort files in SRC_STM32 | Jeff Epler | |
