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 |
Nordic SoftDevice Test Application
The main purpose of this test application is to ensure the inclusion of the Nordic SoftDevice package in RIOTs build test.
In addition, this example includes a minimal GNRC configuration and the
corresponding shell commands, so it can be used for some simple tests of
network functionality. Please refer to pkg/nordic_softdevice_ble/README.md
and pkg/nordic_softdevice_ble/README-BLE-6LoWPAN.md
for more information on
how to setup an IPv6 connection to your device.
For more features, you can use the SoftDevice with RIOTs gnrc_networking
example application. Simply build gnrc_networking
for a SoftDevice-capable
device, e.g. USEPKG=nordic_softdevice_ble BOARD=nrf52dk make ...
.