Skip to content

Commit ad9ef12

Browse files
committed
tests: move to lr1110 folder
1 parent 9529d0e commit ad9ef12

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed

examples/tests/lr1110/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LR1110 Test Apps
2+
================
3+
4+
The [LR1110](https://www.semtech.com/products/wireless-rf/lora-edge/lr1110) is
5+
an integrated LoRa radio with a WiFi access point scanner and a GNSS scanner
6+
built in.
7+
8+
These example apps use the `libtock-c/lr1110` library to implement the
9+
LoRa/WiFi/GNSS functionality. While this library should work with any LR1110
10+
radio, this was developed and tested with the [WM1110 Dev
11+
Kit](https://www.seeedstudio.com/Wio-WM1110-Dev-Kit-p-5677.html).

examples/tests/wifi_scan/Makefile renamed to examples/tests/lr1110/lorawan/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile for user application
22

33
# Specify this directory relative to the current application.
4-
TOCK_USERLAND_BASE_DIR = ../../..
4+
TOCK_USERLAND_BASE_DIR = ../../../..
55

66
# External libraries used
77
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/lr1110
File renamed without changes.
File renamed without changes.

examples/tests/lorawan/Makefile renamed to examples/tests/lr1110/wifi_scan/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile for user application
22

33
# Specify this directory relative to the current application.
4-
TOCK_USERLAND_BASE_DIR = ../../..
4+
TOCK_USERLAND_BASE_DIR = ../../../..
55

66
# External libraries used
77
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/lr1110
@@ -16,4 +16,4 @@ STACK_SIZE := 4096
1616

1717
# Include userland master makefile. Contains rules and flags for actually
1818
# building the application.
19-
include $(TOCK_USERLAND_BASE_DIR)/AppMakefile.mk
19+
include $(TOCK_USERLAND_BASE_DIR)/AppMakefile.mk
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)