1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys_arduino
Gunar Schorcht 725472cbc4 sys/arduino: add Serial over stdio support
If module `arduino_serial_stdio` is used and `ARDUINO_UART_DEV` is `UART_UNDEF`, the STDIO is used for `Serial`. It requires that the used `stdio` backend implements `stdio_available`.
2022-01-06 17:27:53 +01:00
..
tests tests/sys_arduino: add test case to print float values 2020-10-27 18:23:57 +01:00
app.config.test sys/arduino: add Serial over stdio support 2022-01-06 17:27:53 +01:00
arduino-test.sketch tests/sys_arduino: add test case to print float values 2020-10-27 18:23:57 +01:00
Makefile tests/arduino: add automatic test for arduino module 2018-10-16 16:41:26 +02:00
Makefile.ci tests/sys_arduino: skip atmega328p based boards from ci 2021-06-17 10:29:27 +02:00