summaryrefslogtreecommitdiff
path: root/ports/cxd56/common-hal
AgeCommit message (Collapse)Author
2021-03-15Merge pull request #4412 from kamtom480/spi_and_i2cScott Shawcroft
spresense: minor changes for i2c, spi and uart
2021-03-15spresense: empty rx uart fifo after initializationKamil Tomaszewski
2021-03-15spresens: configure pin mode for i2c and spiKamil Tomaszewski
2021-03-15run code formatting scriptmicroDev
2021-03-11spresense: fix spi to work with only one data pinKamil Tomaszewski
2021-03-11spresense: return error as positive value for i2cKamil Tomaszewski
2021-03-02spresense: return valid reference voltageKamil Tomaszewski
2021-03-01spresense: return the correct value for Analog InKamil Tomaszewski
2021-02-11merge from upstream; complicated webusb mergeDan Halbert
2020-12-01address review commentsDan Halbert
2020-11-26deep sleep working; deep sleep delay when connectedDan Halbert
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add description of alarm modulesmicroDev
2020-09-16camera: Pass width and height to take_picture()Kamil Tomaszewski
2020-09-14camera: Update camera moduleKamil Tomaszewski
2020-09-14camera: Change APIKamil Tomaszewski
2020-09-14spresense: Add support for cameraKamil Tomaszewski
2020-08-27Fix problematic whitespace on pulseout parameter errorsLucian Copeland
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Add more "extern" declarations for gcc10 compatScott Shawcroft
gcc has tightened the restrictions on forward declarations that lack "extern". Fix them up.
2020-08-21Fix copy pasta and stub buildScott Shawcroft
2020-08-21Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
This gives us better granularity when implementing new ports because PWMOut is commonly implemented before PulseIn and PulseOut. Fixes #3211
2020-08-18Style changes, reposition runtime errorsLucian Copeland
2020-08-14Expand PulseOut API, debug cleanupLucian Copeland
2020-08-04"pop from empty %q"Jeff Epler
Saves 12 bytes code on trinket m0
2020-08-04Combine 'index out of range' messagesJeff Epler
2020-08-04Combine similar strings to reduce size of translationsJeff 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-06spresense: update SDK to 2.0.1Kamil Tomaszewski
2020-07-02spresense: Add support for sdioioKamil Tomaszewski
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
Add busio support for the ESP32-S2
2020-06-29Fix cxd56 function signatureScott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-24gnss: Add timestampKamil Tomaszewski
2020-06-24gnss: Remove start and stopKamil Tomaszewski
2020-06-24spresense: Add support for GNSSKamil Tomaszewski
2020-06-03Fix 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-20Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-20Update digitalio api for other portsScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-04-06Updates based on feedback from jeplerScott Shawcroft
2020-03-17Fix up Spresense build. It doesn't sleep.Scott Shawcroft
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-02-19Edits as a result of reviewDave Marples
2020-02-18Addition of stubs for rs485/CTS/RTS handling on non-implemented chipsDave Marples
2020-02-07fix function defs for compilerDan Halbert
2020-02-07improve time.monotonic_ns() accuracy from ms to usDan Halbert
2019-11-29Merge remote-tracking branch 'origin/master' into tick-refactorJeff Epler