From f2e215acf0b6e7b93c9620b954453a701b80224c Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 30 Apr 2023 21:42:25 +0200 Subject: [PATCH] tests/pkg_semtech-loramac: extend list of supported radios --- tests/pkg_semtech-loramac/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/pkg_semtech-loramac/README.md b/tests/pkg_semtech-loramac/README.md index e2cf16efee..fa5e638876 100644 --- a/tests/pkg_semtech-loramac/README.md +++ b/tests/pkg_semtech-loramac/README.md @@ -40,9 +40,10 @@ use the `set`/`get` commands in test application shell. ## Building the application -The default parameters for the Semtech SX1272/SX1276 radios works as-is with +The default parameters for the Semtech SX1261/SX1262/SX1272/SX1276 radios works as-is with STM32 Nucleo-64 boards and MBED LoRa shields -([SX1276](https://os.mbed.com/components/SX1276MB1xAS/) or +([SX1261/SX1262](https://os.mbed.com/components/SX126xMB2xAS/), +[SX1276](https://os.mbed.com/components/SX1276MB1xAS/) or [SX1272](https://os.mbed.com/components/SX1272MB2xAS/)). You can also use the ST [b-l072z-lrwan1](http://www.st.com/en/evaluation-tools/b-l072z-lrwan1.html) board.