Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 25) sorted by relevance

/SCP-firmware-master/tools/
A Dcheck_tabs.py59 def convert(path): argument
60 print("\tConverting all tabs in %s into spaces..." % path)
66 shutil.copyfile(temp_file, path)
68 print("Error: Failed to convert file %s with %s" % (path, e))
71 if os.path.exists(temp_file):
100 EXCLUDE_DIRECTORIES[i] = os.path.abspath(directory)
117 if os.path.join(root, f) not in git_ignores]
131 path = os.path.join(root, filename)
133 with open(path, encoding="utf-8") as file:
136 print('%d:%s has tab' % (line, path))
[all …]
A Dcheck_spacing.py112 EXCLUDE_DIRECTORIES[i] = os.path.abspath(directory)
121 if os.path.join(root, d) not in EXCLUDE_DIRECTORIES]
142 path = os.path.join(root, filename)
148 with open(path, encoding="utf-8") as file:
154 format(path))
166 if not is_valid_type(os.path.basename(path)):
177 .format(keyword, path, line,
197 print('{} has mixed line endings'.format(path))
208 print("Trimming {}...".format(path))
211 print("Correcting {}...".format(path))
[all …]
A Dgen_module_code.py55 def generate_file(path, filename, content): argument
56 full_filename = os.path.join(path, filename)
66 dir=path,
74 def generate_header(path, modules): argument
87 generate_file(path, FILENAME_H, content)
90 def generate_c(path, modules): argument
104 generate_file(path, FILENAME_C, content)
128 generate_header(args.path, modules)
129 generate_c(args.path, modules)
A Dcheck_api.py87 EXCLUDE_DIRECTORIES[i] = os.path.abspath(directory)
96 if os.path.join(root, d) not in EXCLUDE_DIRECTORIES]
115 path = os.path.join(root, filename)
117 with open(path, encoding="utf-8") as file:
121 print("{}:{}:{}".format(path, line + 1, fname),
A Dcheck_style.py119 if args.path:
120 script_path = args.path
148 filename = os.path.join(root, file)
A Dci_cmake.py66 (image, _) = client.images.build(path="docker", target="dev", rm=True)
107 if not os.path.exists(output_path):
112 file_path = os.path.join(output_path, build.file_name())
188 output_path = os.path.join("/tmp", "scp")
189 output_path = os.path.join(output_path, "build-output")
A Dyaml-format.py83 source = os.path.relpath(source)
/SCP-firmware-master/
A D.gitmodules2 path = contrib/cmsis/git
5 path = contrib/run-clang-format/git
8 path = contrib/cmock/git
A Duser_guide.md217 incorporate path to the required toolchain.
221 When building for an ARMv7 product the sysroot path of the GNU Arm Embedded
226 LLVM_SYSROOT_CC=/path/to/sysroot
232 /path/to/clang/resource/dir/lib/baremetal
249 When building for an ARMv8 product the sysroot path of the GNU Arm Embedded
256 LLVM_SYSROOT_CC=/path/to/sysroot
295 <tc2_workspace>/run-scripts/tc2/run_model.sh -m <model binary path> -d buildroot
443 export TFA_PATH=<your Trusted Firmware-A path>
451 CSS_USE_SCMI_SDS_DRIVER=1 SCP_BL2=<path to scp_bl2> \
452 BL33=<path to bl33file> bl1 bl2 fip
A DCMakeLists.txt53 "Please ensure your firmware binary directory is a relative path. "
54 "This path is used as the location within the project binary "
62 # not explicitly provided the path to a toolchain file and the firmware has
/SCP-firmware-master/arch/
A DCMakeLists.txt15 foreach(path IN LISTS SCP_ARCHITECTURE_PATHS)
18 include("${path}/Architecture.cmake" OPTIONAL
26 "${path}/Architecture.cmake\n"
28 "This architecture path was provided as part of a firmware "
39 "${path}/Architecture.cmake\n"
68 list(APPEND SCP_VALID_ARCHITECTURE_SOURCE_DIRS "${path}")
81 "without providing its path.")
/SCP-firmware-master/docker/rootfs/usr/local/bin/
A Ddependencies16 bundle config set --local path "/home/${USER}/.local/bin"
/SCP-firmware-master/module/stdio/include/
A Dmod_stdio.h70 const char *path; member
/SCP-firmware-master/product/morello/
A Dreadme.md8 If SCP_MORELLO_SENSOR_LIB_PATH is set to the path of the sensor
/SCP-firmware-master/cmake/
A DFindCMakeFormat.cmake43 The full path to ``cmake-format``.
49 The full path to ``cmake-lint``.
A DFindMarkdownlint.cmake33 The full path to ``mdl``.
A DFindYamllint.cmake33 The full path to ``yamllint``.
A DFindClang.cmake46 The full path to ``clang-format``.
52 The full path to ``git-clang-format``.
/SCP-firmware-master/product/n1sdp/
A Dreadme.md17 If SCP_N1SDP_SENSOR_LIB_PATH is set to the path of the sensor
/SCP-firmware-master/module/stdio/src/
A Dmod_stdio.c87 ctx->stream = fopen(cfg->file.path, cfg->file.mode); in mod_stdio_open()
/SCP-firmware-master/doc/
A DDoxyfile56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
150 # shortest path that makes the file name unique will be used
714 # search path. See also \cite for info how to create references.
1293 # The file has to be specified with full path.
2105 # run, you must also specify the path to the tagfile here.
2136 # The PERL_PATH should be the absolute path and name of the perl script
2138 # The default file (with absolute path) is: /usr/bin/perl.
2160 # default search path.
2167 # If left empty dia is assumed to be found in the default search path.
2178 # available from the path. This tool is part of Graphviz (see:
[all …]
A Dcmake_readme.md396 the build system a path to the firmware you wish to build. This is done through
408 `SCP_FIRMWARE_SOURCE_DIR` may also be a path relative to the root project
/SCP-firmware-master/module/
A DCMakeLists.txt111 "This module path was provided as part of a firmware initial-cache "
161 "the module path to `SCP_MODULE_PATHS` in your 'Firmware.cmake' file.")
/SCP-firmware-master/unit_test/
A Duser_guide.md213 It's recommended to export the path to gm.rb to PATH for ease of use, but
/SCP-firmware-master/doc/media/
A Dstyle.css1160 #nav-path { display: none; }

Completed in 21 milliseconds