/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/ |
D | flashing-firmware.rst | 30 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/ |
D | README.md | 19 # 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…
|
D | esptool_test_stub.py | 9 # flasher stub in the build/ subdirectory 17 STUBS_BUILD_DIR = os.path.join(THIS_DIR, "build/")
|
D | compare_stubs.py | 13 # Compare the esptool stub loaders to freshly built ones in the build directory 19 BUILD_DIR = "build/"
|
/hal_espressif-3.7.0/west/ |
D | tools.py | 67 # 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/ |
D | output_helpers.py | 45 # 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
|
D | console_parser.py | 108 --- {makecmd:14} Build & flash project 109 --- {appmake:14} Build & flash app only 131 --- Press {} to build & flash project. 132 --- Press {} to build & flash app.
|
D | web_socket_client.py | 33 {'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/ |
D | project_include.cmake | 8 # 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/ |
D | critical_section.h | 44 …* 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/ |
D | cpu_region_protect.c | 63 * 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/ |
D | README.md | 16 ## 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/ |
D | README.md | 16 ## 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/ |
D | CMakeLists.txt | 1 # 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/ |
D | CMakeLists.txt | 1 # 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/ |
D | CMakeLists.txt | 1 # 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/ |
D | component.mk | 8 .PHONY: build 9 build: $(SDKCONFIG_HEADER)
|
/hal_espressif-3.7.0/components/spi_flash/sim/stubs/ |
D | component.mk | 8 .PHONY: build 9 build: $(SDKCONFIG_HEADER)
|
/hal_espressif-3.7.0/components/esp_app_format/ |
D | Kconfig.projbuild | 15 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/ |
D | CMakeLists.txt | 136 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/ |
D | att_protocol.c | 42 ** 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/ |
D | cpu_region_protect.c | 80 * 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/ |
D | CMakeLists.txt | 5 "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 | .gitignore | 1 build
|
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c6/ |
D | cpu_region_protect.c | 80 * 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()
|