Home
last modified time | relevance | path

Searched +full:- +full:- +full:global (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/Zephyr-Core-3.7.0/cmake/linker/
Dlinker_script_common.cmake2 # Create functions - start
8 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})
21 if(${OBJECT_SIZE} MATCHES "^([0-9]*)[kK]$")
23 elseif(${OBJECT_SIZE} MATCHES "^([0-9]*)[mM]$")
25 elseif(NOT (${OBJECT_SIZE} MATCHES "^([0-9]*)$" OR ${OBJECT_SIZE} MATCHES "^0x([0-9a-fA-F]*)$"))
30 set_property(GLOBAL PROPERTY REGION_${OBJECT_NAME} TRUE)
[all …]
/Zephyr-Core-3.7.0/cmake/linker/armlink/
Dscatter_script.cmake8 # - Symbol translation using a steering file is configured.
14 get_property(empty GLOBAL PROPERTY ${REGION_OBJECT}_EMPTY)
16 # For scatter files we move any system symbols into first non-empty load section.
18 get_property(symbols GLOBAL PROPERTY ${parent}_SYMBOLS)
19 set_property(GLOBAL APPEND PROPERTY ${REGION_OBJECT}_SYMBOLS ${symbols})
20 set_property(GLOBAL PROPERTY ${parent}_SYMBOLS)
23 get_property(sections GLOBAL PROPERTY ${REGION_OBJECT}_SECTION_LIST_ORDERED)
26 get_property(name_clean GLOBAL PROPERTY ${section}_NAME_CLEAN)
27 get_property(noinput GLOBAL PROPERTY ${section}_NOINPUT)
28 get_property(type GLOBAL PROPERTY ${section}_TYPE)
[all …]
/Zephyr-Core-3.7.0/boards/qemu/arc/
Dboard.cmake7 set(QEMU_FLAGS_${ARCH} -cpu arcem)
10 set(QEMU_FLAGS_${ARCH} -cpu archs)
14 set(QEMU_FLAGS_${ARCH} -cpu hs5x)
18 set(QEMU_FLAGS_${ARCH} -cpu hs6x)
27 # After that we can specify board explicitly with '-M virt' option.
29 -m 8M
30 -nographic
31 -no-reboot
32 -monitor none
33 -global cpu.firq=false
[all …]
/Zephyr-Core-3.7.0/cmake/linker/ld/
Dld_script.cmake2 # - Ensure LMA / VMA sections are correctly grouped similar to scatter file creation.
10 get_property(name GLOBAL PROPERTY ${STRING_OBJECT}_NAME)
11 get_property(regions GLOBAL PROPERTY ${STRING_OBJECT}_REGIONS)
12 get_property(format GLOBAL PROPERTY ${STRING_OBJECT}_FORMAT)
13 get_property(entry GLOBAL PROPERTY ${STRING_OBJECT}_ENTRY)
14 get_property(symbols GLOBAL PROPERTY ${STRING_OBJECT}_SYMBOLS)
20 get_property(name GLOBAL PROPERTY ${region}_NAME)
21 get_property(address GLOBAL PROPERTY ${region}_ADDRESS)
22 get_property(flags GLOBAL PROPERTY ${region}_FLAGS)
23 get_property(size GLOBAL PROPERTY ${region}_SIZE)
[all …]
/Zephyr-Core-3.7.0/dts/bindings/ipc/
Dnordic,nrf-ipct-global.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Nordic Global IPCT (Interprocessor Communication Transceiver)
6 compatible: "nordic,nrf-ipct-global"
8 include: ["nordic,nrf-ipct-common.yaml", "nordic,split-channels.yaml"]
11 global-domain-id:
15 Global IPCT instances reside on specific buses within the Global Domain,
17 standard Global Domain ID presented in their address.
/Zephyr-Core-3.7.0/arch/nios2/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
51 nios2-download tool since it refuses to load data anywhere other than
58 human-readable form, at the expense of code size. For example,
63 prompt "Global Pointer options"
67 bool "No global pointer"
69 Do not use global pointer relative offsets at all
72 bool "Local data global pointer references"
74 Use global pointer relative offsets for small globals declared in the
78 bool "Global data global pointer references"
80 Use global pointer relative offsets for small globals declared
[all …]
DCMakeLists.txt1 # SPDX-License-Identifier: Apache-2.0
8 set(gpopt global)
13 # Set Global Pointer option based on Kconfig.
14 zephyr_cc_option(-mgpopt=${gpopt})
20 zephyr_cc_option(-mhw-mul)
22 zephyr_cc_option(-mno-hw-mul)
26 zephyr_cc_option(-mhw-mulx)
28 zephyr_cc_option(-mno-hw-mulx)
32 zephyr_cc_option(-mhw-div)
34 zephyr_cc_option(-mno-hw-div)
/Zephyr-Core-3.7.0/cmake/modules/
Droot.cmake1 # SPDX-License-Identifier: Apache-2.0
3 # Copyright (c) 2021-2023, Nordic Semiconductor ASA
11 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
12 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations
13 # - BOARD_ROOT: CMake list of board roots containing board and shield implementations
14 # - MODULE_EXT_ROOT: CMake list of module external roots containing module glue code
15 # - SCA_ROOT: CMake list of SCA roots containing static code analysis integration code
21 include_guard(GLOBAL)
26 zephyr_get(MODULE_EXT_ROOT MERGE SYSBUILD GLOBAL)
27 zephyr_get(BOARD_ROOT MERGE SYSBUILD GLOBAL)
[all …]
Dkernel.cmake1 # SPDX-License-Identifier: Apache-2.0
10 # This CMake module creates 'project(Zephyr-Kernel)'
16 # - Zephyr build system.
17 # - Zephyr project
20 # - app: This is the main application library where the application can add
23 include_guard(GLOBAL)
31 define_property(GLOBAL PROPERTY ZEPHYR_LIBS
32 BRIEF_DOCS "Global list of all Zephyr CMake libs that should be linked in"
33 FULL_DOCS "Global list of all Zephyr CMake libs that should be linked in.
35 set_property(GLOBAL PROPERTY ZEPHYR_LIBS "")
[all …]
Dccache.cmake1 # SPDX-License-Identifier: Apache-2.0
6 include_guard(GLOBAL)
12 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
13 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
/Zephyr-Core-3.7.0/dts/bindings/clock/
Dlitex,clk.yaml2 # SPDX-License-Identifier: Apache-2.0
4 include: [clock-controller.yaml, base.yaml]
14 clock-cells:
15 - id
22 "#clock-cells":
26 clock-output-names:
28 type: string-array
33 litex,lock-timeout:
38 litex,drdy-timeout:
43 litex,divclk-divide-min:
[all …]
/Zephyr-Core-3.7.0/lib/cpp/abi/
Dcpp_dtors.c4 * SPDX-License-Identifier: Apache-2.0
21 * hooks, and prevent possible test code global destructors from being registered.
25 * @brief Register destructor for a global object
27 * @param destructor the global object destructor function
28 * @param objptr global object pointer
31 * Function does nothing at the moment, assuming the global objects
/Zephyr-Core-3.7.0/arch/x86/
Dintel64.cmake2 # SPDX-License-Identifier: Apache-2.0
4 zephyr_cc_option(-m64)
6 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_ARCH "i386:x86-64")
7 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf64-x86-64")
8 get_property(OUTPUT_ARCH GLOBAL PROPERTY PROPERTY_OUTPUT_ARCH)
9 get_property(OUTPUT_FORMAT GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT)
12 # x86-64 by default has SSE and SSE2
16 zephyr_cc_option(-msse3)
18 zephyr_cc_option(-mno-sse3)
22 zephyr_cc_option(-mssse3)
[all …]
Dia32.cmake2 # SPDX-License-Identifier: Apache-2.0
6 if ("-Os" IN_LIST zephyr_COMPILE_OPTIONS)
7 zephyr_cc_option(-mpreferred-stack-boundary=2)
12 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_ARCH "i386")
13 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf32-i386")
17 zephyr_compile_options(-Qunused-arguments)
20 -m32
21 -gdwarf-2
26 zephyr_cc_option(-mmmx)
28 zephyr_cc_option(-mno-mmx)
[all …]
/Zephyr-Core-3.7.0/dts/bindings/misc/
Dnordic,nrf-dppic-global.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Nordic Global DPPIC
8 Updated DPPIC binding set for Nordic products that have global DPPIC instances
9 with inter-bridge functionality. These instances also have split-ownership
12 compatible: "nordic,nrf-dppic-global"
15 - "nordic,nrf-dppic.yaml"
16 - "nordic,nrf-dppic-links.yaml"
17 - "nordic,split-channels.yaml"
18 - "nordic,split-channel-groups.yaml"
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/mem_protect/src/
Dmem_partition.c4 * SPDX-License-Identifier: Apache-2.0
10 /* Add volatile to disable pre-calculation in compile stage in some
18 * @brief Test assigning global data and BSS variables to memory partitions
20 * @details Test that system supports application assigning global data and BSS
27 /* The global variable var will be inside the bounds of
32 /* The global variable zeroed_var will be inside the bounds of
38 /* The global variable var will be inside the bounds of
53 * - MEM_REGION_ALLOC is pre-sized to naturally fit in the target hardware's
55 * - Show that the base address of the partition is properly set, it should
/Zephyr-Core-3.7.0/include/zephyr/drivers/led_strip/
Dtlc5971.h4 * SPDX-License-Identifier: Apache-2.0
11 * @brief Maximum value for global brightness control, i.e 100% brightness
16 * @brief Set the global brightness control levels for the tlc5971 strip.
21 * @param pixel global brightness values for RGB channels
/Zephyr-Core-3.7.0/arch/arm/core/
D__aeabi_atexit.c4 * SPDX-License-Identifier: Apache-2.0
17 * @brief Register destructor for a global object
19 * @param objptr global object pointer
20 * @param destructor the global object destructor function
/Zephyr-Core-3.7.0/arch/arm/
DCMakeLists.txt1 # SPDX-License-Identifier: Apache-2.0
4 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-bigarm)
6 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-littlearm)
/Zephyr-Core-3.7.0/dts/bindings/led/
Dissi,is31fl3733.yaml2 # SPDX-License-Identifier: Apache-2.0
7 include: "i2c-device.yaml"
10 sdb-gpios:
11 type: phandle-array
17 current-limit:
21 Global current limit. Sets the global current control register of LED
22 driver (set table 14). Limits global current based on the following
23 formula: (840/R_ISET) * (current-limit/256). Defaults to max value
27 sync-mode:
31 - "none"
[all …]
/Zephyr-Core-3.7.0/dts/arm/gd/gd32e50x/
Dgd32e507xe.dtsi4 * SPDX-License-Identifier: Apache-2.0
13 compatible = "gd,gd32-timer";
16 interrupt-names = "brk", "up", "trgcom", "cc";
19 is-advanced;
24 compatible = "gd,gd32-pwm";
26 #pwm-cells = <3>;
31 compatible = "gd,gd32-timer";
34 interrupt-names = "global";
41 compatible = "gd,gd32-pwm";
43 #pwm-cells = <3>;
[all …]
/Zephyr-Core-3.7.0/arch/riscv/
DCMakeLists.txt1 # SPDX-License-Identifier: Apache-2.0
8 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf64-littleriscv)
10 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-littleriscv)
/Zephyr-Core-3.7.0/arch/mips/
DCMakeLists.txt6 # SPDX-License-Identifier: Apache-2.0
10 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf32-bigmips")
12 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf32-littlemips")
/Zephyr-Core-3.7.0/boards/renesas/rcar_salvator_x/support/
Dopenocd.cfg1 # Renesas R-Car Gen3 H3 Salvator-X Cortex-R7 Board Config
3 source [find interface/ftdi/olimex-arm-usb-ocd-h.cfg]
14 global $_CHIPNAME
17 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x01 -irmask 0x0f -expected-id $DAP_TAPID
18 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
20 cti create $_CHIPNAME.r7.cti -dap $_CHIPNAME.dap -ap-num 1 -baseaddr $CR7_CTIBASE
21 target create $_CHIPNAME.r7 cortex_r4 -dap $_CHIPNAME.dap -ap-num 1 -dbgbase $CR7_DBGBASE -defer-ex…
23 $_CHIPNAME.r7 configure -rtos auto
25 cti create $_CHIPNAME.a57.0.cti -dap $_CHIPNAME.dap -ap-num 1 -baseaddr $CA57_0_CTIBASE
26 target create $_CHIPNAME.a57.0 aarch64 -dap $_CHIPNAME.dap -ap-num 1 -dbgbase $CA57_0_DBGBASE -cti …
[all …]
/Zephyr-Core-3.7.0/arch/arc/
DCMakeLists.txt1 # SPDX-License-Identifier: Apache-2.0
6 zephyr_cc_option(-g3 -gdwarf-2)
11 zephyr_cc_option(-fno-delete-null-pointer-checks)
13 zephyr_cc_option_ifdef(CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS -munaligned-access)
18 # For ARCv2 the default register is usually not specified - so we need to specify it
20 zephyr_compile_options_ifdef(CONFIG_ISA_ARCV2 -mtp-regno=26)
22 # If thread local storage isn't used - we can safely schedule thread pointer register
23 zephyr_compile_options_ifdef(CONFIG_ISA_ARCV2 -mtp-regno=none)
33 zephyr_compile_options(-Ml)
37 zephyr_compile_options(-Wa,-offwarn=168)
[all …]

12345678910>>...29