summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal/busio/UART.c
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-06-24Add UART supportScott Shawcroft
2020-06-23atmel-samd: Add support for SAM E54 family MCUsJeff Epler
2020-05-18Merge pull request #2837 from k0d/serial-debugScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-05-10ujson: do not eat trailing whitespacewarriorofwire
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-01-29Tweak error messages to reduce code size.Scott Shawcroft
2019-11-29Merge remote-tracking branch 'origin/master' into tick-refactorJeff Epler
2019-11-27make UART.write be blocking on SAMD; add timeout propertyDan Halbert
2019-11-18Supervisor: move most of systick to the supervisorJeff Epler
2019-08-11atmel-samd: Use RUN_BACKGROUND_TASKSJeff Epler
2019-07-08Merge pull request #1989 from rce1086/masterScott Shawcroft
2019-07-08Added conditional compilation around selection of TX pad candidatesCarl Elkins
2019-07-05updated samd and esp8266 portsiot49
2019-02-13Fix atmel UART after ASF4 pruning.Dan Halbert
2019-02-11Get space back by using less ASF4 and combining register writesScott Shawcroft
2018-12-04allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feath...Dan Halbert
2018-12-03UART changes: timeout in secs, write bytes, etc.Dan Halbert
2018-09-18merge 3.0.2 to masterDan Halbert
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
2018-09-12When UART timeout of zero is given, make read() return data already availablePaul Kierstead
2018-09-05Merge remote-tracking branch 'adafruit/master' into nrf-pin-claimingDan Halbert
2018-09-01When UART timeout of zero is given, make read() return data already availablePaul Kierstead
2018-08-31add pin claiming to devicesDan Halbert
2018-08-08atmel-samd: UART: allocate rx buffer in long-lived regionJeff Epler
2018-08-07Support internationalisation.Scott Shawcroft
2018-08-02Move pin struct to the peripherals library.Scott Shawcroft
2018-06-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-06-12Correct UART reads to return error on timeout.Scott Shawcroft
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2018-03-19UART: Fix maybe-uninitialized diagnosticJeff Epler
2018-03-14Remove SERCOM pointers from pin data structure because index isScott Shawcroft
2018-02-21Implement UART for 3.0 + related fixes.Dan Halbert
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft