Searched refs:TARGET (Results 1 – 4 of 4) sorted by relevance
21 #define TARGET "[esp32]" macro23 #define TARGET "[esp32s2]" macro25 #define TARGET "[esp32s3]" macro27 #define TARGET "[esp32c3]" macro29 #define TARGET "[esp32c6]" macro31 #define TARGET "[esp32c2]" macro33 #define TARGET "[esp32h2]" macro45 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 …]
30 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…
358 TARGET ${APP_EXECUTABLE} PRE_LINK380 add_custom_command(TARGET ${APP_EXECUTABLE} POST_BUILD400 add_custom_command(TARGET flash
85 `port/<TARGET>/bootloader.conf` file or passing a custom config file using the91 *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`: