-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] add support for EFR32 devices on Thread 1.3 (#8)
Main changes: - Add ot-efr32 to build script - Add `ot-efr32` submodule - Skip Silabs apps in ot-efr32 - Limit efr32 to only brd4166a. - Refactor `./script/make-firmware.bash` - If no platform is specified, the script will build all platforms. If a platform is specified as an argument, the script will build only that platform Other changes: - Allow relative paths for OUTPUT_ROOT when running make-firmware.bash directly - Add support for downloading nrfutil on MacOS - Use wildcard to simplify .gitignore
- Loading branch information
Showing
7 changed files
with
332 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
build | ||
build*/ | ||
output/ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.