File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
- [ How to use the project] ( #how-to-use-the-project )
17
17
- [ Network setup] ( #network-setup )
18
18
- [ MQTT usage] ( #mqtt-usage )
19
+ - [ Disclaimer] ( #disclaimer )
19
20
20
21
## Overview
21
22
The system contains 2 MCUs an EFR32xG24 (aka host) and an EFR32BG22 antenna array (aka NCP).
@@ -60,9 +61,9 @@ Build system dependencies for ubuntu 22.04 lts systems:
60
61
61
62
### Build with CMAKE
62
63
Usage (most modern IDE will natively support this):
63
- 1 . Go to the project directory and configure:
64
+ 1 . Go to the project directory (e.g. ./locator_host/) and configure:
64
65
``` bash
65
- cmake < project_name> _cmake -B build -G " Ninja" -DCMAKE_BUILD_TYPE:STRING=< build_type>
66
+ cmake < project_name> _cmake -B build -G " Ninja" -DCMAKE_BUILD_TYPE:STRING=< build_type> -DCMAKE_TOOLCHAIN_FILE:STRING=toolchain.cmake
66
67
```
67
68
` < project_name> ` can be either ` locator_host` or ` locator_ncp` .
68
69
` < build_type> ` can be ` Debug` or ` Release` .
You can’t perform that action at this time.
0 commit comments