Searched full:eval (Results 1 – 25 of 29) sorted by relevance
12
/hal_espressif-2.7.6/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-2.7.6/docs/zh_CN/api-reference/storage/ |
D | spiffs.rst | 48 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>)) 66 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>)) 82 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>))
|
/hal_espressif-2.7.6/ |
D | export.fish | 19 eval "$idf_exports" 70 eval (env _IDF.PY_COMPLETE=source_fish idf.py)
|
D | export.sh | 90 eval "${idf_exports}" 147 …eval "$(env _IDF.PY_COMPLETE=source_zsh idf.py)" || echo "WARNING: Failed to load shell autocomple… 149 …eval "$(env _IDF.PY_COMPLETE=source_bash idf.py)" || echo "WARNING: Failed to load shell autocomp…
|
D | .gitlab-ci.yml | 73 …tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive expor…
|
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/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>)) 86 $(eval $(call spiffs_create_partition_image,<partition>,<base_dir>))
|
/hal_espressif-2.7.6/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))))) 291 $(foreach srcdir,$(COMPONENT_SRCDIRS), $(eval $(call GenerateCompileTargets,$(srcdir),$(call stripL… 328 $(foreach binfile,$(COMPONENT_EMBED_FILES), $(eval $(call GenerateEmbedTarget,$(binfile),bin))) 330 $(foreach txtfile,$(COMPONENT_EMBED_TXTFILES), $(eval $(call GenerateEmbedTarget,$(txtfile),txt)))
|
D | project.mk | 541 $(eval $(call ldgen_create_commands)) 554 $(eval $(call includeProjBuildMakefile,$(componentpath))))) 635 $(foreach component,$(COMPONENT_PATHS),$(eval $(call GenerateComponentTargets,$(component),$(notdir… 636 $(foreach component,$(TEST_COMPONENT_PATHS),$(eval $(call GenerateComponentTargets,$(component),$(l… 703 $(foreach submodule,$(subst $(IDF_PATH)/,,$(filter $(IDF_PATH)/%,$(COMPONENT_SUBMODULES))),$(eval $…
|
/hal_espressif-2.7.6/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-2.7.6/examples/storage/spiffsgen/ |
D | Makefile | 16 $(eval $(call spiffs_create_partition_image,storage,spiffs_image))
|
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/examples/protocols/http_server/restful_server/ |
D | Makefile | 11 $(eval $(call spiffs_create_partition_image,www,$(WEB_SRC_DIR)/dist))
|
/hal_espressif-2.7.6/components/xtensa/trax/test/ |
D | gdbinit | 21 eval "mon esp32 tracestart pc %p/4", &done
|
/hal_espressif-2.7.6/components/esp32/ |
D | Makefile.projbuild | 32 $(eval $(call ldgen_process_template, $(ESP32_LINKER_SCRIPT_TEMPLATE), $(ESP32_LINKER_SCRIPT_OUTPUT…
|
/hal_espressif-2.7.6/components/libsodium/test/ |
D | component.mk | 40 $(foreach case,$(TEST_CASES),$(eval $(call sodium_testcase,$(case))))
|
/hal_espressif-2.7.6/components/esptool_py/ |
D | Makefile.projbuild | 92 $(eval MONITOR_OPTS += --encrypted) 117 $(eval MONITOR_OPTS += --encrypted)
|
/hal_espressif-2.7.6/components/app_update/ |
D | Makefile.projbuild | 22 …$(eval BLANK_OTA_DATA_FILE = $(shell if [ "$(OTA_DATA_OFFSET)" != "" ] && [ "$(OTA_DATA_SIZE)" != …
|
/hal_espressif-2.7.6/tools/ci/ |
D | utils.sh | 71 eval "$@"
|
/hal_espressif-2.7.6/tools/unit-test-app/tools/ |
D | UnitTestParser.py | 203 # Now the condition is a python condition, we can use eval to compute its value 204 ret = eval(condition)
|
/hal_espressif-2.7.6/examples/system/console/ |
D | README.md | 143 …)` function illustrates how to use `linenoise` and `esp_console_run()` to implement read/eval loop.
|
/hal_espressif-2.7.6/tools/unit-test-app/ |
D | Makefile | 47 $(foreach config_name,$(CONFIG_NAMES), $(eval $(call GenerateConfigTargets,$(config_name))))
|
/hal_espressif-2.7.6/docs/en/api-guides/tools/ |
D | idf-tools.rst | 92 eval $($IDF_PATH/tools/idf_tools.py export)
|
12