Home
last modified time | relevance | path

Searched full:append (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/Zephyr-latest/cmake/compiler/gcc/
Dtarget_arm.cmake5 list(APPEND ARM_C_FLAGS -mcpu=${GCC_M_CPU})
8 list(APPEND ARM_C_FLAGS -mthumb)
11 list(APPEND ARM_C_FLAGS -mabi=aapcs)
14 list(APPEND TOOLCHAIN_C_FLAGS -mbig-endian)
15 list(APPEND TOOLCHAIN_LD_FLAGS -mbig-endian)
19 list(APPEND ARM_C_FLAGS -mfpu=${GCC_M_FPU})
29 list(APPEND ARM_C_FLAGS -mfloat-abi=hard)
31 list(APPEND ARM_C_FLAGS -mfloat-abi=softfp)
37 list(APPEND ARM_C_FLAGS -mfp16-format=ieee)
39 list(APPEND ARM_C_FLAGS -mfp16-format=alternative)
[all …]
Dtarget_arm64.cmake3 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
4 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=${GCC_M_CPU})
8 list(APPEND TOOLCHAIN_C_FLAGS -march=${GCC_M_ARCH})
9 list(APPEND TOOLCHAIN_LD_FLAGS -march=${GCC_M_ARCH})
13 list(APPEND TOOLCHAIN_C_FLAGS -mtune=${GCC_M_TUNE})
14 list(APPEND TOOLCHAIN_LD_FLAGS -mtune=${GCC_M_TUNE})
17 list(APPEND TOOLCHAIN_C_FLAGS -mabi=lp64)
18 list(APPEND TOOLCHAIN_LD_FLAGS -mabi=lp64)
29 list(APPEND LLEXT_EDK_REMOVE_FLAGS
34 list(APPEND LLEXT_EDK_APPEND_FLAGS
Dtarget_mips.cmake7 list(APPEND TOOLCHAIN_C_FLAGS -EB)
8 list(APPEND TOOLCHAIN_LD_FLAGS -EB)
10 list(APPEND TOOLCHAIN_C_FLAGS -EL)
11 list(APPEND TOOLCHAIN_LD_FLAGS -EL)
14 list(APPEND TOOLCHAIN_C_FLAGS -msoft-float)
15 list(APPEND TOOLCHAIN_LD_FLAGS -msoft-float)
17 list(APPEND TOOLCHAIN_C_FLAGS -G0 -mno-gpopt -fno-pic)
19 list(APPEND TOOLCHAIN_C_FLAGS -pipe)
Dtarget_sparc.cmake4 list(APPEND TOOLCHAIN_C_FLAGS -msoft-float)
5 list(APPEND TOOLCHAIN_LD_FLAGS -msoft-float)
10 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=leon3)
11 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=leon3)
14 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=leon)
15 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=leon)
/Zephyr-latest/cmake/modules/
Dzephyr_default.cmake69 list(APPEND zephyr_cmake_modules python)
70 list(APPEND zephyr_cmake_modules user_cache)
73 list(APPEND zephyr_cmake_modules extensions)
74 list(APPEND zephyr_cmake_modules version)
77 list(APPEND zephyr_cmake_modules basic_settings)
83 list(APPEND zephyr_cmake_modules west)
84 list(APPEND zephyr_cmake_modules ccache)
85 list(APPEND zephyr_cmake_modules yaml)
88 list(APPEND zephyr_cmake_modules root)
95 list(APPEND zephyr_cmake_modules zephyr_module)
[all …]
/Zephyr-latest/cmake/compiler/clang/
Dtarget_arm.cmake5 list(APPEND ARM_C_FLAGS -mcpu=${GCC_M_CPU})
8 list(APPEND ARM_C_FLAGS -mthumb)
11 list(APPEND ARM_C_FLAGS -mabi=aapcs)
14 list(APPEND ARM_C_FLAGS -mfpu=${GCC_M_FPU})
24 list(APPEND ARM_C_FLAGS -mfloat-abi=hard)
26 list(APPEND ARM_C_FLAGS -mfloat-abi=softfp)
29 list(APPEND ARM_C_FLAGS -mfpu=none)
31 list(APPEND ARM_C_FLAGS -mfloat-abi=soft)
41 list(APPEND TOOLCHAIN_C_FLAGS ${ARM_C_FLAGS})
42 list(APPEND TOOLCHAIN_LD_FLAGS NO_SPLIT ${ARM_C_FLAGS})
Dtarget_arm64.cmake3 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
4 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=${GCC_M_CPU})
8 list(APPEND TOOLCHAIN_C_FLAGS -march=${GCC_M_ARCH})
9 list(APPEND TOOLCHAIN_LD_FLAGS -march=${GCC_M_ARCH})
13 list(APPEND TOOLCHAIN_C_FLAGS -mtune=${GCC_M_TUNE})
14 list(APPEND TOOLCHAIN_LD_FLAGS -mtune=${GCC_M_TUNE})
Dtarget.cmake26 list(APPEND TOOLCHAIN_C_FLAGS
29 list(APPEND TOOLCHAIN_LD_FLAGS
52 list(APPEND NOSTDINC ${_OUTPUT})
56 list(APPEND isystem_include_flags -isystem "\"${isystem_include_dir}\"")
61 list(APPEND TOOLCHAIN_C_FLAGS "-m64")
63 list(APPEND TOOLCHAIN_C_FLAGS "-m32")
88 list(APPEND CMAKE_REQUIRED_FLAGS --config=${newlib_cfg})
89 list(APPEND TOOLCHAIN_C_FLAGS --config=${newlib_cfg})
98 list(APPEND CMAKE_REQUIRED_FLAGS --config=${picolibc_cfg})
99 list(APPEND TOOLCHAIN_C_FLAGS --config=${picolibc_cfg})
[all …]
/Zephyr-latest/snippets/ram-console/
Dsnippet.yml8 append:
13 append:
16 append:
19 append:
22 append:
25 append:
28 append:
31 append:
/Zephyr-latest/cmake/compiler/armclang/
Dtarget.cmake19 list(APPEND TOOLCHAIN_C_FLAGS
24 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
26 list(APPEND TOOLCHAIN_C_FLAGS -mabi=lp64)
27 list(APPEND TOOLCHAIN_LD_FLAGS -mabi=lp64)
29 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
32 list(APPEND TOOLCHAIN_C_FLAGS -mthumb)
35 list(APPEND TOOLCHAIN_C_FLAGS -mabi=aapcs)
39 list(APPEND TOOLCHAIN_C_FLAGS -mfpu=${GCC_M_FPU})
42 list(APPEND TOOLCHAIN_C_FLAGS -mfloat-abi=softfp)
44 list(APPEND TOOLCHAIN_C_FLAGS -mfloat-abi=hard)
[all …]
/Zephyr-latest/scripts/schemas/
Dsnippet-schema.yml7 schema;append-schema:
9 # See uses under 'append:' keys below.
26 append:
31 append:
33 include: append-schema
41 append:
48 append:
49 include: append-schema
/Zephyr-latest/tests/ztest/fail/core/
DCMakeLists.txt9 list(APPEND test_sources src/main.cpp)
11 list(APPEND test_sources src/assert_after.cpp)
13 list(APPEND test_sources src/assert_teardown.cpp)
15 list(APPEND test_sources src/assume_after.cpp)
17 list(APPEND test_sources src/assume_teardown.cpp)
19 list(APPEND test_sources src/pass_after.cpp)
21 list(APPEND test_sources src/pass_teardown.cpp)
23 list(APPEND test_sources src/unexpected_assume.cpp)
/Zephyr-latest/snippets/xen_dom0/
Dsnippet.yml2 append:
8 append:
11 append:
14 append:
17 append:
/Zephyr-latest/scripts/west_commands/runners/
Dintel_cyclonev.py57 search_args.append('-s')
58 search_args.append(support)
63 search_args.append('-s')
64 search_args.append(path.dirname(i))
105 parser.add_argument('--config', action='append',
114 parser.add_argument('--cmd-pre-init', action='append',
120 parser.add_argument('--cmd-pre-load', action='append',
128 parser.add_argument('--cmd-post-verify', action='append',
146 parser.add_argument('--gdb-init', action='append',
216 self.cfg_cmd.append('-f')
[all …]
Dnrfjprog.py75 cmd.append('--pinresetenable')
77 cmd.append('--program')
78 cmd.append(_op['firmware']['file'])
81 cmd.append('--chiperase')
83 cmd.append('--sectorerase')
85 cmd.append('--sectoranduicrerase')
93 cmd.append('--qspisectorerase')
96 cmd.append('--verify')
98 cmd.append('--qspiini')
99 cmd.append(self.qspi_ini)
[all …]
Dopenocd.py77 search_args.append('-s')
78 search_args.append(support)
83 search_args.append('-s')
84 search_args.append(path.dirname(i))
127 parser.add_argument('--config', action='append',
136 parser.add_argument('--cmd-pre-init', action='append',
142 parser.add_argument('--cmd-pre-load', action='append',
150 parser.add_argument('--cmd-post-verify', action='append',
171 parser.add_argument('--gdb-init', action='append',
244 self.cfg_cmd.append('-f')
[all …]
/Zephyr-latest/tests/modules/thrift/ThriftTest/
DCMakeLists.txt18 list(APPEND generated_sources ${gen_dir}/gen-cpp/SecondService.cpp)
19 list(APPEND generated_sources ${gen_dir}/gen-cpp/SecondService.h)
20 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_constants.cpp)
21 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_constants.h)
22 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest.cpp)
23 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest.h)
24 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_types.cpp)
25 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_types.h)
26 list(APPEND app_sources ${generated_sources})
/Zephyr-latest/scripts/build/
Dgen_image_info.py32 content.append(f'#ifndef {filename_we}_H')
33 content.append(f'#define {filename_we}_H')
34 content.append(f'')
35 content.append(f'#define SEGMENT_NUM {len(segments)}')
36 content.append(f'#define ADJUSTED_LMA {adjusted_lma}')
44 content.append(f'')
45 content.append(f'#define SEGMENT_LMA_ADDRESS_{idx} {hex_lma_addr}')
46 content.append(f'#define SEGMENT_VMA_ADDRESS_{idx} {hex_vma_addr}')
47 content.append(f'#define SEGMENT_SIZE_{idx} {hex_size}')
49 content.append(f'')
[all …]
/Zephyr-latest/cmake/emu/
Dqemu.cmake41 list(APPEND UEFI -b ${OVMF_FD_PATH} -q ${QEMU})
52 list(APPEND QEMU_FLAGS qemu\${QEMU_INSTANCE}.pid)
54 list(APPEND QEMU_FLAGS qemu${QEMU_INSTANCE}.pid)
62 list(APPEND QEMU_FLAGS -chardev pty,id=con,mux=on)
65 list(APPEND QEMU_FLAGS -chardev pipe,id=con,mux=on,path=${QEMU_PIPE})
68 list(APPEND PRE_QEMU_COMMANDS_FOR_${target} COMMAND ${CMAKE_COMMAND} -E touch ${QEMU_PIPE})
72 list(APPEND QEMU_FLAGS -chardev stdio,id=con,mux=on)
76 list(APPEND QEMU_FLAGS -serial chardev:con)
80 list(APPEND QEMU_FLAGS
86 list(APPEND QEMU_FLAGS -mon chardev=con,mode=readline)
[all …]
/Zephyr-latest/cmake/
Dllext-edk.cmake109 list(APPEND imacros_gen_make "-imacros\$(${install_dir_var})/${dest_rel}/${name}")
110 list(APPEND imacros_gen_cmake "-imacros\${CMAKE_CURRENT_LIST_DIR}/${dest_rel}/${name}")
112 list(APPEND imacros_make "-imacros\$(${install_dir_var})/${dest_rel}/${name}")
113 list(APPEND imacros_cmake "-imacros\${CMAKE_CURRENT_LIST_DIR}/${dest_rel}/${name}")
116 list(APPEND new_cflags ${flag})
121 list(APPEND base_flags_make ${llext_edk_cflags} ${imacros_make})
122 list(APPEND base_flags_cmake ${llext_edk_cflags} ${imacros_cmake})
140 list(APPEND inc_gen_flags_make "-I\$(${install_dir_var})/${dest_rel}")
141 list(APPEND inc_gen_flags_cmake "-I\${CMAKE_CURRENT_LIST_DIR}/${dest_rel}")
143 list(APPEND inc_flags_make "-I\$(${install_dir_var})/${dest_rel}")
[all …]
Dmcuboot.cmake144 list(APPEND byproducts ${output}.signed.bin)
149 set_property(GLOBAL APPEND PROPERTY extra_post_build_commands COMMAND
153 list(APPEND byproducts ${output}.signed.confirmed.bin)
157 set_property(GLOBAL APPEND PROPERTY extra_post_build_commands COMMAND
163 list(APPEND byproducts ${output}.signed.encrypted.bin)
167 set_property(GLOBAL APPEND PROPERTY extra_post_build_commands COMMAND
173 list(APPEND byproducts ${output}.slot1.signed.encrypted.bin)
174 set_property(GLOBAL APPEND PROPERTY extra_post_build_commands COMMAND
179 list(APPEND byproducts ${output}.slot1.signed.confirmed.bin)
180 set_property(GLOBAL APPEND PROPERTY extra_post_build_commands COMMAND
[all …]
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt22 list(APPEND TFM_CMAKE_ARGS -DCONFIG_TFM_SPM_BACKEND="SFN")
24 list(APPEND TFM_CMAKE_ARGS -DCONFIG_TFM_SPM_BACKEND="IPC")
27 list(APPEND TFM_CMAKE_ARGS -DTEST_S=ON)
28 list(APPEND TFM_CMAKE_ARGS -DTFM_S_REG_TEST:BOOL=ON)
31 list(APPEND TFM_CMAKE_ARGS -DTEST_NS=ON)
32 list(APPEND TFM_CMAKE_ARGS -DTFM_NS_REG_TEST:BOOL=ON)
35 list(APPEND TFM_CMAKE_ARGS -DBL2=TRUE)
36 list(APPEND TFM_CMAKE_ARGS -DMCUBOOT_IMAGE_VERSION_S=${CONFIG_TFM_IMAGE_VERSION_S})
37 list(APPEND TFM_CMAKE_ARGS -DMCUBOOT_IMAGE_VERSION_NS=${CONFIG_TFM_IMAGE_VERSION_NS})
38 list(APPEND TFM_CMAKE_ARGS -DMCUBOOT_SIGNATURE_TYPE=${CONFIG_TFM_MCUBOOT_SIGNATURE_TYPE})
[all …]
/Zephyr-latest/cmake/compiler/icx/
Dtarget.cmake35 list(APPEND NOSTDINC ${_OUTPUT})
39 list(APPEND isystem_include_flags -isystem "\"${isystem_include_dir}\"")
43 list(APPEND TOOLCHAIN_C_FLAGS "-m64")
45 list(APPEND TOOLCHAIN_C_FLAGS "-m32")
58 list(APPEND LIB_INCLUDE_DIR "-L\"${LIBGCC_DIR}\"")
60 list(APPEND TOOLCHAIN_LIBS gcc)
67 list(APPEND TOOLCHAIN_C_FLAGS "-no-intel-lib=libirc")
/Zephyr-latest/cmake/sca/eclair/
Dsca.cmake67 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-metrics_tab=${ECLAIR_OUTPUT_DIR}/metrics")
70 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-reports_tab=${ECLAIR_OUTPUT_DIR}/reports")
73 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-reports_sarif=${ECLAIR_OUTPUT_DIR}/reports.sarif")
76 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-summary_txt=${ECLAIR_OUTPUT_DIR}/summary_txt")
79 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-summary_doc=${ECLAIR_OUTPUT_DIR}/summary_doc")
82 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-summary_odt=${ECLAIR_OUTPUT_DIR}/summary_odt")
85 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-setq=report_areas,areas")
88 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-setq=report_areas,first_area")
91 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-full_txt=${ECLAIR_OUTPUT_DIR}/report_full_txt")
94 list(APPEND ECLAIR_REPORT_ADDITIONAL_OPTIONS "-setq=report_areas,areas")
[all …]
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_augmentation.py49 new_data.append(data)
50 new_label.append(label)
53 new_data.append((np.array(data, dtype=np.float32) +
55 new_label.append(label)
62 new_data.append(tmp_data)
63 new_label.append(label)
67 new_data.append(time_wrapping(molecule, denominator, data))
68 new_label.append(label)
71 new_data.append(
73 new_label.append(label)

12345678910>>...26