Home
last modified time | relevance | path

Searched defs:icf_to_ld (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_stm32cube_build/
H A Ddocs.rst212 icf_to_ld section in stm32cube_builder
228 …onents`: https://github.com/STMicroelectronics/STM32Cube_MCU_Overall_Offer#stm32cube-mcu-components
229 .. _`ST's GitHub page`: https://github.com/STMicroelectronics
231 .. _module-pw_stm32cube_build-bazel:
/aosp_15_r20/external/pigweed/pw_stm32cube_build/py/pw_stm32cube_build/
H A Dicf_to_ld.py279 def icf_to_ld(icf_path: pathlib.Path, ld_path: pathlib.Path | None): function