Skip to content

Commit c1867f7

Browse files
[SVE-only] Add config for BDX log transfering
1 parent c9a89c0 commit c1867f7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

config/nrfconnect/chip-module/Kconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
297297
and remove it. After the first boot of the device the DAC private key will be moved
298298
to the PSA ITS secure storage and will not be available in the factory data anymore.
299299
It will be overwritten in the factory data set by zeros.
300-
300+
301+
config CHIP_ENABLE_BDX_LOG_TRANSFER
302+
bool "Enable BDX log transfer"
303+
help
304+
Enables the BDX protocol for diagnostics log transfer
301305

302306
endif # CHIP

src/platform/nrfconnect/CHIPDevicePlatformConfig.h

+4
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,7 @@
240240
#define CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID_LENGTH ((sizeof(CONFIG_CHIP_DEVICE_ROTATING_DEVICE_UID) - 1) / 2)
241241
#endif // CONFIG_CHIP_FACTORY_DATA
242242
#endif // CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID_LENGTH
243+
244+
#ifdef CONFIG_CHIP_ENABLE_BDX_LOG_TRANSFER
245+
#define CHIP_CONFIG_ENABLE_BDX_LOG_TRANSFER 1
246+
#endif // CONFIG_CHIP_ENABLE_BDX_LOG_TRANSFER

0 commit comments

Comments
 (0)