Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nrfconnect/sdk-connectedhomeip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 55f2b458c20599efc68f4cf49920a35c3182d010
Choose a base ref
..
head repository: nrfconnect/sdk-connectedhomeip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 247ce5262b1cd8ab8f688e7eb4e96f74a8af7b5a
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 config/nrfconnect/chip-module/Kconfig.defaults
4 changes: 2 additions & 2 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
@@ -468,7 +468,7 @@ config SHELL_MINIMAL
default y if !CHIP_MEMORY_PROFILING

config KERNEL_SHELL
default n if !CHIP_MEMORY_PROFILING
default n

config SENSOR_SHELL
default n
@@ -495,7 +495,7 @@ config HWINFO_SHELL
default n

config OPENTHREAD_SHELL
default n if !CHIP_MEMORY_PROFILING
default n

endif # SHELL