| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-06 | spresense: update SDK to 2.0.1 | Kamil Tomaszewski | |
| 2020-07-02 | spresense: Add support for sdioio | Kamil Tomaszewski | |
| 2020-07-01 | Merge pull request #3083 from tannewt/esp32s2_busio | Jeff Epler | |
| Add busio support for the ESP32-S2 | |||
| 2020-06-29 | Fix cxd56 function signature | Scott Shawcroft | |
| 2020-06-24 | Add UART support | Scott Shawcroft | |
| 2020-06-24 | gnss: Add timestamp | Kamil Tomaszewski | |
| 2020-06-24 | gnss: Remove start and stop | Kamil Tomaszewski | |
| 2020-06-24 | spresense: Add support for GNSS | Kamil Tomaszewski | |
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò | |
| This can be enforced by pre-commit, but correct it separately to make it easier to review. | |||
| 2020-05-20 | Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio | Scott Shawcroft | |
| 2020-05-20 | Update digitalio api for other ports | Scott Shawcroft | |
| 2020-05-19 | Enable showing the console on a debug uart | Mark Olsson | |
| 2020-04-06 | Updates based on feedback from jepler | Scott Shawcroft | |
| 2020-03-17 | Fix up Spresense build. It doesn't sleep. | Scott Shawcroft | |
| 2020-02-28 | new pin validation routines; don't use mp_const_none if NULL will do | Dan Halbert | |
| 2020-02-19 | Edits as a result of review | Dave Marples | |
| 2020-02-18 | Addition of stubs for rs485/CTS/RTS handling on non-implemented chips | Dave Marples | |
| 2020-02-07 | fix function defs for compiler | Dan Halbert | |
| 2020-02-07 | improve time.monotonic_ns() accuracy from ms to us | Dan Halbert | |
| 2019-11-29 | Merge remote-tracking branch 'origin/master' into tick-refactor | Jeff Epler | |
| 2019-11-27 | Squeeze pyruler zh_Latn_pinyin | Dan Halbert | |
| 2019-11-27 | make UART.write be blocking on SAMD; add timeout property | Dan Halbert | |
| 2019-11-18 | Supervisor: move most of systick to the supervisor | Jeff Epler | |
| This code is shared by most parts, except where not all the #ifdefs inside the tick function were present in all ports. This mostly would have broken gamepad tick support on non-samd ports. The "ms32" and "ms64" variants of the tick functions are introduced because there is no 64-bit atomic read. Disabling interrupts avoids a low probability bug where milliseconds could be off by ~49.5 days once every ~49.5 days (2^32 ms). Avoiding disabling interrupts when only the low 32 bits are needed is a minor optimization. Testing performed: on metro m4 express, USB still works and time.monotonic_ns() still counts up | |||
| 2019-10-21 | Clean UART on reset | Kamil Tomaszewski | |
| 2019-10-18 | Do not open the same UART device again | Kamil Tomaszewski | |
| 2019-10-18 | Do not open the same PWM device again | Kamil Tomaszewski | |
| 2019-10-18 | Do not open the same ADC device again | Kamil Tomaszewski | |
| 2019-10-15 | add dummy common_hal_mcu_processor_get_voltage() for spresense | Dan Halbert | |
| 2019-10-14 | Change Spresense reference_voltage to 0.0 (None) | Kamil Tomaszewski | |
| 2019-10-11 | Use CXD56 pin names | Kamil Tomaszewski | |
| 2019-10-11 | Add Spresense board folder | Kamil Tomaszewski | |
| 2019-10-11 | Change port name to cxd56 | Kamil Tomaszewski | |
