Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-latest/components/esp_mm/port/esp32s2/
Dext_mem_layout.c23 .targets = MMU_TARGET_FLASH0 | MMU_TARGET_PSRAM0,
31 .targets = MMU_TARGET_FLASH0 | MMU_TARGET_PSRAM0,
39 .targets = MMU_TARGET_FLASH0 | MMU_TARGET_PSRAM0,
47 .targets = MMU_TARGET_FLASH0 | MMU_TARGET_PSRAM0,
55 .targets = MMU_TARGET_FLASH0 | MMU_TARGET_PSRAM0,
/hal_espressif-latest/tools/esptool_py/espefuse/
D__init__.py54 "esp32": DefChip("ESP32", esp32_efuse, esptool.targets.ESP32ROM),
55 "esp32c2": DefChip("ESP32-C2", esp32c2_efuse, esptool.targets.ESP32C2ROM),
56 "esp32c3": DefChip("ESP32-C3", esp32c3_efuse, esptool.targets.ESP32C3ROM),
57 "esp32c6": DefChip("ESP32-C6", esp32c6_efuse, esptool.targets.ESP32C6ROM),
58 "esp32c61": DefChip("ESP32-C61", esp32c61_efuse, esptool.targets.ESP32C61ROM),
59 "esp32c5": DefChip("ESP32-C5", esp32c5_efuse, esptool.targets.ESP32C5ROM),
61 "ESP32-C5(beta3)", esp32c5beta3_efuse, esptool.targets.ESP32C5BETA3ROM
63 "esp32h2": DefChip("ESP32-H2", esp32h2_efuse, esptool.targets.ESP32H2ROM),
64 "esp32p4": DefChip("ESP32-P4", esp32p4_efuse, esptool.targets.ESP32P4ROM),
66 "ESP32-H2(beta1)", esp32h2beta1_efuse, esptool.targets.ESP32H2BETA1ROM
[all …]
/hal_espressif-latest/components/esp_mm/port/esp32/
Dext_mem_layout.c23 .targets = MMU_TARGET_FLASH0,
31 .targets = MMU_TARGET_FLASH0,
39 .targets = MMU_TARGET_PSRAM0,
/hal_espressif-latest/components/xtensa/
Dproject_include.cmake4 # so use `-print-targets` option
6 COMMAND ${CMAKE_C_COMPILER} -print-targets
15 message("Compiler supported targets: ${dump_machine}")
/hal_espressif-latest/tools/esptool_py/
DMANIFEST.in3 include esptool/targets/stub_flasher/1/*
4 include esptool/targets/stub_flasher/2/*
Dpyproject.toml69 "*" = ["esptool/targets/stub_flasher/1/*", "esptool/targets/stub_flasher/2/*"]
/hal_espressif-latest/components/hal/
DREADME.md3 The `hal` component provides hardware abstraction and implementation for targets supported by ESP-I…
7 …er level components can make use of in order to have code portable to all targets ESP-IDF supports.
14 …specific subdirectories exist for wildly different implementations among targets; while code that …
/hal_espressif-latest/components/esp_mm/
Dext_mem_layout.h25 mmu_target_t targets; //region supported physical targets member
Desp_mmu_map.c94 mmu_target_t targets; //physical targets that this region is supported member
193 hw_mem_regions[i].targets = g_mmu_mem_regions[i].targets; in esp_mmu_map_init()
211 if ((b->free_head == a->end) && (b->caps == a->caps) && (b->targets == a->targets)) { in esp_mmu_map_init()
272 …if (((s_mmu_ctx.mem_regions[i].caps & caps) == caps) && ((s_mmu_ctx.mem_regions[i].targets & targe… in esp_mmu_map_get_max_consecutive_free_block_size()
289 … if (((mem_regions[i].caps & caps) == caps) && ((mem_regions[i].targets & target) == target)) { in s_find_available_region()
/hal_espressif-latest/components/esp_mm/port/esp32c2/
Dext_mem_layout.c22 .targets = MMU_TARGET_FLASH0,
/hal_espressif-latest/components/esp_mm/port/esp32c3/
Dext_mem_layout.c22 .targets = MMU_TARGET_FLASH0,
/hal_espressif-latest/components/esp_mm/port/esp32c6/
Dext_mem_layout.c23 .targets = MMU_TARGET_FLASH0,
/hal_espressif-latest/components/esp_mm/port/esp32h2/
Dext_mem_layout.c23 .targets = MMU_TARGET_FLASH0,
/hal_espressif-latest/components/esp_mm/port/esp32s3/
Dext_mem_layout.c22 .targets = MMU_TARGET_FLASH0 | MMU_TARGET_PSRAM0,
/hal_espressif-latest/components/soc/
DREADME.md3 The `soc` component provides hardware description for targets supported by ESP-IDF.
/hal_espressif-latest/tools/esptool_py/test/
Dtest_uf2_ids.py10 from esptool.targets import CHIP_DEFS
/hal_espressif-latest/components/esp_psram/
Dproject_include.cmake2 # We do this here as well as in CMakeLists.txt, because targets that
/hal_espressif-latest/components/mbedtls/
DCMakeLists.txt106 # Import mbedtls library targets
163 # Add port files to mbedtls targets
229 # CONFIG_ESP_TLS_USE_DS_PERIPHERAL can be enabled only for the supported targets.
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB160 (10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)
417 (21) Free Software Foundation LGPL License (*-linux* targets only)
438 (22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)
480 (24) Hewlett-Packard (hppa targets only)
495 (25) Henry Spencer (only *-linux targets)
598 (29) IBM, Sony, Toshiba (only spu-* targets)
631 (30) - Alex Tatmanjants (targets using libc/posix)
658 (31) - M. Warner Losh (targets using libc/posix)
684 (32) - Andrey A. Chernov (targets using libc/posix)
710 (33) - Daniel Eischen (targets using libc/posix)
[all …]
DKconfig84 - If both high-resolution (systimer for all targets except ESP32)
/hal_espressif-latest/components/esp_phy/
DKconfig121 …On some ESP targets, the USB PHY can interfere with WiFi thus lowering WiFi performance. As a resu…
122 …those affected ESP targets, the ESP PHY library's initialization will automatically disable the US…
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DMakefile58 ESPTOOL_STUBS_DIR = ../esptool/targets/stub_flasher
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dmemory.ld.in107 * Thus, the following region segments are not configurable like on other targets
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dmemory.ld.in102 * As C3 only has RTC fast memory, this is not configurable like on other targets
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dmemory.ld.in94 * As C3 only has RTC fast memory, this is not configurable like on other targets

12