Home
last modified time | relevance | path

Searched refs:TARGET (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_logging.h21 #define TARGET "[esp32]" macro
23 #define TARGET "[esp32s2]" macro
25 #define TARGET "[esp32s3]" macro
27 #define TARGET "[esp32c3]" macro
29 #define TARGET "[esp32c6]" macro
31 #define TARGET "[esp32c2]" macro
33 #define TARGET "[esp32h2]" macro
45 ets_printf(TARGET " [ERR] " _fmt "\n\r", ##__VA_ARGS__); \
54 ets_printf(TARGET " [WRN] " _fmt "\n\r", ##__VA_ARGS__); \
63 ets_printf(TARGET " [INF] " _fmt "\n\r", ##__VA_ARGS__); \
[all …]
/mcuboot-latest/boot/zephyr/sysbuild/
DCMakeLists.txt30 get_property(app_type TARGET ${image} PROPERTY APP_TYPE)
38 …set_property(TARGET ${image} APPEND_STRING PROPERTY CONFIG "CONFIG_ROM_END_OFFSET=${mcuboot_image_…
39 …set_property(TARGET ${image} APPEND_STRING PROPERTY CONFIG "CONFIG_MCUBOOT_UPDATE_FOOTER_SIZE=${mc…
/mcuboot-latest/boot/espressif/
DCMakeLists.txt358 TARGET ${APP_EXECUTABLE} PRE_LINK
380 add_custom_command(TARGET ${APP_EXECUTABLE} POST_BUILD
400 add_custom_command(TARGET flash
/mcuboot-latest/docs/
Dreadme-espressif.md85 `port/<TARGET>/bootloader.conf` file or passing a custom config file using the
91 *Replace `<TARGET>` with the target ESP32 family (like `esp32`, `esp32s2` and others).*
98 …cmake -DCMAKE_TOOLCHAIN_FILE=tools/toolchain-<TARGET>.cmake -DMCUBOOT_TARGET=<TARGET> -DESP_HAL_PA…
129 …eset --chip <TARGET> write_flash --flash_mode dio --flash_size <FLASH_SIZE> --flash_freq 40m <BOOT…
192 …esptool.py -p <PORT> -b <BAUD> --before default_reset --after hard_reset --chip <TARGET> write_fl…
883 `boot/espressif/port/<TARGET>/ld/bootloader.ld`: