Home
last modified time | relevance | path

Searched refs:module (Results 1 – 10 of 10) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_log.h39 #define BOOT_LOG_MODULE_DECLARE(module) MCUBOOT_LOG_MODULE_DECLARE(module) argument
40 #define BOOT_LOG_MODULE_REGISTER(module) MCUBOOT_LOG_MODULE_REGISTER(module) argument
50 #define BOOT_LOG_MODULE_DECLARE(module)
51 #define BOOT_LOG_MODULE_REGISTER(module)
/mcuboot-latest/
Dgo.mod1 module github.com/mcu-tools/mcuboot
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md5 Given document describes the use of external memory module as a secondary (upgrade) slot with Cypre…
8 The memory module present on board is S25FL512SAGMFI010 512-Mbit external Quad SPI NOR Flash.
14 The design is based on using SFDP command's auto-discovery functionality of memory module IC and Cy…
17 * The memory-module used is SFDP-compliant;
18 * There only one module is being used for secondary slot;
22 …The slot size for upgrade slot is even (or smaller) to erase size (0x40000) of given memory module.
59 After that MCUBootApp is ready to accept upgrade image from external memory module.
DREADME.md115 __Note:__ It is also possible to place secondary (upgrade) slots in external memory module so resul…
/mcuboot-latest/boot/zephyr/
DKconfig.firmware_loader30 in firmware loader mode and reboot the module).
42 Checks if the module reset was caused by the reset pin and will
Dserial_adapter.c28 #error Zephyr UART console must be disabled if serial_adapter module is used.
DKconfig.serial_recovery175 in serial recovery mode and reboot the module).
187 Checks if the module reset was caused by the reset pin and will
DKconfig277 start-up code which can cause a module fault and potentially make the
278 module irrecoverable.
754 module = MCUBOOT
755 module-str = MCUBoot bootloader
957 # Enable flash_map module as flash I/O back-end
DCMakeLists.txt10 # This sample shows usage of an external module and we need to set the
11 # set the extra module path before calling find_package(Zephyr).
/mcuboot-latest/boot/cypress/
DREADME.md29 It is also possible to place secondary (upgrade) slots in external memory module. In this case prim…