From fe67366d75b30c40f5bcac370851d47fdd57ef73 Mon Sep 17 00:00:00 2001 From: Anders Bang Poulsen Date: Thu, 13 Jan 2022 09:33:05 +0100 Subject: [PATCH] Added back defines for security test modes and removes submodule added by accident --- .../pump-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h | 4 ++++ .../cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h | 4 ++++ third_party/happy/repo | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) delete mode 160000 third_party/happy/repo diff --git a/examples/pump-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h b/examples/pump-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h index a36d2ade9bfb92..f1284ef5eafc0a 100644 --- a/examples/pump-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h +++ b/examples/pump-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h @@ -28,6 +28,10 @@ #ifndef CHIP_PROJECT_CONFIG_H #define CHIP_PROJECT_CONFIG_H +// Security and Authentication always enabled +#define CHIP_CONFIG_SECURITY_TEST_MODE 0 +#define CHIP_CONFIG_REQUIRE_AUTH 1 + #if BUILD_RELEASE // release build // Note: Default Pairing/PIN/Serial Numbers being used. These should not be enabled for production builds #endif // BUILD_RELEASE diff --git a/examples/pump-controller-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h b/examples/pump-controller-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h index a36d2ade9bfb92..f1284ef5eafc0a 100644 --- a/examples/pump-controller-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h +++ b/examples/pump-controller-app/cc13x2x7_26x2x7/main/include/CHIPProjectConfig.h @@ -28,6 +28,10 @@ #ifndef CHIP_PROJECT_CONFIG_H #define CHIP_PROJECT_CONFIG_H +// Security and Authentication always enabled +#define CHIP_CONFIG_SECURITY_TEST_MODE 0 +#define CHIP_CONFIG_REQUIRE_AUTH 1 + #if BUILD_RELEASE // release build // Note: Default Pairing/PIN/Serial Numbers being used. These should not be enabled for production builds #endif // BUILD_RELEASE diff --git a/third_party/happy/repo b/third_party/happy/repo deleted file mode 160000 index 72a4b6e57cb0bb..00000000000000 --- a/third_party/happy/repo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 72a4b6e57cb0bb1cb4157ab11779f7be5a6e7f6d