Searched refs:nm (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-2.7.6/components/newlib/ |
D | Makefile.old | 41 …@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/ |
D | Makefile.projbuild | 8 export ULP_NM := $(ULP_BINUTILS_PREFIX)nm
|
/hal_espressif-2.7.6/docs/zh_CN/api-guides/ |
D | ulp-legacy.rst | 69 6. **使用 esp32ulp-elf-nm 在 ELF 文件中生成全局符号列表** (ulp_app_name.sym)。
|
D | ulp-risc-v.rst | 58 6. 使用 ``riscv32-esp-elf-nm`` 在 ELF 文件中 **生成全局符号列表** (``ulp_app_name.sym``)。
|
D | ulp.rst | 63 6. 使用 ``esp32ulp-elf-nm`` 在 ELF 文件中 **生成全局符号列表** (``ulp_app_name.sym``)。
|
/hal_espressif-2.7.6/docs/zh_CN/get-started-legacy/ |
D | index.rst | 26 ESP32 采用 40 nm 工艺制成,具有最佳的功耗性能、射频性能、稳定性、通用性和可靠性,适用于各种应用场景和不同功耗需求。
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | ulp-risc-v.rst | 58 …ate a list of global symbols** (``ulp_app_name.sym``) in the ELF file using ``riscv32-esp-elf-nm``.
|
D | ulp-legacy.rst | 70 …nerate a list of global symbols** (``ulp_app_name.sym``) in the ELF file using ``esp32ulp-elf-nm``.
|
D | ulp.rst | 67 …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/ |
D | index.rst | 53 {IDF_TARGET_NAME} 采用 40 nm 工艺制成,具有最佳的功耗性能、射频性能、稳定性、通用性和可靠性,适用于各种应用场景和不同功耗需求。
|
/hal_espressif-2.7.6/docs/en/get-started-legacy/ |
D | index.rst | 26 Powered by 40 nm technology, ESP32 provides a robust, highly integrated platform, which helps meet …
|
/hal_espressif-2.7.6/components/fatfs/src/ |
D | ff.c | 2791 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/ |
D | index.rst | 53 Powered by 40 nm technology, {IDF_TARGET_NAME} provides a robust, highly integrated platform, which…
|