File tree 2 files changed +9
-1
lines changed
config/nrfconnect/chip-module
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,10 @@ config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
297
297
and remove it. After the first boot of the device the DAC private key will be moved
298
298
to the PSA ITS secure storage and will not be available in the factory data anymore.
299
299
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
301
305
302
306
endif # CHIP
Original file line number Diff line number Diff line change 240
240
#define CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID_LENGTH ((sizeof(CONFIG_CHIP_DEVICE_ROTATING_DEVICE_UID) - 1) / 2)
241
241
#endif // CONFIG_CHIP_FACTORY_DATA
242
242
#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
You can’t perform that action at this time.
0 commit comments