Home
last modified time | relevance | path

Searched refs:file1 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/doc/kernel/
Dcode-relocation.rst84 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.
/Zephyr-latest/scripts/footprint/
Dfpdiff.py41 with open(args.file1, "r") as f:
/Zephyr-latest/doc/contribute/style/
Dcmake.rst54 src/file1.cpp
59 target_sources(my_target PRIVATE src/file1.cpp src/file2.cpp)
/Zephyr-latest/samples/net/tftp_client/
DREADME.rst56 Download and run a TFTP server (like TFTPd), then create file1.bin (with data) and newfile.bin.
/Zephyr-latest/cmake/modules/
Dextensions.cmake1439 # 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.
/Zephyr-latest/doc/develop/application/
Dindex.rst401 use quotations, ``"file1.overlay;file2.overlay"``
/Zephyr-latest/doc/
Dzephyr.doxyfile.in2557 # TAGFILES = file1 file2 ...
2559 # TAGFILES = file1=loc1 "file2 = loc2" ...