Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-3.6.0/components/xtensa/trax/test/
DMakefile6 LD := $(PREFIX)ld macro
22 $(LD) $(LDFLAGS) -o $@ $<
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
DMakefile51 LD=$(CC) macro
74 @$(LD) $(OBJECTS) -o $@ $(LDLIBS)
/hal_espressif-3.6.0/components/lwip/test_afl_host/
DMakefile64 @echo "[LD] $@"
/hal_espressif-3.6.0/make/
Dproject.mk231 LD ?= ld
239 HOSTLD := $(LD)
Dproject_config.mk40 MAKEFLAGS="" CC=$(HOSTCC) LD=$(HOSTLD) \
/hal_espressif-3.6.0/docs/en/api-guides/
Dulp_instruction_set.rst16 {IDF_TARGET_NAME} ULP coprocessor's JUMP, ST, LD instructions which take register as an argument (j…
45 Similar considerations apply to ``LD`` and ``ST`` instructions. Consider the following code::
334 …ddress of the label will be converted from bytes to words. This is because LD, ST, and JUMP instru…
387 **LD** – Load data from the memory
391 **LD** *Rdst, Rsrc, offset*
410 1: LD R1, R2, 0x12 //R1 = MEM[R2+0x12]
418 LD R1, R2, offs // R1 = MEM[R2 + 0]
Dulps2_instruction_set.rst17 ESP32-S2 ULP coprocessor's JUMP, ST, LD instructions which take register as an argument (jump addre…
46 Similar considerations apply to ``LD`` and ``ST`` instructions. Consider the following code::
343 …ddress of the label will be converted from bytes to words. This is because LD, ST, and JUMP instru…
588 **LDL**/**LD** – Load data from low part of the 32-bits memory
592 **LD** *Rdst, Rsrc, offset*
610 …The LD command do the same as LDL, and included for compatibility with previous versions of ULP co…
647 …The LD command do the same as LDL, and included for compatibility with previous versions of ULP co…
Dulp-risc-v.rst67 …7. **Create an LD export script and header file** (``ulp_app_name.ld`` and ``ulp_app_name.h``) con…
Dulp-legacy.rst72 …7. **Create an LD export script and header file** (``ulp_app_name.ld`` and ``ulp_app_name.h``) con…
Dulp.rst71 …7. **Create an LD export script and header file** (``ulp_app_name.ld`` and ``ulp_app_name.h``) con…
Dbuild-system-legacy.rst177 - ``CC``, ``LD``, ``AR``, ``OBJCOPY``: Full paths to each tool from the gcc xtensa cross-toolchain.
Dbuild-system.rst1576 - ``CC``, ``LD``, ``AR``, ``OBJCOPY``: Full paths to each tool from the gcc xtensa cross-toolchain.…
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dulp-legacy.rst71 …7. **创建 LD 导出脚本和头文件** (ulp_app_name.ld 和 ulp_app_name.h),包含来自 ulp_app_name.sym 的符号。此步骤通过 esp32ulp_…
Dulp-risc-v.rst60 …7. **创建 LD 导出脚本和头文件** (``ulp_app_name.ld`` 和 ``ulp_app_name.h``),包含来自 ``ulp_app_name.sym`` 的符号。此步骤…
Dulp.rst65 …7. **创建 LD 导出脚本和头文件** (``ulp_app_name.ld`` 和 ``ulp_app_name.h``),包含来自 ``ulp_app_name.sym`` 的符号。此步骤…
Dbuild-system-legacy.rst177 - ``CC``,``LD``,``AR``,``OBJCOPY``: gcc xtensa 交叉编译工具链中每个工具的完整路径。
Dbuild-system.rst1580 - ``CC``、``LD``、``AR``、``OBJCOPY``:gcc xtensa 交叉工具链中每个工具的完整路径。CMake 使用 ``CMAKE_C_COMPILER``、``CMAKE…
/hal_espressif-3.6.0/tools/kconfig/
DMakefile41 LD := /usr/bin/ld macro
/hal_espressif-3.6.0/components/esp32/
DKconfig167 bool "Duplicate LD/ST for 32-bit, memw for 8/16 bit"
/hal_espressif-3.6.0/tools/test_idf_size/
Dexpected_output4063 Check whether the LD file is compatible with the definitions in get_mem_regions in idf_size.py
4065 Check whether the LD file is compatible with the definitions in get_mem_regions in idf_size.py