File tree 6 files changed +6
-86
lines changed
all-clusters-app/esp32/main
all-clusters-minimal-app/esp32/main
test_driver/esp32/main/include
6 files changed +6
-86
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ menu "Demo"
59
59
depends on IDF_TARGET_ESP32H2
60
60
endchoice
61
61
62
- config CHIP_PROJECT_CONFIG
63
- string "CHIP Project Configuration file"
64
- default "main/include/CHIPProjectConfig.h"
65
-
66
62
choice
67
63
prompt "Rendezvous Mode"
68
64
default RENDEZVOUS_MODE_BLE if BT_ENABLED
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ menu "Demo"
48
48
depends on IDF_TARGET_ESP32C2
49
49
endchoice
50
50
51
- config CHIP_PROJECT_CONFIG
52
- string "CHIP Project Configuration file"
53
- default "main/include/CHIPProjectConfig.h"
54
-
55
51
choice
56
52
prompt "Rendezvous Mode"
57
53
default RENDEZVOUS_MODE_BLE if BT_ENABLED
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 101
101
#ifdef CONFIG_CHIP_ENABLE_BDX_LOG_TRANSFER
102
102
#define CHIP_CONFIG_ENABLE_BDX_LOG_TRANSFER 1
103
103
#endif // CONFIG_CHIP_ENABLE_BDX_LOG_TRANSFER
104
+
105
+ #ifdef CONFIG_BUILD_CHIP_TESTS
106
+ // CHIP tests use APIs that are declared when CONFIG_BUILD_FOR_HOST_UNIT_TEST is enabled
107
+ // Enable CONFIG_BUILD_FOR_HOST_UNIT_TEST when building CHIP test binaries
108
+ #define CONFIG_BUILD_FOR_HOST_UNIT_TEST 1
109
+ #endif
Original file line number Diff line number Diff line change 30
30
// Enable support functions for parsing command-line arguments
31
31
#define CHIP_CONFIG_ENABLE_ARG_PARSER 1
32
32
33
- #define CONFIG_BUILD_FOR_HOST_UNIT_TEST 1
34
-
35
33
#endif // CHIP_PROJECT_CONFIG_H
You can’t perform that action at this time.
0 commit comments