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 8abd562 commit 8304d6aCopy full SHA for 8304d6a
zephyr/port/include/boot/mcuboot_config/mcuboot_config.h
@@ -40,6 +40,14 @@
40
#define MCUBOOT_BOOT_MAX_ALIGN DT_PROP(DT_CHOSEN(zephyr_flash), write_block_size)
41
#endif
42
43
+#if defined(CONFIG_SECURE_FLASH_ENC_ENABLED) || (MCUBOOT_BOOT_MAX_ALIGN == 32)
44
+#define MCUBOOT_FLASH_HAS_HW_ENCRYPTION 1
45
+#endif
46
+
47
+#ifdef MCUBOOT_FLASH_HAS_HW_ENCRYPTION
48
+#define FLASH_AUX_WRITE_BUFFER_SIZE 0x100
49
50
51
/*
52
* Upgrade mode
53
*
0 commit comments