1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc2538/periph
Francisco Molina bc737a1f76
cpu/cc2538: add periph_uart_nonblocking
Add periph_uart_nonblocking. Since cc2538 has a transmit FIFO write
to the FIFO first and to a tsrb buffer only when the transmit FIFO
is full.

Rely on the FIFO TXIFLSEL condition to fill up FIFO as space becomes
available.
2020-12-11 09:36:16 +01:00
..
adc.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
flashpage.c cc2538: Adapt to flashpage/flashpage_pagewise API 2020-11-11 23:16:38 +01:00
gpio.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
hwrng.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
i2c.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pm.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
rtt.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
spi.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
timer.c drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
uart.c cpu/cc2538: add periph_uart_nonblocking 2020-12-11 09:36:16 +01:00
wdt.c cpu/*: add missing include of assert.h 2020-10-22 11:13:08 +02:00