Home
last modified time | relevance | path

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

123456

/Zephyr-latest/cmake/bintools/arcmwdt/
Dtarget_bintools.cmake3 set_property(TARGET bintools PROPERTY memusage_command "${CMAKE_SIZE}")
4 set_property(TARGET bintools PROPERTY memusage_flag "-gq")
5 set_property(TARGET bintools PROPERTY memusage_infile "")
10 set_property(TARGET bintools PROPERTY elfconvert_formats ihex srec binary)
15 set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_COMMAND})
17 set_property(TARGET bintools PROPERTY elfconvert_flag
24 set_property(TARGET bintools PROPERTY elfconvert_flag_final
27 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_all "-DSTRIP_ALL=True")
28 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_debug "-DSTRIP_DEBUG=True")
30 set_property(TARGET bintools PROPERTY elfconvert_flag_intarget "-DINTARGET=")
[all …]
/Zephyr-latest/cmake/bintools/armclang/
Dtarget_bintools.cmake3 set_property(TARGET bintools PROPERTY elfconvert_formats ihex binary)
8 set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_COMMAND})
10 set_property(TARGET bintools PROPERTY elfconvert_flag
14 set_property(TARGET bintools PROPERTY elfconvert_flag_final
17 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_all "-DSTRIP_ALL=True")
18 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_debug "-DSTRIP_DEBUG=True")
20 set_property(TARGET bintools PROPERTY elfconvert_flag_intarget "-DINTARGET=")
21 set_property(TARGET bintools PROPERTY elfconvert_flag_outtarget "-DOUTTARGET=")
23 set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "-DREMOVE_SECTION=")
24 set_property(TARGET bintools PROPERTY elfconvert_flag_section_only "-DONLY_SECTION=")
[all …]
/Zephyr-latest/cmake/bintools/gnu/
Dtarget_bintools.cmake27 set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_OBJCOPY})
31 set_property(TARGET bintools PROPERTY elfconvert_formats ihex srec binary)
33 set_property(TARGET bintools PROPERTY elfconvert_flag "")
34 set_property(TARGET bintools PROPERTY elfconvert_flag_final "")
36 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_all "-S")
37 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_debug "-g")
38 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_unneeded "--strip-unneeded")
40 set_property(TARGET bintools PROPERTY elfconvert_flag_compress_debug_sections "--compress-debug-sec…
42 set_property(TARGET bintools PROPERTY elfconvert_flag_intarget "--input-target=")
43 set_property(TARGET bintools PROPERTY elfconvert_flag_outtarget "--output-target=")
[all …]
/Zephyr-latest/cmake/bintools/llvm/
Dtarget_bintools.cmake27 set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_OBJCOPY})
31 set_property(TARGET bintools PROPERTY elfconvert_formats ihex srec binary)
33 set_property(TARGET bintools PROPERTY elfconvert_flag "")
34 set_property(TARGET bintools PROPERTY elfconvert_flag_final "")
36 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_all "-S")
37 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_debug "-g")
38 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_unneeded "--strip-unneeded")
40 set_property(TARGET bintools PROPERTY elfconvert_flag_compress_debug_sections "--compress-debug-sec…
42 set_property(TARGET bintools PROPERTY elfconvert_flag_intarget "--input-target=")
43 set_property(TARGET bintools PROPERTY elfconvert_flag_outtarget "--output-target=")
[all …]
/Zephyr-latest/cmake/bintools/iar/
Dtarget_bintools.cmake27 set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_OBJCOPY})
31 set_property(TARGET bintools PROPERTY elfconvert_formats ihex srec binary)
33 set_property(TARGET bintools PROPERTY elfconvert_flag "")
34 set_property(TARGET bintools PROPERTY elfconvert_flag_final "")
36 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_all "-S")
37 set_property(TARGET bintools PROPERTY elfconvert_flag_strip_debug "-g")
39 set_property(TARGET bintools PROPERTY elfconvert_flag_intarget "--input-target=")
40 set_property(TARGET bintools PROPERTY elfconvert_flag_outtarget "--output-target=")
42 set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "--remove-section=")
43 set_property(TARGET bintools PROPERTY elfconvert_flag_section_only "--only-section=")
[all …]
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake33 # set_property(TARGET bintools PROPERTY <command>_command ${CMAKE_COMMAND} -E echo "")
41 # set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_COMMAND})
42 # set_property(TARGET bintools PROPERTY elfconvert_flag "")
43 # set_property(TARGET bintools PROPERTY elfconvert_flag_final -P custom_elfconvert.cmake)
44 # set_property(TARGET bintools PROPERTY elfconvert_flag_strip_all "-DSTRIP_ALL=True")
45 # set_property(TARGET bintools PROPERTY elfconvert_flag_infile "-DINFILE=")
46 # set_property(TARGET bintools PROPERTY elfconvert_flag_outfile "-DOUT_FILE=")
127 # set_property(TARGET linker ... ) found in cmake/linker/linker_flags.cmake instead
128 set_property(TARGET bintools PROPERTY memusage_command "")
129 set_property(TARGET bintools PROPERTY memusage_flag "")
[all …]
/Zephyr-latest/cmake/linker/
Dlinker_script_common.cmake8 set_property(GLOBAL PROPERTY SYSTEM_${OBJECT_NAME} TRUE)
9 set_property(GLOBAL PROPERTY SYSTEM_${OBJECT_NAME}_OBJ_TYPE SYSTEM)
10 set_property(GLOBAL PROPERTY SYSTEM_${OBJECT_NAME}_NAME ${OBJECT_NAME})
11 set_property(GLOBAL PROPERTY SYSTEM_${OBJECT_NAME}_FORMAT ${OBJECT_FORMAT})
12 set_property(GLOBAL PROPERTY SYSTEM_${OBJECT_NAME}_ENTRY ${OBJECT_ENTRY})
30 set_property(GLOBAL PROPERTY REGION_${OBJECT_NAME} TRUE)
31 set_property(GLOBAL PROPERTY REGION_${OBJECT_NAME}_OBJ_TYPE REGION)
32 set_property(GLOBAL PROPERTY REGION_${OBJECT_NAME}_NAME ${OBJECT_NAME})
33 set_property(GLOBAL PROPERTY REGION_${OBJECT_NAME}_ADDRESS ${OBJECT_START})
34 set_property(GLOBAL PROPERTY REGION_${OBJECT_NAME}_FLAGS ${OBJECT_FLAGS})
[all …]
Dlinker_flags_template.cmake7 set_property(TARGET linker PROPERTY base)
12 set_property(TARGET linker PROPERTY cpp_base)
15 set_property(TARGET linker PROPERTY baremetal)
18 set_property(TARGET linker PROPERTY orphan_warning)
19 set_property(TARGET linker PROPERTY orphan_error)
24 set_property(TARGET linker PROPERTY coverage)
34 set_property(TARGET linker PROPERTY warnings_as_errors)
38 set_property(TARGET linker PROPERTY no_position_independent)
42 set_property(TARGET linker PROPERTY partial_linking)
45 set_property(TARGET linker PROPERTY sort_alignment)
[all …]
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake58 set_property(TARGET compiler-cpp PROPERTY nostdincxx)
61 set_property(TARGET compiler-cpp PROPERTY required)
64 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98)
65 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11)
66 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14)
67 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17)
68 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a)
69 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20)
70 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b)
76 set_property(TARGET compiler PROPERTY warnings_as_errors)
[all …]
/Zephyr-latest/cmake/linker/ld/clang/
Dlinker_flags.cmake3 set_property(TARGET linker PROPERTY coverage --coverage)
5 set_property(TARGET linker PROPERTY coverage -fprofile-instr-generate -fcoverage-mapping)
9 set_property(TARGET linker PROPERTY ld_extra_warning_options ${LINKERFLAGPREFIX},--fatal-warnings)
15 set_property(TARGET linker APPEND PROPERTY cpp_base ${LINKERFLAGPREFIX},-z,norelro)
/Zephyr-latest/cmake/compiler/iar/
Dcompiler_flags.cmake80 set_property(TARGET compiler PROPERTY warnings_as_errors --warnings_are_errors)
103 set_property(TARGET compiler-cpp PROPERTY required --c++)
106 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98)
107 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11)
108 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14)
109 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17 --libc++)
110 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a --libc++)
111 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 --libc++)
112 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b --libc++)
118 set_property(TARGET compiler-cpp PROPERTY no_exceptions --no_exceptions)
[all …]
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake125 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98 "-std=c++98")
126 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11 "-std=c++11")
127 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14 "-std=c++14")
128 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17 "-std=c++17")
131 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a "")
132 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 "")
133 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b "")
139 set_property(TARGET compiler PROPERTY warnings_as_errors -Werror)
140 set_property(TARGET asm PROPERTY warnings_as_errors -Werror)
143 set_property(TARGET compiler-cpp PROPERTY no_exceptions "-fno-exceptions")
[all …]
/Zephyr-latest/arch/arm/
DCMakeLists.txt4 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-bigarm)
6 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-littlearm)
/Zephyr-latest/arch/riscv/
DCMakeLists.txt8 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf64-littleriscv)
10 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-littleriscv)
/Zephyr-latest/cmake/linker/lld/
Dlinker_flags.cmake11 set_property(TARGET linker PROPERTY cpp_base ${LINKERFLAGPREFIX},-z,norelro)
14 set_property(TARGET linker PROPERTY no_position_independent "${LINKERFLAGPREFIX},--no-pie")
16 set_property(TARGET linker PROPERTY lto_arguments)
Dlinker_libraries.cmake13 # set_property(TARGET linker PROPERTY c++_library "<external_c++_lib>")
16 set_property(TARGET linker PROPERTY link_order_library "c++")
19 set_property(TARGET linker APPEND PROPERTY link_order_library "c;rt")
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/
Dsysbuild.cmake18 set_property(GLOBAL APPEND PROPERTY PM_DOMAINS CPUNET)
19 set_property(GLOBAL APPEND PROPERTY PM_CPUNET_IMAGES remote)
20 set_property(GLOBAL PROPERTY DOMAIN_APP_CPUNET remote)
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake127 set_property(TARGET compiler-cpp PROPERTY nostdincxx "-nostdinc++")
130 set_property(TARGET compiler-cpp PROPERTY required "-fcheck-new")
138 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98 "-std=c++98")
139 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11 "-std=c++11")
140 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14 "-std=c++14")
141 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17 "-std=c++17" "-Wno-register")
142 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a "-std=c++2a"
144 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 "-std=c++20"
146 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b "-std=c++2b"
153 set_property(TARGET compiler PROPERTY warnings_as_errors -Werror)
[all …]
/Zephyr-latest/arch/mips/
DCMakeLists.txt10 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf32-bigmips")
12 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf32-littlemips")
/Zephyr-latest/samples/userspace/syscall_perf/
DCMakeLists.txt8 set_property(
14 set_property(
/Zephyr-latest/cmake/modules/
Dccache.cmake12 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
13 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
/Zephyr-latest/tests/benchmarks/sched_userspace/
DCMakeLists.txt7 set_property(
13 set_property(
/Zephyr-latest/cmake/linker/ld/
Dlinker_flags.cmake32 set_property(TARGET linker PROPERTY no_position_independent "${LINKERFLAGPREFIX},-no-pie")
34 set_property(TARGET linker PROPERTY no_position_independent)
37 set_property(TARGET linker PROPERTY partial_linking "-r")
39 set_property(TARGET linker PROPERTY lto_arguments -flto=auto -fno-ipa-sra -ffunction-sections -fdat…
Dlinker_libraries.cmake18 # set_property(TARGET linker PROPERTY c++_library "<external_c++_lib>")
21 set_property(TARGET linker PROPERTY link_order_library "c++")
30 set_property(TARGET linker APPEND PROPERTY link_order_library "math;c;rt;c")
32 set_property(TARGET linker APPEND PROPERTY link_order_library "c;rt")
/Zephyr-latest/soc/nuvoton/npcx/common/
DCMakeLists.txt23 set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
37set_property(TARGET runners_yaml_props_target PROPERTY hex_file "${CONFIG_KERNEL_BIN_NAME}.npcx.he…
38 set_property(GLOBAL APPEND PROPERTY extra_post_build_commands

123456