Skip to content

Commit 8965d4f

Browse files
ArekBalysNordicjukkar
authored andcommitted
samples: matter: Fix some kconfig warninigs
Fixed some kconfig warnings while building Matter samples and applications. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 1b883e7 commit 8965d4f

File tree

19 files changed

+0
-23
lines changed

19 files changed

+0
-23
lines changed

applications/matter_bridge/sysbuild/ipc_radio/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ CONFIG_BT_BUF_ACL_RX_COUNT=11
3333
# Debug and assert configuration
3434
CONFIG_ASSERT=y
3535
CONFIG_DEBUG_INFO=y
36-
CONFIG_EXCEPTION_STACK_TRACE=y
3736
CONFIG_RESET_ON_FATAL_ERROR=n
3837
CONFIG_REBOOT=n
3938

applications/matter_weather_station/prj.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ CONFIG_USB_DEVICE_PID=0x530D
7575
CONFIG_UART_LINE_CTRL=y
7676
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=51
7777

78-
# Use minimal C library instead of the Picolib
79-
CONFIG_MINIMAL_LIBC=y
80-
8178
# Enable Diagnostic Logs feature
8279
CONFIG_NCS_SAMPLE_MATTER_DIAGNOSTIC_LOGS=y
8380
CONFIG_NCS_SAMPLE_MATTER_DIAGNOSTIC_LOGS_CRASH_LOGS=y

applications/matter_weather_station/prj_release.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ CONFIG_ASSERT_NO_FILE_INFO=y
6666
# Disable USB CDC ACM
6767
CONFIG_BOARD_SERIAL_BACKEND_CDC_ACM=n
6868

69-
# Use minimal C library instead of the Picolib
70-
CONFIG_MINIMAL_LIBC=y
71-
7269
# Enable Watchdog
7370
CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=y
7471

applications/matter_weather_station/sysbuild/ipc_radio/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ CONFIG_BT_CTLR_PHY_2M=n
3232
# Debug and assert configuration
3333
CONFIG_ASSERT=y
3434
CONFIG_DEBUG_INFO=y
35-
CONFIG_EXCEPTION_STACK_TRACE=y
3635
CONFIG_RESET_ON_FATAL_ERROR=n
3736
CONFIG_REBOOT=n
3837

samples/matter/light_bulb/sysbuild/ipc_radio/boards/nrf5340dk_nrf5340_cpunet.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_BT_CTLR_PHY_2M=n
2929
# Debug and assert configuration
3030
CONFIG_ASSERT=y
3131
CONFIG_DEBUG_INFO=y
32-
CONFIG_EXCEPTION_STACK_TRACE=y
3332
CONFIG_RESET_ON_FATAL_ERROR=n
3433
CONFIG_REBOOT=n
3534

samples/matter/light_bulb/sysbuild/ipc_radio/boards/nrf7002dk_nrf5340_cpunet.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_BT_CTLR_PHY_2M=n
2929
# Debug and assert configuration
3030
CONFIG_ASSERT=y
3131
CONFIG_DEBUG_INFO=y
32-
CONFIG_EXCEPTION_STACK_TRACE=y
3332
CONFIG_RESET_ON_FATAL_ERROR=n
3433
CONFIG_REBOOT=n
3534

samples/matter/light_switch/sysbuild/ipc_radio/boards/nrf5340dk_nrf5340_cpunet.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_BT_CTLR_PHY_2M=n
2929
# Debug and assert configuration
3030
CONFIG_ASSERT=y
3131
CONFIG_DEBUG_INFO=y
32-
CONFIG_EXCEPTION_STACK_TRACE=y
3332
CONFIG_RESET_ON_FATAL_ERROR=n
3433
CONFIG_REBOOT=n
3534

samples/matter/light_switch/sysbuild/ipc_radio/boards/nrf7002dk_nrf5340_cpunet.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_BT_CTLR_PHY_2M=n
2929
# Debug and assert configuration
3030
CONFIG_ASSERT=y
3131
CONFIG_DEBUG_INFO=y
32-
CONFIG_EXCEPTION_STACK_TRACE=y
3332
CONFIG_RESET_ON_FATAL_ERROR=n
3433
CONFIG_REBOOT=n
3534

samples/matter/lock/sysbuild/ipc_radio/boards/nrf5340dk_nrf5340_cpunet.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_BT_CTLR_PHY_2M=n
2929
# Debug and assert configuration
3030
CONFIG_ASSERT=y
3131
CONFIG_DEBUG_INFO=y
32-
CONFIG_EXCEPTION_STACK_TRACE=y
3332
CONFIG_RESET_ON_FATAL_ERROR=n
3433
CONFIG_REBOOT=n
3534

samples/matter/lock/sysbuild/ipc_radio/boards/nrf5340dk_nrf5340_cpunet_thread_wifi_switched.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_BT_CTLR_PHY_2M=n
2929
# Debug and assert configuration
3030
CONFIG_ASSERT=y
3131
CONFIG_DEBUG_INFO=y
32-
CONFIG_EXCEPTION_STACK_TRACE=y
3332
CONFIG_RESET_ON_FATAL_ERROR=n
3433
CONFIG_REBOOT=n
3534

0 commit comments

Comments
 (0)