1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/nrfmin
2023-05-04 12:45:07 +02:00
..
tests tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
main.c tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
README.md tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +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.