1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 09:52:45 +01:00
RIOT/tests/driver_nrfmin
Marian Buschsieweke 12140ffb0e
examples,tests: Drop redundant dependency
When depending on one or more shell commands, the shell is pulled in
as dependency anyway.
2023-04-19 16:58:10 +02:00
..
tests tests: add test_utils_interactive_sync when possible 2019-11-27 15:07:42 +01:00
main.c tests: add distinct test app for nrfmin driver 2019-09-27 11:49:43 +02:00
Makefile examples,tests: Drop redundant dependency 2023-04-19 16:58:10 +02:00
README.md tests: add distinct test app for nrfmin driver 2019-09-27 11:49:43 +02:00

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.