1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/samd5x
Benjamin Valentin 0d977b3b3c cpu/sam0_common/periph/uart: implement buffered write
Implement interrupt based uart_write() using a tsrb for the TX buffer.

To enable it, add

    USEMODULE += periph_uart_nonblocking

to your Makefile.
2019-11-27 19:01:00 +01:00
..
include cpu/samd5x: allow more flexible selection of CLOCK_CORECLOCK 2019-09-27 10:49:43 +02:00
periph cpu/sam*: pm: make use of DEBUG_PUTS() 2019-11-22 01:30:03 +01:00
cpu.c cpu/samd5x: allow more flexible selection of CLOCK_CORECLOCK 2019-09-27 10:49:43 +02:00
doc.txt
Makefile
Makefile.dep cpu/sam0_common/periph/uart: implement buffered write 2019-11-27 19:01:00 +01:00
Makefile.features cpu/samd5x: hook up backup RAM 2019-10-01 18:39:40 +02:00
Makefile.include cpu/ boards/: remove exports for CPU_FAM 2019-10-18 08:55:33 +02:00
vectors.c