Home
last modified time | relevance | path

Searched refs:esp32 (Results 1 – 25 of 62) sorted by relevance

123

/hal_espressif-latest/components/esp_psram/
DCMakeLists.txt6 if(${target} STREQUAL "esp32")
18 if(${target} STREQUAL "esp32")
19 list(APPEND srcs "esp32/esp_psram_extram_cache.c"
20 "esp32/esp_himem.c")
40 target_compile_options(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-issue)
42 target_link_libraries(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-issue)
46 target_compile_options(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=dupldst)
47 target_link_libraries(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=dupldst)
50 target_compile_options(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=memw)
51 target_link_libraries(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=memw)
[all …]
Dproject_include.cmake5 # on the esp32 component so don't get the extra flag. This handles that case.
6 idf_build_set_property(COMPILE_OPTIONS "-mfix-esp32-psram-cache-issue" APPEND)
9 idf_build_set_property(COMPILE_OPTIONS "-mfix-esp32-psram-cache-strategy=dupldst" APPEND)
12 idf_build_set_property(COMPILE_OPTIONS "-mfix-esp32-psram-cache-strategy=memw" APPEND)
15 idf_build_set_property(COMPILE_OPTIONS "-mfix-esp32-psram-cache-strategy=nops" APPEND)
/hal_espressif-latest/components/spi_flash/sim/stubs/
DMakefile.files5 esp32/crc.cpp \
6 esp32/esp_random.c \
29 soc/esp32/include \
33 xtensa/esp32/include \
34 esp32/include \
/hal_espressif-latest/tools/esptool_py/test/elf2image/esp32-too-many-sections/
DMakefile12 CC=xtensa-esp32-elf-gcc
15 OBJ=esp32-too-many-sections.o
16 BIN=esp32-too-many-sections.elf
17 SRC=esp32-too-many-sections.c
/hal_espressif-latest/components/spi_flash/sim/
DMakefile.files36 xtensa/esp32/include \
37 soc/esp32/include \
40 esp32/include \
46 hal/esp32/include \
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dset-flash-voltage-cmd.rst6 {IDF_TARGET_VDD_SPI:default="VDD_SPI",esp32="VDD_SDIO"}
7 {IDF_TARGET_VDD_FORCE:default="VDD_SPI_FORCE",esp32="XPD_SDIO_FORCE"}
8 {IDF_TARGET_VDD_TIEH:default="VDD_SPI_TIEH",esp32="XPD_SDIO_TIEH"}
9 {IDF_TARGET_VDD_REG:default="VDD_SPI_XPD",esp32="XPD_SDIO_REG"}
10 {IDF_TARGET_VDD_GPIO:default="GPIO45",esp32="GPIO12"}
18 .. only:: not esp32 and not esp32s2 and not esp32s3
39 .. only:: esp32
43 .. only:: not esp32
Dburn-key-digest-cmd.rst12 :not esp32 and not esp32c2: - ``block`` - Name of key block.
14 …:not esp32 and not esp32c2: - ``Key purpose``. The purpose of this key [``SECURE_BOOT_DIGEST0``, `…
16 .. only:: not esp32 and not esp32c2
24 :esp32: - ``--no-protect-key``. Disable default read and write protecting of the key.
25 …:not esp32: - ``--no-write-protect``. Disable write-protecting of the key. The key remains writabl…
26 …:not esp32: - ``--no-read-protect``. Disable read-protecting of the key. This option does not chan…
30 .. only:: esp32
43 .. only:: esp32
Dburn-key-cmd.rst10 …:esp32: - `Secure Boot V1 <https://docs.espressif.com/projects/esp-idf/en/latest/{IDF_TARGET_PATH_…
20 …:esp32: - ``Keyfile``. It is a raw binary file. It must contain 256 bits of binary key if the codi…
21 …:not esp32 and not esp32h2: - ``Keyfile``. It is a raw binary file. The length of binary key depen…
23 :not esp32: - ``Key purpose``. The purpose of this key.
25 .. only:: esp32
29 .. only:: not esp32
37 …:esp32: - ``--no-protect-key``. Disable default read and write protecting of the key. If this opti…
38 …:not esp32: - ``--no-write-protect``. Disable write-protecting of the key. The key remains writabl…
39 …:not esp32: - ``--no-read-protect``. Disable read-protecting of the key. The key remains readable …
43 .. only:: esp32
[all …]
Dget-custom-mac-cmd.rst10 .. only:: esp32
21 .. only:: not esp32
Dindex.rst51 …nd the default chip is ``esp32``, please specify the specific type of chip to get the correct help…
78 .. only:: esp32
86 .. only:: not esp32
120 … use of `CSV files <https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/syst…
124 > espefuse.py -c esp32 --extend-efuse-table path/esp_efuse_custom_table.csv summary
167 …the `eFuse Manager <https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/syst…
/hal_espressif-latest/zephyr/scripts/
Dsubmodules.txt3 …c056171edebcaa3c57d06b components/bt/controller/lib_esp32 https://github.com/espressif/esp32-bt-lib
4 10b87164fad0d1fd3b3e84439f9b58fd4a25501f components/esp_wifi/lib https://github.com/espressif/esp32
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.newlib-data.ld2 See also esp32.rom.newlib-funcs.ld for the list of general newlib functions,
3 and esp32.rom.newlib-nano.ld for "nano" versions of printf/scanf family of functions.
Desp32.rom.newlib-funcs.ld3 See also esp32.rom.newlib-data.ld for the list of .data/.bss symbols
4 used by these functions, and esp32.rom.newlib-nano.ld for "nano" versions
12 Time functions were moved to the esp32.rom.newlib-time.ld file.
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst1 {IDF_TARGET_STRAP_BOOT_GPIO:default="GPIO9", esp32="GPIO0", esp32s2="GPIO0", esp32s3="GPIO0", esp32…
3 {IDF_TARGET_STRAP_BOOT_2_GPIO:default="GPIO8", esp32="GPIO2", esp32s2="GPIO46", esp32s3="GPIO46", e…
5 {IDF_TARGET_BOOTLOADER_OFFSET:default="0", esp32="1000", esp32s2="1000", esp32p4="2000"}
86 .. only:: esp32 or esp32s2 or esp32s3
100 .. only:: not esp32
104 .. only:: esp32
254 .. only:: esp32
263 .. only:: not esp32
277 .. only:: esp32
305 …:esp32: - Boot mode accidentally set to ``HSPI_FLASH_BOOT``, which uses different SPI flash pins.…
[all …]
/hal_espressif-latest/tools/esptool_py/test/images/ram_helloworld/source/
DMakefile6 CROSS_32 ?= xtensa-esp32-elf-
22 APP_ELF_32 = $(BUILD_DIR)/$(APP)-esp32.elf
34 .PHONY: all esp32 clean
38 esp32: $(APP_ELF_32) $(APP_ELF_32S2) $(APP_ELF_32C3) $(APP_ELF_32S3) $(APP_ELF_32C2) $(APP_ELF_32C6… target
/hal_espressif-latest/zephyr/
DKconfig121 For esp32 and esp32s3, the default extra delay is set to 2000us. When optimizing startup time
125 on esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.
126 (For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.
127 For chips after esp32, the delay will be executed only in light sleep flow, the delay
DCMakeLists.txt3 add_subdirectory_ifdef(CONFIG_SOC_SERIES_ESP32 esp32)
/hal_espressif-latest/components/hal/
DCMakeLists.txt25 if(${target} STREQUAL "esp32")
26 list(APPEND srcs "esp32/cache_hal_esp32.c")
192 if(${target} STREQUAL "esp32")
195 "esp32/touch_sensor_hal.c"
196 "esp32/gpio_hal_workaround.c")
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.tracemem16 … The esp32-s3 contains a feature which allows you to trace the execution path the processor
27 … The esp32-s3 contains a feature which allows you to trace the execution path the processor
/hal_espressif-latest/components/mbedtls/port/include/esp32/
Dsha.h20 #warning esp32/sha.h is deprecated, please use sha_parallel_engine.h instead
/hal_espressif-latest/tools/esptool_py/test/
DREADME.md3 ….py` documentation](https://docs.espressif.com/projects/esptool/en/latest/esp32/contributing.html#…
/hal_espressif-latest/components/esp_wifi/
DCMakeLists.txt28 # dport workaround headers are in esp32 component
29 set(extra_priv_requires esp32)
/hal_espressif-latest/tools/esptool_py/esptool/targets/
D__init__.py1 from .esp32 import ESP32ROM
/hal_espressif-latest/tools/esptool_py/docs/en/
Dresources.rst10 * The `esp32.com forum <https://esp32.com/>`_ is a place to ask questions and find community resour…
/hal_espressif-latest/zephyr/esp32/
DCMakeLists.txt94 ../../components/esp_phy/include/esp32
95 ../../components/esp_phy/esp32/include
96 ../../components/esp_wifi/esp32/include
230 ../../components/soc/esp32/touch_sensor_periph.c
235 ../../components/hal/esp32/touch_sensor_hal.c
262 ../../components/esp_system/port/soc/esp32/clk.c
387 -L${CMAKE_CURRENT_SOURCE_DIR}/../blobs/lib/esp32
400 -L${CMAKE_CURRENT_SOURCE_DIR}/../blobs/lib/esp32
420 -L${CMAKE_CURRENT_SOURCE_DIR}/../blobs/lib/esp32

123