mbed-os/connectivity/lorawan/tests/TESTS/lorawan/loraradio
jeromecoutant 7baae39ece STM32WL LORA : enable connectivity test 2021-02-09 11:56:50 +01:00
..
CMakeLists.txt CMake: rename greentea test macro 2021-02-02 07:43:40 -08:00
README.md LORA: update test 2021-01-12 11:42:06 +01:00
main.cpp STM32WL LORA : enable connectivity test 2021-02-09 11:56:50 +01:00
template_mbed_app.txt LORA: update test 2021-01-12 11:42:06 +01:00

README.md

Description

This document describes how to run LoRaRadio API tests.

Configuring target HW

Before starting to test, the target HW must be configured for the test. This can be done by either modifying the application configuration json file (if using currently supported Semtech SX1272 or SX1276 radios) or implementing driver construction into test source.

The default mbed_app.json file provides configuration for some already supported HWs.

Running tests

You can use the following command to run tests:

mbed test -n connectivity-lorawan-tests-tests-lorawan-loraradio -m TARGET -t GCC_ARM -v --app-config connectivity/lorawan/tests/TESTS/lorawan/loraradio/template_mbed_app.txt

Replace TARGET with the target device.