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
/
nrf
/
common-hal
/
busio
/
UART.c
Age
Commit message (
Expand
)
Author
2020-06-24
Add UART support
Scott Shawcroft
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-05-04
make translate again
Dan Halbert
2020-04-21
ringbuf tested
Dan Halbert
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-03-31
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-03-24
Added 31250 and 56000 to baudrate_map in UART.c, to parallel definitions in n...
William Moser
2020-03-13
First try at lowering the power consumption
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
2019-12-27
Fix nRF UART reset
Scott Shawcroft
2019-12-17
upgrade nrfx API to v2
hathach
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
nrf: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-07-03
changed type of receiver_buffer_size to uint16_t
iot49
2019-02-13
don't allocate DMA buffer as long-lived
Dan Halbert
2019-02-12
Add second UARTE to busio.UART. Init uarts on startup.
Dan Halbert
2019-01-19
CharacteristicBuffer: make it be a stream class; add locking
Dan Halbert
2018-12-28
put received bytes to fifo when error
hathach
2018-12-28
fix #1407 keep receiving in case of error
hathach
2018-12-13
overwrite old data if fifo is full
hathach
2018-12-13
use rbuf for busio uart
hathach
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-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-16
PulseOut working
Dan Halbert
2018-10-03
implement common_hal_busio_uart_clear_rx_buffer
hathach
2018-10-03
"busio.UART not yet implemented -> not available
hathach
2018-09-26
more clean up
hathach
2018-09-26
update translate string
hathach
2018-09-26
remove space
hathach
2018-09-25
change error type to runtime
hathach
2018-09-25
clean up
hathach
2018-09-25
migrate serial from uart to uarte
hathach
2018-09-25
clean up
hathach
2018-09-25
update nrfx to 1.3.0
hathach
2018-09-25
clean up
hathach
2018-09-25
nrf52 uart io rx work reliably
hathach
2018-09-24
uarte malloc if buffer is not in SRAM
hathach
2018-09-24
clean up uart io
hathach
2018-09-24
uarte rx work fine
hathach
2018-09-24
changing to nrf uarte, tx works fine
hathach
2018-09-24
Merge branch 'master' into nrf52_uart_io
hathach
2018-09-21
clean up
hathach
2018-09-21
got rx working finally
hathach
2018-09-21
still have issue with initial uart rx
hathach
2018-09-20
uart rx got some issue with irq
hathach
[next]