Skip to content

Commit 46e77db

Browse files
CI: Switch to main branch
Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 6095186 commit 46e77db

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library('CI_LIB@ci-matter-test') _
1+
@Library('CI_LIB') _
22

33
def pipeline = new ncs.sdk_smart_home.Main()
44

subsys/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,6 @@ config MATTER_USE_DEFAULT_BUTTON_HANDLER
122122
When enabled, the button handler responsible for factory reset and DFU is used alongside
123123
application handler. In order to override this handler, disable this config.
124124

125-
choice MATTER_ZAP_GENERATION_MODE
126-
prompt "Matter ZAP generation mode"
127-
default MATTER_ZAP_GENERATION_STATIC
128-
129-
config MATTER_ZAP_GENERATION_BUILD_TIME
130-
bool "Generate ZAP artifacts at build time"
131-
132-
config MATTER_ZAP_GENERATION_STATIC
133-
bool "Use pre-generated ZAP artifacts"
134-
endchoice
135-
136125
rsource "persistent_storage/Kconfig"
137126
rsource "watchdog/Kconfig"
138127
rsource "diagnostic/Kconfig"

0 commit comments

Comments
 (0)