1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at
Marian Buschsieweke 0e90e6195f
tests: Updated Updated BOARD_INSUFFICIENT_MEMORY
Added arduino-nano to BOARD_INSUFFICIENT_MEMORY/BOARD_BLACKLIST following suit
of how arduino-uno is marked, as arduino-nano is mostly an Uno in a different
form factor.
2019-03-14 15:39:54 +01:00
..
main.c drivers/at: add function to read raw data bytes from modem 2018-11-30 14:59:00 +01:00
Makefile tests: Updated Updated BOARD_INSUFFICIENT_MEMORY 2019-03-14 15:39:54 +01:00
README.md tests/at: improve shell and add README 2018-05-23 16:08:28 +02:00

Expected result

You should be presented with a RIOT shell that privides commands to initialize an UART and send AT commands to an AT module.

Background

Test for the AT command parser driver.