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 |
|
Benjamin Valentin
|
0ea2cbf1eb
|
boards: remove RTT_NUMOF/RTC_NUMOF
Those macros are defined but never used.
|
2019-11-08 14:20:33 +01:00 |
|
Benjamin Valentin
|
8af04cd939
|
boards: make use of ARRAY_SIZE macro
|
2019-08-06 19:43:54 +02:00 |
|
Benjamin Valentin
|
ddbeccb195
|
boards/same54-xpro: add support for SAME54-XPRO board
This adds support for the Atmel SAM E54 Xplained Pro Evaluation Kit.
Only basic functionality has been enabled.
|
2019-06-06 16:47:11 +02:00 |
|