Home
last modified time | relevance | path

Searched full:eval (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-3.4.0/components/partition_table/
DMakefile.projbuild71 $(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/
Dexport.fish19 eval "$idf_exports"
72 eval (env _IDF.PY_COMPLETE=source_fish idf.py)
74 eval (env _IDF.PY_COMPLETE=fish_source idf.py)
Dexport.sh95 eval "${idf_exports}"
178eval "$(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.yml78 …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/
Dspiffs.rst51 $(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/
DMakefile62 $(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/
DMakefile62 $(foreach cfile, $(CFILES), $(eval $(call COMPILE_C, $(cfile))))
63 $(foreach cxxfile, $(CPPFILES), $(eval $(call COMPILE_CPP, $(cxxfile))))
/hal_espressif-3.4.0/make/
Dcomponent_wrapper.mk63 $(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)))
Dproject.mk552 $(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/
Dspiffs.rst51 $(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/
DMakefile76 $(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/
DMakefile77 $(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/
DMakefile75 $(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/
DMakefile.projbuild7 $(eval $(call ldgen_process_template, $(ESP32_LINKER_SCRIPT_TEMPLATE), $(ESP32_SECTIONS_LINKER_SCRI…
/hal_espressif-3.4.0/examples/storage/spiffsgen/
DMakefile16 $(eval $(call spiffs_create_partition_image,storage,spiffs_image))
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/
DMakefile11 $(eval $(call spiffs_create_partition_image,www,$(WEB_SRC_DIR)/dist))
/hal_espressif-3.4.0/components/xtensa/trax/test/
Dgdbinit21 eval "mon esp32 tracestart pc %p/4", &done
/hal_espressif-3.4.0/components/esptool_py/
DMakefile.projbuild92 $(eval MONITOR_OPTS += --encrypted)
117 $(eval MONITOR_OPTS += --encrypted)
/hal_espressif-3.4.0/components/libsodium/test/
Dcomponent.mk40 $(foreach case,$(TEST_CASES),$(eval $(call sodium_testcase,$(case))))
/hal_espressif-3.4.0/components/app_update/
DMakefile.projbuild22 …$(eval BLANK_OTA_DATA_FILE = $(shell if [ "$(OTA_DATA_OFFSET)" != "" ] && [ "$(OTA_DATA_SIZE)" != …
/hal_espressif-3.4.0/components/console/
Desp_console.h42 * @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/
Dutils.sh66 eval "$@"
/hal_espressif-3.4.0/tools/unit-test-app/tools/
DUnitTestParser.py206 # 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/
DREADME.md143 …)` function illustrates how to use `linenoise` and `esp_console_run()` to implement read/eval loop.
/hal_espressif-3.4.0/examples/system/console/advanced/
DREADME.md143 …)` function illustrates how to use `linenoise` and `esp_console_run()` to implement read/eval loop.

12