Searched refs:file1 (Results 1 – 7 of 7) sorted by relevance
84 zephyr_code_relocate(FILES src/file1.c LOCATION SRAM2)93 zephyr_code_relocate(FILES src/file1.c LOCATION SRAM2_DATA)122 zephyr_code_relocate(FILES src/file1.c FILTER ".*\\.func1|.*\\.func2" LOCATION SRAM2_TEXT)124 The example above will only relocate ``func1()`` and ``func2()`` of file ``src/file1.c``137 zephyr_code_relocate(FILES src/file1.c LOCATION SRAM2_TEXT NOKEEP)140 sections of ``file1.c`` will not stick to SRAM2.
41 with open(args.file1, "r") as f:
54 src/file1.cpp59 target_sources(my_target PRIVATE src/file1.cpp src/file2.cpp)
56 Download and run a TFTP server (like TFTPd), then create file1.bin (with data) and newfile.bin.
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" ...