Lines Matching +full:- +full:e
6 - `CONFIG_MCUBOOT_PRIMARY_SLOT_PATH`: MTD partition for the application firmware image PRIMARY slot;
7 - `CONFIG_MCUBOOT_SECONDARY_SLOT_PATH`: MTD partition for the application firmware image SECONDARY …
8 - `CONFIG_MCUBOOT_SCRATCH_PATH`: MTD partition for the Scratch area;
12 - `CONFIG_MCUBOOT_WATCHDOG`: If `CONFIG_WATCHDOG` is enabled, MCUboot shall reset the watchdog time…
15 - `<flash_map_backend/flash_map_backend.h>`, for enabling MCUboot to manage the application firmwar…
16 - `<mcuboot_config/mcuboot_config.h>`, for configuration of MCUboot's features.
17 - `<mcuboot_config/mcuboot_logging.h>`, for providing logging capabilities.
18 - `<os/os_malloc.h>`, for providing MCUboot access to the OS memory management interfaces.
19 - `<sysflash/sysflash.h>`, for configuration of the system's flash area organization.
21 …-level and requires minimal knowledge about characteristics of the underlying storage device. This…
23 ## Creating MCUboot-compatible application firmware images
31 …-specific implementation. The logical implementation for the secure boot is performed at applicati…
40 - `MTDIOC_GEOMETRY`, for retrieving information about the geometry of the MTD, required for the con…
41 - `MTDIOC_ERASESTATE`, for retrieving the byte value of an erased cell of the MTD, required for the…
49 ### `<flash_map_backend/flash_map_backend.h>` functions are not multitasking-safe
51 …restrictions regarding the usage of its public interfaces, which doesn't mean they are thread-safe.
52 … they are **not** multitasking-safe. NuttX implementation manages the MTD partitions via character…