Searched refs:output_dir (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/ |
| D | create_bl1_1_dma_bin.py | 196 with open(os.path.join(args.output_dir, location + "_dma_ics.bin"), mode="wb") as bin_file: 197 with open(os.path.join(args.output_dir, location + "_dma_ics.hex"), mode="wt") as hex_file: 199 location, os.path.join(args.output_dir, location + "_dma_ics.bin"), 202 location, os.path.join(args.output_dir, location + "_dma_ics.hex"),
|
| /trusted-firmware-m-latest/tools/kconfig/ |
| D | tfm_kconfig.py | 99 output_dir = os.path.dirname(dot_config) 100 cmake_file = os.path.join(output_dir, 'project_config.cmake') 101 header_file = os.path.join(output_dir, 'project_config.h')
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Project/ |
| D | build.py | 148 def output_dir(config): function
|
| /trusted-firmware-m-latest/tools/ |
| D | tfm_parse_manifest_list.py | 428 output_dir = os.path.join(OUT_DIR, output_path).replace('\\', '/') 435 'output_dir': output_dir,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/ |
| D | CMakeLists.txt | 714 --output_dir ${CMAKE_CURRENT_BINARY_DIR}
|