| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | Merge pull request #4412 from kamtom480/spi_and_i2c | Scott Shawcroft | |
| spresense: minor changes for i2c, spi and uart | |||
| 2021-03-15 | spresense: empty rx uart fifo after initialization | Kamil Tomaszewski | |
| 2021-03-15 | spresens: configure pin mode for i2c and spi | Kamil Tomaszewski | |
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-11 | spresense: fix spi to work with only one data pin | Kamil Tomaszewski | |
| 2021-03-11 | spresense: return error as positive value for i2c | Kamil Tomaszewski | |
| 2021-03-02 | spresense: return valid reference voltage | Kamil Tomaszewski | |
| 2021-03-01 | spresense: return the correct value for Analog In | Kamil Tomaszewski | |
| 2021-02-11 | merge from upstream; complicated webusb merge | Dan Halbert | |
| 2020-12-01 | address review comments | Dan Halbert | |
| 2020-11-26 | deep sleep working; deep sleep delay when connected | Dan Halbert | |
| 2020-11-22 | wip | Dan Halbert | |
| 2020-11-21 | wip: ResetReason to microcontroller.cpu | Dan Halbert | |
| 2020-10-27 | Add check for invalid io, function to disable all alarms | microDev | |
| 2020-10-27 | Add description of alarm modules | microDev | |
| 2020-09-16 | camera: Pass width and height to take_picture() | Kamil Tomaszewski | |
| 2020-09-14 | camera: Update camera module | Kamil Tomaszewski | |
| 2020-09-14 | camera: Change API | Kamil Tomaszewski | |
| 2020-09-14 | spresense: Add support for camera | Kamil Tomaszewski | |
| 2020-08-27 | Fix problematic whitespace on pulseout parameter errors | Lucian Copeland | |
| 2020-08-24 | Merge remote-tracking branch 'adafruit/main' into add_pwmio | Scott Shawcroft | |
| 2020-08-21 | Add more "extern" declarations for gcc10 compat | Scott Shawcroft | |
| gcc has tightened the restrictions on forward declarations that lack "extern". Fix them up. | |||
| 2020-08-21 | Fix copy pasta and stub build | Scott Shawcroft | |
| 2020-08-21 | Merge remote-tracking branch 'adafruit/main' into add_pwmio | Scott Shawcroft | |
| 2020-08-18 | Split pulseio.PWMOut into pwmio | Scott Shawcroft | |
| This gives us better granularity when implementing new ports because PWMOut is commonly implemented before PulseIn and PulseOut. Fixes #3211 | |||
| 2020-08-18 | Style changes, reposition runtime errors | Lucian Copeland | |
| 2020-08-14 | Expand PulseOut API, debug cleanup | Lucian Copeland | |
| 2020-08-04 | "pop from empty %q" | Jeff Epler | |
| Saves 12 bytes code on trinket m0 | |||
| 2020-08-04 | Combine 'index out of range' messages | Jeff Epler | |
| 2020-08-04 | Combine similar strings to reduce size of translations | Jeff Epler | |
| This is a slight trade-off with code size, in places where a "_varg" mp_raise variant is now used. The net savings on trinket_m0 is just 32 bytes. It also means that the translation will include the original English text, and cannot be translated. These are usually names of Python types such as int, set, or dict or special values such as "inf" or "Nan". | |||
| 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 | |
