1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at
Kevin "Bear Puncher" Weiss 268d3e926c
Merge pull request #10826 from ranbe1/at_driver_uart_initialize_status
drivers/at: make at_dev_init() return uart initialize status
2019-03-26 14:07:05 +01:00
..
main.c drivers/at: make at_dev_init() return uart initialize status 2019-01-23 19:02:14 +02: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.