index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
atmel-samd
/
common-hal
/
busio
/
UART.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-07-01
Merge pull request #3083 from tannewt/esp32s2_busio
Jeff Epler
2020-06-24
Add UART support
Scott Shawcroft
2020-06-23
atmel-samd: Add support for SAM E54 family MCUs
Jeff Epler
2020-05-18
Merge pull request #2837 from k0d/serial-debug
Scott Shawcroft
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-05-10
ujson: do not eat trailing whitespace
warriorofwire
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-01-29
Tweak error messages to reduce code size.
Scott Shawcroft
2019-11-29
Merge remote-tracking branch 'origin/master' into tick-refactor
Jeff Epler
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
2019-08-11
atmel-samd: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-07-08
Merge pull request #1989 from rce1086/master
Scott Shawcroft
2019-07-08
Added conditional compilation around selection of TX pad candidates
Carl Elkins
2019-07-05
updated samd and esp8266 ports
iot49
2019-02-13
Fix atmel UART after ASF4 pruning.
Dan Halbert
2019-02-11
Get space back by using less ASF4 and combining register writes
Scott Shawcroft
2018-12-04
allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feath...
Dan Halbert
2018-12-03
UART changes: timeout in secs, write bytes, etc.
Dan Halbert
2018-09-18
merge 3.0.2 to master
Dan Halbert
2018-09-12
UART fixes and enhancements; default board object fix
Dan Halbert
2018-09-12
When UART timeout of zero is given, make read() return data already available
Paul Kierstead
2018-09-05
Merge remote-tracking branch 'adafruit/master' into nrf-pin-claiming
Dan Halbert
2018-09-01
When UART timeout of zero is given, make read() return data already available
Paul Kierstead
2018-08-31
add pin claiming to devices
Dan Halbert
2018-08-08
atmel-samd: UART: allocate rx buffer in long-lived region
Jeff Epler
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-08-02
Move pin struct to the peripherals library.
Scott Shawcroft
2018-06-15
Split out the peripherals library in preparation of sharing with MakeCode.
Scott Shawcroft
2018-06-12
Correct UART reads to return error on timeout.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
2018-03-19
UART: Fix maybe-uninitialized diagnostic
Jeff Epler
2018-03-14
Remove SERCOM pointers from pin data structure because index is
Scott Shawcroft
2018-02-21
Implement UART for 3.0 + related fixes.
Dan Halbert
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft