Searched refs:APP (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/tools/esptool_py/test/images/ram_helloworld/source/ |
D | Makefile | 16 APP = helloworld macro 21 APP_ELF_8266 = $(BUILD_DIR)/$(APP)-esp8266.elf 22 APP_ELF_32 = $(BUILD_DIR)/$(APP)-esp32.elf 23 APP_ELF_32S2 = $(BUILD_DIR)/$(APP)-esp32s2.elf 24 APP_ELF_32S3_BETA_2 = $(BUILD_DIR)/$(APP)-esp32s3beta2.elf 25 APP_ELF_32S3 = $(BUILD_DIR)/$(APP)-esp32s3.elf 26 APP_ELF_32C3 = $(BUILD_DIR)/$(APP)-esp32c3.elf 27 APP_ELF_32C2 = $(BUILD_DIR)/$(APP)-esp32c2.elf 28 APP_ELF_32C6 = $(BUILD_DIR)/$(APP)-esp32c6.elf 29 APP_ELF_32C61 = $(BUILD_DIR)/$(APP)-esp32c61.elf [all …]
|
/hal_espressif-latest/components/esp_app_format/ |
D | Kconfig.projbuild | 40 int "The length of APP ELF SHA is stored in RAM(chars)" 44 …At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 19 …or APP CPU cache. Bootloader runs from here during the final stage of loading the app because APP … 20 iram_loader_seg (RWX) : org = 0x40078000, len = 0x8000 /* 32KB, APP CPU cache */
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32.rst | 17 …DISABLE_APP_CPU (BLOCK0): Disables APP CPU …
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 81 …_CPU, EFUSE_BLK0, 96, 1, [CHIP_VER_DIS_APP_CPU] Disables APP CPU
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 12 * - 0x3fceb710 - 0x3fced710: APP CPU stack, can be reclaimed as heap after RTOS startup
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 162 bool "Core 1 (APP CPU)"
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 39 bool "Core 1 (APP CPU)"
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1053 If set, optimise encryption time for the partition of type APP, 1060 If not set (default), the whole partition of type APP would be encrypted,
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 18 bool "Core 1 (APP CPU)"
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 121 bool "Core 1 (APP CPU)"
|