Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-2.7.6/components/newlib/
DMakefile.old41 …@xtensa-esp108-elf-nm lib/libc.a | grep -v -E "\W+U\W+" | awk '{print $$3}' | grep -v -E '^$$' | g…
43 @xtensa-esp108-elf-nm $(ROM_ELF_FILE) | grep -v -E '\W+U\W+' | awk '{print $$3}' | sort >rom.syms
/hal_espressif-2.7.6/components/ulp/
DMakefile.projbuild8 export ULP_NM := $(ULP_BINUTILS_PREFIX)nm
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
Dulp-legacy.rst69 6. **使用 esp32ulp-elf-nm 在 ELF 文件中生成全局符号列表** (ulp_app_name.sym)。
Dulp-risc-v.rst58 6. 使用 ``riscv32-esp-elf-nm`` 在 ELF 文件中 **生成全局符号列表** (``ulp_app_name.sym``)。
Dulp.rst63 6. 使用 ``esp32ulp-elf-nm`` 在 ELF 文件中 **生成全局符号列表** (``ulp_app_name.sym``)。
/hal_espressif-2.7.6/docs/zh_CN/get-started-legacy/
Dindex.rst26 ESP32 采用 40 nm 工艺制成,具有最佳的功耗性能、射频性能、稳定性、通用性和可靠性,适用于各种应用场景和不同功耗需求。
/hal_espressif-2.7.6/docs/en/api-guides/
Dulp-risc-v.rst58 …ate a list of global symbols** (``ulp_app_name.sym``) in the ELF file using ``riscv32-esp-elf-nm``.
Dulp-legacy.rst70 …nerate a list of global symbols** (``ulp_app_name.sym``) in the ELF file using ``esp32ulp-elf-nm``.
Dulp.rst67 …nerate a list of global symbols** (``ulp_app_name.sym``) in the ELF file using ``esp32ulp-elf-nm``.
/hal_espressif-2.7.6/docs/zh_CN/get-started/
Dindex.rst53 {IDF_TARGET_NAME} 采用 40 nm 工艺制成,具有最佳的功耗性能、射频性能、稳定性、通用性和可靠性,适用于各种应用场景和不同功耗需求。
/hal_espressif-2.7.6/docs/en/get-started-legacy/
Dindex.rst26 Powered by 40 nm technology, ESP32 provides a robust, highly integrated platform, which helps meet …
/hal_espressif-2.7.6/components/fatfs/src/
Dff.c2791 int nm, nx; local
2803 nm = nx = 0;
2805 if (*pp++ == '?') nm++; else nx = 1;
2807 …if (pattern_matching(pp, np, nm, nx)) return 1; /* Test new branch (recurs upto number of wildcard…
/hal_espressif-2.7.6/docs/en/get-started/
Dindex.rst53 Powered by 40 nm technology, {IDF_TARGET_NAME} provides a robust, highly integrated platform, which…