Home
last modified time | relevance | path

Searched full:build (Results 1 – 25 of 162) sorted by relevance

1234567

/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst30 The generated binary files are usually stored in the ``build`` folder of your project.
32 …app binary can be found in ``.../esp-idf/examples/get-started/hello_world/build/hello_world.bin``.
47 ESP-IDF outputs the full esptool command used for flashing after the build is finished, for example…
49 Project build complete. To flash, run this command:
50 …DF_TARGET_BOOTLOADER_OFFSET} build/bootloader/bootloader.bin 0x8000 build/partition_table/partitio…
65 …/build/esp32doit-devkit-v1/partitions.bin 0xe000 .../.platformio/packages/framework-arduinoespress…
75 …DF_TARGET_BOOTLOADER_OFFSET} build/bootloader/bootloader.bin 0x8000 build/partition_table/partitio…
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md19 # To Build
21 If you want to build the stub to test modifications or updates, here's how:
31 * To build type `make`. To build only for the ESP32 family, type `make WITHOUT_ESP8266=1` (this neg…
39 …is the same as running `esptool.py`, only it uses the just-compiled stubs from the build directory.
41 …test test/test_esptool.py`, only it uses the just-compiled stubs from the build directory. See the…
Desptool_test_stub.py9 # flasher stub in the build/ subdirectory
17 STUBS_BUILD_DIR = os.path.join(THIS_DIR, "build/")
Dcompare_stubs.py13 # Compare the esptool stub loaders to freshly built ones in the build directory
19 BUILD_DIR = "build/"
/hal_espressif-latest/tools/esptool_py/test/elf2image/
Desp32-app-cust-ver-info.elf ... idf/examples/get-started/hello_world/build __wchb _global_impure_ptr __tm_year _misc_reent spi_flash_guard_funcs_t _localtime_buf __uint8_t _cvtlen _maxwds _l64a_buf ...
Desp8266-openrtos-blink-v2.elf? ? ?` ? 4 ? P ?ASCII ASCII ?V ?V ?V ?V ? ...
Desp32-zephyr.elf ... Xthal_instrom_vaddr /home/esteban/Dev/zephyr/build Xthal_icache_ways Xthal_have_mimic_cacheattr Xthal_num_writebuffer_entries _Bool unsigned char Xthal_cpregs_restore_nw_fn Xthal_have_exceptions Xthal_have_pif short ...
Desp8266-nonosssdk20-iotdemo.elf4 ? ? ?t ? ? ? 3 4 m U !@` !@T !@ ...
/hal_espressif-latest/components/bootloader/
Dproject_include.cmake8 # Glue to build the bootloader subproject binary as an external
25 # For both cases, the user either sets binaries to be signed during build or not
66 # fails the build. fail_at_build_time causes a cmake run next time
101 # fails the build. fail_at_build_time causes a cmake run next time
149 # So for now we just have the top-level build remove the final build products...
/hal_espressif-latest/components/esp_system/include/esp_private/
Dcritical_section.h44 …* MUST be used, otherwise normal functions would be passed an undefined variable when build for si…
76 …* MUST be used, otherwise normal functions would be passed an undefined variable when build for si…
110 …* MUST be used, otherwise normal functions would be passed an undefined variable when build
141 …* MUST be used, otherwise normal functions would be passed an undefined variable when build
178 …* MUST be used, otherwise normal functions would be passed an undefined variable when build
215 * @param lock Pointer to the critical section lock. Ignored if build for single core system.
244 * @param lock Pointer to the critical section lock. Ignored if build for single core system.
273 * @param lock Pointer to the critical section lock. Ignored if build for single core system.
302 * @param lock Pointer to the critical section lock. Ignored if build for single core system.
332 * @param lock Pointer to the critical section lock. Ignored if build for single core system.
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dcpu_region_protect.c63 * 1. Bootloader build: in esp_cpu_configure_region_protection()
67 * 2. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT enabled in esp_cpu_configure_region_protection()
72 * 3. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT disabled in esp_cpu_configure_region_protection()
83 …* these during BOOTLOADER build itself. During application build, reconfiguration of these PMPADD… in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/log/host_test/log_test/
DREADME.md16 ## Build section in Simple log test on Linux target
18 …idf.py --preview set-target linux` if you are not sure. Then do a normal IDF build: `idf.py build`.
/hal_espressif-latest/components/spi_flash/sim/
Dcomponent.mk8 .PHONY: build
9 build: $(SDKCONFIG_HEADER)
/hal_espressif-latest/components/spi_flash/sim/stubs/
Dcomponent.mk8 .PHONY: build
9 build: $(SDKCONFIG_HEADER)
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dconsole_parser.py108 --- {makecmd:14} Build & flash project
109 --- {appmake:14} Build & flash app only
131 --- Press {} to build & flash project.
132 --- Press {} to build & flash app.
Dweb_socket_client.py33 {'event': 'gdb_stub', 'port': '/dev/ttyUSB1', 'prog': 'build/elf_file'} for GDB Stub, or
34 {'event': 'coredump', 'file': '/tmp/xy', 'prog': 'build/elf_file'} for coredump,
/hal_espressif-latest/components/esp_app_format/
DKconfig.projbuild15 The PROJECT_VER variable from the build system will not affect the firmware image.
22 The PROJECT_NAME variable from the build system will not affect the firmware image.
/hal_espressif-latest/components/bootloader_support/
DCMakeLists.txt136 else() # normal app build
140 # verification-only build supplies verification key
146 # sign at build time, extracts key from signing key
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c42 ** Description Build a exchange MTU request
67 ** Description Build a execute write request or response.
100 ** Description Build a exchange MTU request
128 ** Description Build a read information request or read by type request
158 ** Description Build a read by type and value request.
195 ** Description Build a read multiple request
225 ** Description Build a read /read blob request
259 ** Description Build a request/response with opcode only.
283 ** Description Build a attribute value request
379 ** Description Build ATT Server PDUs.
/hal_espressif-latest/west/
Dtools.py72 log.die("could not find build configuration")
96 # build dir differs when sysbuild is used
103 # get build elf file path
/hal_espressif-latest/components/bootloader/subproject/
DCMakeLists.txt5 "in by the parent build process.")
10 "in by the parent build process.")
15 "in by the parent build process.")
215 --append_signatures -o signed_bootloader.bin build/bootloader/bootloader.bin"
D.gitignore1 build
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c85 * 1. Bootloader build: in esp_cpu_configure_region_protection()
89 * 2. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT enabled in esp_cpu_configure_region_protection()
94 * 3. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT disabled in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c85 * 1. Bootloader build: in esp_cpu_configure_region_protection()
89 * 2. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT enabled in esp_cpu_configure_region_protection()
94 * 3. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT disabled in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/newlib/
D.gitignore1 .build

1234567