Searched full:eval (Results 1 – 25 of 32) sorted by relevance
12
/hal_espressif-3.4.0/components/partition_table/ |
D | Makefile.projbuild | 71 $(eval PHY_DATA_OFFSET:=$(shell $(GET_PART_INFO) --partition-table-file $(PARTITION_TABLE_BIN) \ 74 $(eval APP_OFFSET:=$(shell $(GET_PART_INFO) --partition-table-file $(PARTITION_TABLE_BIN) \ 77 $(eval OTA_DATA_OFFSET:=$(shell $(GET_PART_INFO) --partition-table-file $(PARTITION_TABLE_BIN) \ 80 $(eval OTA_DATA_SIZE:=$(shell $(GET_PART_INFO) --partition-table-file $(PARTITION_TABLE_BIN) \ 83 $(eval FACTORY_OFFSET:=$(shell $(GET_PART_INFO) --partition-table-file $(PARTITION_TABLE_BIN) \
|
/hal_espressif-3.4.0/ |
D | export.fish | 19 eval "$idf_exports" 72 eval (env _IDF.PY_COMPLETE=source_fish idf.py) 74 eval (env _IDF.PY_COMPLETE=fish_source idf.py)
|
D | export.sh | 95 eval "${idf_exports}" 178 …eval "$(env _IDF.PY_COMPLETE=$SOURCE_ZSH idf.py)" || echo "WARNING: Failed to load shell autocompl… 183 eval "$(env LANG=en _IDF.PY_COMPLETE=$SOURCE_BASH idf.py)" || echo "$WARNING_MSG"
|
D | .gitlab-ci.yml | 78 …tools/idf_tools.py --non-interactive install ${SETUP_TOOLS_LIST:-} && eval "$(tools/idf_tools.py -…
|
/hal_espressif-3.4.0/docs/zh_CN/api-reference/storage/ |
D | spiffs.rst | 51 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>)) 69 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>)) 85 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>))
|
/hal_espressif-3.4.0/components/spi_flash/sim/ |
D | Makefile | 62 $(foreach cfile, $(CFILES), $(eval $(call COMPILE_C, $(cfile)))) 63 $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
|
/hal_espressif-3.4.0/components/spi_flash/sim/stubs/ |
D | Makefile | 62 $(foreach cfile, $(CFILES), $(eval $(call COMPILE_C, $(cfile)))) 63 $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
|
/hal_espressif-3.4.0/make/ |
D | component_wrapper.mk | 63 $(eval $(if $(1), $(call compile_include, $(2)), $(call compile_exclude, $(2)))) 67 $(eval $(if $(1), $(call compile_exclude, $(2)), $(call compile_include, $(2)))) 102 $(eval $(call includeCompBuildMakefile,$(componentpath))))) 297 $(foreach srcdir,$(COMPONENT_SRCDIRS), $(eval $(call GenerateCompileTargets,$(srcdir),$(call stripL… 334 $(foreach binfile,$(COMPONENT_EMBED_FILES), $(eval $(call GenerateEmbedTarget,$(binfile),bin))) 336 $(foreach txtfile,$(COMPONENT_EMBED_TXTFILES), $(eval $(call GenerateEmbedTarget,$(txtfile),txt)))
|
D | project.mk | 552 $(eval $(call ldgen_create_commands)) 565 $(eval $(call includeProjBuildMakefile,$(componentpath))))) 649 $(foreach component,$(COMPONENT_PATHS),$(eval $(call GenerateComponentTargets,$(component),$(notdir… 650 $(foreach component,$(TEST_COMPONENT_PATHS),$(eval $(call GenerateComponentTargets,$(component),$(l… 717 $(foreach submodule,$(subst $(IDF_PATH)/,,$(filter $(IDF_PATH)/%,$(COMPONENT_SUBMODULES))),$(eval $…
|
/hal_espressif-3.4.0/docs/en/api-reference/storage/ |
D | spiffs.rst | 51 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>)) 69 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>)) 85 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>))
|
/hal_espressif-3.4.0/components/wear_levelling/test_wl_host/ |
D | Makefile | 76 $(foreach cfile, $(CFILES), $(eval $(call COMPILE_C, $(cfile)))) 77 $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
|
/hal_espressif-3.4.0/components/fatfs/test_fatfs_host/ |
D | Makefile | 77 $(foreach cfile, $(CFILES), $(eval $(call COMPILE_C, $(cfile)))) 78 $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
|
/hal_espressif-3.4.0/components/spiffs/test_spiffs_host/ |
D | Makefile | 75 $(foreach cfile, $(CFILES), $(eval $(call COMPILE_C, $(cfile)))) 76 $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
|
/hal_espressif-3.4.0/components/esp_system/ |
D | Makefile.projbuild | 7 $(eval $(call ldgen_process_template, $(ESP32_LINKER_SCRIPT_TEMPLATE), $(ESP32_SECTIONS_LINKER_SCRI…
|
/hal_espressif-3.4.0/examples/storage/spiffsgen/ |
D | Makefile | 16 $(eval $(call spiffs_create_partition_image,storage,spiffs_image))
|
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/ |
D | Makefile | 11 $(eval $(call spiffs_create_partition_image,www,$(WEB_SRC_DIR)/dist))
|
/hal_espressif-3.4.0/components/xtensa/trax/test/ |
D | gdbinit | 21 eval "mon esp32 tracestart pc %p/4", &done
|
/hal_espressif-3.4.0/components/esptool_py/ |
D | Makefile.projbuild | 92 $(eval MONITOR_OPTS += --encrypted) 117 $(eval MONITOR_OPTS += --encrypted)
|
/hal_espressif-3.4.0/components/libsodium/test/ |
D | component.mk | 40 $(foreach case,$(TEST_CASES),$(eval $(call sodium_testcase,$(case))))
|
/hal_espressif-3.4.0/components/app_update/ |
D | Makefile.projbuild | 22 …$(eval BLANK_OTA_DATA_FILE = $(shell if [ "$(OTA_DATA_OFFSET)" != "" ] && [ "$(OTA_DATA_SIZE)" != …
|
/hal_espressif-3.4.0/components/console/ |
D | esp_console.h | 42 * @brief Parameters for console REPL (Read Eval Print Loop) 353 * @brief Establish a console REPL (Read-eval-print loop) environment over USB-SERIAL-JTAG
|
/hal_espressif-3.4.0/tools/ci/ |
D | utils.sh | 66 eval "$@"
|
/hal_espressif-3.4.0/tools/unit-test-app/tools/ |
D | UnitTestParser.py | 206 # Now the condition is a python condition, we can use eval to compute its value 207 ret = eval(condition)
|
/hal_espressif-3.4.0/examples/system/console/basic/ |
D | README.md | 143 …)` function illustrates how to use `linenoise` and `esp_console_run()` to implement read/eval loop.
|
/hal_espressif-3.4.0/examples/system/console/advanced/ |
D | README.md | 143 …)` function illustrates how to use `linenoise` and `esp_console_run()` to implement read/eval loop.
|
12