Searched refs:LD (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-3.6.0/components/xtensa/trax/test/ |
D | Makefile | 6 LD := $(PREFIX)ld macro 22 $(LD) $(LDFLAGS) -o $@ $<
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | Makefile | 51 LD=$(CC) macro 74 @$(LD) $(OBJECTS) -o $@ $(LDLIBS)
|
/hal_espressif-3.6.0/components/lwip/test_afl_host/ |
D | Makefile | 64 @echo "[LD] $@"
|
/hal_espressif-3.6.0/make/ |
D | project.mk | 231 LD ?= ld 239 HOSTLD := $(LD)
|
D | project_config.mk | 40 MAKEFLAGS="" CC=$(HOSTCC) LD=$(HOSTLD) \
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | ulp_instruction_set.rst | 16 {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]
|
D | ulps2_instruction_set.rst | 17 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…
|
D | ulp-risc-v.rst | 67 …7. **Create an LD export script and header file** (``ulp_app_name.ld`` and ``ulp_app_name.h``) con…
|
D | ulp-legacy.rst | 72 …7. **Create an LD export script and header file** (``ulp_app_name.ld`` and ``ulp_app_name.h``) con…
|
D | ulp.rst | 71 …7. **Create an LD export script and header file** (``ulp_app_name.ld`` and ``ulp_app_name.h``) con…
|
D | build-system-legacy.rst | 177 - ``CC``, ``LD``, ``AR``, ``OBJCOPY``: Full paths to each tool from the gcc xtensa cross-toolchain.
|
D | build-system.rst | 1576 - ``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/ |
D | ulp-legacy.rst | 71 …7. **创建 LD 导出脚本和头文件** (ulp_app_name.ld 和 ulp_app_name.h),包含来自 ulp_app_name.sym 的符号。此步骤通过 esp32ulp_…
|
D | ulp-risc-v.rst | 60 …7. **创建 LD 导出脚本和头文件** (``ulp_app_name.ld`` 和 ``ulp_app_name.h``),包含来自 ``ulp_app_name.sym`` 的符号。此步骤…
|
D | ulp.rst | 65 …7. **创建 LD 导出脚本和头文件** (``ulp_app_name.ld`` 和 ``ulp_app_name.h``),包含来自 ``ulp_app_name.sym`` 的符号。此步骤…
|
D | build-system-legacy.rst | 177 - ``CC``,``LD``,``AR``,``OBJCOPY``: gcc xtensa 交叉编译工具链中每个工具的完整路径。
|
D | build-system.rst | 1580 - ``CC``、``LD``、``AR``、``OBJCOPY``:gcc xtensa 交叉工具链中每个工具的完整路径。CMake 使用 ``CMAKE_C_COMPILER``、``CMAKE…
|
/hal_espressif-3.6.0/tools/kconfig/ |
D | Makefile | 41 LD := /usr/bin/ld macro
|
/hal_espressif-3.6.0/components/esp32/ |
D | Kconfig | 167 bool "Duplicate LD/ST for 32-bit, memw for 8/16 bit"
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | expected_output | 4063 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
|