mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
416c048737
- Define test_utils_interactive_sync as DEFAULT_MODULE in Makefile.tests_common - For tests disabling autoinit, add test_utils_interactive_sync to main - Add DISABLE_MODULE += test_utils_interactive_sync for tests requiring sudo, `tests/shell`, `tests/minimal` and `tests/stdin` - Add shell_commands to tests/periph_wdt and tests/struct_tm_utility to pull `r` and `s` commands - Remove includes and usage in `tests/main.c` for tests that where already using test_utils_interactive_sync |
||
---|---|---|
.. | ||
tests | ||
main.c | ||
Makefile | ||
README.md |
Test for the nrfmin
radio driver
The nrfmin
driver is a RIOT specific driver that runs the on-chip radios on
Nordic nRF5x-based CPUs in a proprietary mode. But per default, we run the nRF's
radios either in BLE mode (using NImBLE), or in IEEE802.15.4 mode (using the
nrf802154
driver).
To make sure the nrfmin
driver is still covered by RIOT's test system, this
test application is added. The test simply contains a basic GNRC configuration
and of course the nrfmin
driver, which should be enough to verify the drivers
functionality.