Commit 2d09f48 1 parent ada6ed5 commit 2d09f48 Copy full SHA for 2d09f48
File tree 5 files changed +10
-0
lines changed
cypress/MCUBootApp/config/mcuboot_config
espressif/hal/include/mcuboot_config
mbed/include/mcuboot_config
mynewt/mcuboot_config/include/mcuboot_config
nuttx/include/mcuboot_config
5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 83
83
// TODO: FWSECURITY-755
84
84
#define MCUBOOT_USE_FLASH_AREA_GET_SECTORS
85
85
86
+ #define MCUBOOT_DEV_WITH_ERASE
87
+
86
88
/* Default number of separately updateable images; change in case of
87
89
* multiple images. */
88
90
#ifndef MCUBOOT_IMAGE_NUMBER
Original file line number Diff line number Diff line change 126
126
* See the flash APIs for more details. */
127
127
#define MCUBOOT_USE_FLASH_AREA_GET_SECTORS
128
128
129
+ #define MCUBOOT_DEV_WITH_ERASE
130
+
129
131
/* Default maximum number of flash sectors per image slot; change
130
132
* as desirable. */
131
133
#define MCUBOOT_MAX_IMG_SECTORS 512
Original file line number Diff line number Diff line change 78
78
*/
79
79
#define MCUBOOT_USE_FLASH_AREA_GET_SECTORS
80
80
81
+ #define MCUBOOT_DEV_WITH_ERASE
82
+
81
83
/*
82
84
* No watchdog integration for now
83
85
*/
Original file line number Diff line number Diff line change 137
137
#define MCUBOOT_BOOT_MAX_ALIGN MYNEWT_VAL(MCU_FLASH_MIN_WRITE_SIZE)
138
138
#endif
139
139
140
+ #define MCUBOOT_DEV_WITH_ERASE
141
+
140
142
#if MYNEWT_VAL (BOOTUTIL_FEED_WATCHDOG ) && MYNEWT_VAL (WATCHDOG_INTERVAL )
141
143
#include <hal/hal_watchdog.h>
142
144
#define MCUBOOT_WATCHDOG_FEED () \
Original file line number Diff line number Diff line change 132
132
133
133
#define MCUBOOT_USE_FLASH_AREA_GET_SECTORS
134
134
135
+ #define MCUBOOT_DEV_WITH_ERASE
136
+
135
137
/* Default maximum number of flash sectors per image slot; change
136
138
* as desirable.
137
139
*/
You can’t perform that action at this time.
0 commit comments