Skip to content

Commit

Permalink
Bump OpenThread repo to 009dba9 and ot-qorvo, ot-nxp and ot-efr32 to …
Browse files Browse the repository at this point in the history
…e8b085e (#8697)

* Bump OpenThread repo to 009dba9 and ot-qorvo, ot-nxp and ot-efr32 to e8b085e

* Solve NXP compilation errors

* Fix shell app for K32W
  • Loading branch information
lucicop authored and pull[bot] committed Aug 31, 2021
1 parent c0060a8 commit 2824545
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/lighting-app/k32w/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// authentication in various protocols.
// WARNING: These options make it possible to circumvent basic CHIP security functionality,
// including message encryption. Because of this they MUST NEVER BE ENABLED IN PRODUCTION BUILDS.
#define CHIP_CONFIG_SECURITY_TEST_MODE 1
#define CHIP_CONFIG_SECURITY_TEST_MODE 0
#define CHIP_CONFIG_REQUIRE_AUTH 0

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/k32w/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// authentication in various protocols.
// WARNING: These options make it possible to circumvent basic CHIP security functionality,
// including message encryption. Because of this they MUST NEVER BE ENABLED IN PRODUCTION BUILDS.
#define CHIP_CONFIG_SECURITY_TEST_MODE 1
#define CHIP_CONFIG_SECURITY_TEST_MODE 0
#define CHIP_CONFIG_REQUIRE_AUTH 0

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/shell/k32w/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// authentication in various protocols.
// WARNING: These options make it possible to circumvent basic CHIP security functionality,
// including message encryption. Because of this they MUST NEVER BE ENABLED IN PRODUCTION BUILDS.
#define CHIP_CONFIG_SECURITY_TEST_MODE 1
#define CHIP_CONFIG_SECURITY_TEST_MODE 0
#define CHIP_CONFIG_REQUIRE_AUTH 0

/**
Expand Down
2 changes: 1 addition & 1 deletion third_party/openthread/ot-nxp
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 375 files

0 comments on commit 2824545

Please sign in to comment.