-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from adamfowleruk/feature-42
Ready for final v1.3 beta Signed-off-by: Adam Fowler <[email protected]>
- Loading branch information
Showing
118 changed files
with
7,198 additions
and
4,684 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 |
---|---|---|
|
@@ -4,4 +4,5 @@ Output | |
*.exe | ||
*.so | ||
*.a | ||
**/.DS_Store | ||
**/.DS_Store | ||
**/build-* |
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 |
---|---|---|
|
@@ -20,4 +20,4 @@ | |
} | ||
} | ||
] | ||
} | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
CONFIG_NRF_SECURITY_RNG=y | ||
CONFIG_ENTROPY_GENERATOR=y | ||
|
||
# Simple Payload support BEGINS | ||
# Option 1: MBEDTLS | ||
#CONFIG_MBEDTLS_VANILLA_BACKEND=y | ||
#CONFIG_MBEDTLS_MAC_SHA256_ENABLED=y | ||
#CONFIG_MBEDTLS=y | ||
#CONFIG_MBEDTLS_BUILTIN=y | ||
#CONFIG_MBEDTLS_CFG_FILE="config-tls-generic.h" | ||
|
||
# Option 2: TINYCRYPT | ||
CONFIG_TINYCRYPT_SHA256=y | ||
# Simple Payload Support ENDS | ||
|
||
#CONFIG_BT_MAX_CONN=20 | ||
CONFIG_BT_MAX_CONN=10 | ||
|
||
# Fix for use of heap in gatt_gm erroring with undefined reference to k_aligned_alloc | ||
CONFIG_HEAP_MEM_POOL_SIZE=16384 |
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
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,11 @@ | ||
cmake_minimum_required(VERSION 3.12) | ||
|
||
find_package(Doxygen | ||
OPTIONAL_COMPONENTS dot mscgen dia) | ||
|
||
doxygen_add_docs(herald-docs | ||
../herald/include | ||
ALL | ||
) | ||
|
||
# Output placed in herald-for-cpp/build/doxygen/html |
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
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.