File tree Expand file tree Collapse file tree 7 files changed +14
-3
lines changed Expand file tree Collapse file tree 7 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
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 ) .
Original file line number Diff line number Diff line change 1
1
# Makefile for user application
2
2
3
3
# Specify this directory relative to the current application.
4
- TOCK_USERLAND_BASE_DIR = ../../..
4
+ TOCK_USERLAND_BASE_DIR = ../../../..
5
5
6
6
# External libraries used
7
7
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR ) /lr1110
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# Makefile for user application
2
2
3
3
# Specify this directory relative to the current application.
4
- TOCK_USERLAND_BASE_DIR = ../../..
4
+ TOCK_USERLAND_BASE_DIR = ../../../..
5
5
6
6
# External libraries used
7
7
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR ) /lr1110
@@ -16,4 +16,4 @@ STACK_SIZE := 4096
16
16
17
17
# Include userland master makefile. Contains rules and flags for actually
18
18
# 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.
You can’t perform that action at this time.
0 commit comments