Home
last modified time | relevance | path

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

1234567

/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/west/
Dtools.py67 # Get the build directory for the given argument list and environment.
69 guess = config.get('build', 'guess-dir', fallback='never')
76 msg = 'could not find build directory and '
78 msg = msg + 'neither {} nor {} are zephyr build directories.'
80 msg = msg + ('{} is not a build directory and the default build '
91 log.die("could not find build configuration")
112 # build dir differs when sysbuild is used
173 # get build elf file path
/hal_espressif-3.7.0/tools/idf_monitor/idf_monitor_base/
Doutput_helpers.py45 # Get the build directory for the given argument list and environment.
47 guess = config.get('build', 'guess-dir', fallback='never')
54 msg = 'could not find build directory and '
56 msg = msg + 'neither {} nor {} are zephyr build directories.'
58 msg = msg + ('{} is not a build directory and the default build '
85 # build dir differs when sysbuild is used
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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/components/esp_rom/test_apps/linux_rom_apis/
DREADME.md16 ## Build section in Simplest rom 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-3.7.0/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-3.7.0/components/heap/test_apps/host_test_linux/
DCMakeLists.txt1 # For more information about build system see
2 # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/host_test_linux/
DCMakeLists.txt1 # For more information about build system see
2 # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
/hal_espressif-3.7.0/components/esp_system/test_apps/linux_apis/
DCMakeLists.txt1 # For more information about build system see
2 # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
/hal_espressif-3.7.0/components/spi_flash/sim/
Dcomponent.mk8 .PHONY: build
9 build: $(SDKCONFIG_HEADER)
/hal_espressif-3.7.0/components/spi_flash/sim/stubs/
Dcomponent.mk8 .PHONY: build
9 build: $(SDKCONFIG_HEADER)
/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c80 * 1. Bootloader build: in esp_cpu_configure_region_protection()
84 * 2. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT enabled in esp_cpu_configure_region_protection()
89 * 3. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT disabled in esp_cpu_configure_region_protection()
/hal_espressif-3.7.0/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-3.7.0/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c80 * 1. Bootloader build: in esp_cpu_configure_region_protection()
84 * 2. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT enabled in esp_cpu_configure_region_protection()
89 * 3. Application build with CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT disabled in esp_cpu_configure_region_protection()

1234567