-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/nRF24/RF24Mesh
- Loading branch information
Showing
15 changed files
with
1,057 additions
and
991 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
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ | |
*.so.1 | ||
|
||
# ignore docs folder | ||
docs/ | ||
docs/html/ | ||
docs/xml/ |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Check if we are building a pico-sdk based project | ||
# (or more exactly: if we just got included in a pico-sdk based project) | ||
if (PICO_SDK_PATH) | ||
# If so, load the relevant CMakeLists-file but don't do anything else | ||
include(${CMAKE_CURRENT_LIST_DIR}/usePicoSDK.cmake) | ||
return() | ||
endif() | ||
|
||
## TODO: Non-PicoSDK builds |
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.