Searched refs:file2 (Results 1 – 6 of 6) sorted by relevance
44 with open(args.file2, "r") as f:
55 src/file2.cpp59 target_sources(my_target PRIVATE src/file1.cpp src/file2.cpp)
85 zephyr_code_relocate(FILES src/file2.c LOCATION SRAM)94 zephyr_code_relocate(FILES src/file2.c LOCATION SRAM2_TEXT)
1439 # This directive will relocate file1. and file2.c to SRAM:1440 # zephyr_code_relocate(FILES file1.c file2.c LOCATION SRAM)3709 # build_info(devicetree files VALUE file1.dts file2.dts file3.dts)3711 # of files, file1.dts file2.dts file3.dts.
401 use quotations, ``"file1.overlay;file2.overlay"``
2557 # TAGFILES = file1 file2 ...2559 # TAGFILES = file1=loc1 "file2 = loc2" ...