1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/qn9080dk
iosabi bd929a3746 cpu/qn908x: Add support for UART.
The QN908x has four FLEXCOMM interfaces that support a subset of UART,
SPI or I2C each one. This patch adds generic support for dealing with
the FLEXCOMM initialization and interrupts and adds a driver for
RX/TX support in UART.

With this patch is now possible to use a shell on the device over UART.
2020-12-03 20:53:49 +01:00
..
include cpu/qn908x: Add support for UART. 2020-12-03 20:53:49 +01:00
board.c boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00
doc.txt boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00
Kconfig cpu/qn908x: Add support for UART. 2020-12-03 20:53:49 +01:00
Makefile boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00
Makefile.dep boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00
Makefile.features cpu/qn908x: Add support for UART. 2020-12-03 20:53:49 +01:00
Makefile.include boards/qn9080dk: New board for the QN908x 2020-12-02 02:47:07 +00:00