1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
RIOT/tests/driver_at
Akshai M f9741b3ed5 drivers/at : Add CONFIG_
Add CONFIG_ prefix to AT_SEND_EOL,  AT_SEND_SKIP_ECHO,
CONFIG_AT_RECV_OK, CONFIG_AT_RECV_ERROR
2020-06-17 14:52:21 +05:30
..
2020-06-17 14:52:21 +05:30
2019-05-16 14:45:53 +02:00

Expected result

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

Background

Test for the AT command parser driver.