We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbdcf1 commit 23f111bCopy full SHA for 23f111b
zephyr/port/include/boot/mcuboot_config/mcuboot_config.h
@@ -37,6 +37,13 @@
37
* In these cases, MCUBOOT_BOOT_MAX_ALIGN value must be taken from DT */
38
#define MCUBOOT_BOOT_MAX_ALIGN DT_PROP(DT_CHOSEN(zephyr_flash), write_block_size)
39
40
+#if defined(CONFIG_SECURE_FLASH_ENC_ENABLED) || (MCUBOOT_BOOT_MAX_ALIGN == 32)
41
+#define MCUBOOT_FLASH_HAS_HW_ENCRYPTION 1
42
+#endif
43
+
44
+#ifdef MCUBOOT_FLASH_HAS_HW_ENCRYPTION
45
+#define FLASH_AUX_WRITE_BUFFER_SIZE 0x100
46
47
48
/*
49
* Upgrade mode
0 commit comments