Searched +full:- +full:- +full:global (Results 1 – 25 of 781) sorted by relevance
12345678910>>...32
/Zephyr-latest/cmake/linker/ |
D | linker_script_common.cmake | 2 # 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-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 8 # - 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-latest/cmake/linker/ld/ |
D | ld_script.cmake | 2 # - 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-latest/boards/qemu/arc/ |
D | board.cmake | 7 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-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-global.yaml | 2 # 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-latest/samples/boards/nordic/nrf_sys_event/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 12 printf("request global constant latency mode\n"); in main() 14 printf("failed to request global constant latency mode\n"); in main() 19 printf("request global constant latency mode again\n"); in main() 21 printf("failed to request global constant latency mode\n"); in main() 25 printf("release global constant latency mode\n"); in main() 28 printf("failed to release global constant latency mode\n"); in main() 32 printf("release global constant latency mode again\n"); in main() 35 printf("failed to release global constant latency mode\n"); in main()
|
/Zephyr-latest/arch/nios2/ |
D | Kconfig | 2 # 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 …]
|
/Zephyr-latest/cmake/modules/ |
D | root.cmake | 1 # 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 …]
|
D | ccache.cmake | 1 # 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)
|
D | kernel.cmake | 1 # 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 …]
|
/Zephyr-latest/lib/cpp/abi/ |
D | cpp_dtors.c | 4 * 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-latest/dts/bindings/clock/ |
D | litex,clk.yaml | 2 # 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 …]
|
D | nordic,nrf-hsfll-global.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Nordic Global HSFLL clock. 13 compatible = "nordic,nrf-hsfll-global"; 15 #clock-cells = <0>; 16 clock-frequency = <320000000>; 17 supported-clock-frequencies = <64000000 23 compatible: "nordic,nrf-hsfll-global" 26 - "base.yaml" 27 - "clock-controller.yaml" 33 "#clock-cells": [all …]
|
/Zephyr-latest/arch/x86/ |
D | intel64.cmake | 2 # SPDX-License-Identifier: Apache-2.0 4 zephyr_cc_option(-m64) 5 zephyr_cc_option(-mno-red-zone) 7 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_ARCH "i386:x86-64") 8 set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT "elf64-x86-64") 9 get_property(OUTPUT_ARCH GLOBAL PROPERTY PROPERTY_OUTPUT_ARCH) 10 get_property(OUTPUT_FORMAT GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT) 13 # x86-64 by default has SSE and SSE2 17 zephyr_cc_option(-msse3) 19 zephyr_cc_option(-mno-sse3) [all …]
|
/Zephyr-latest/dts/bindings/misc/ |
D | nordic,nrf-dppic-global.yaml | 2 # 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-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | mem_partition.c | 4 * SPDX-License-Identifier: Apache-2.0 12 /* Add volatile to disable pre-calculation in compile stage in some 20 * @brief Test assigning global data and BSS variables to memory partitions 22 * @details Test that system supports application assigning global data and BSS 29 /* The global variable var will be inside the bounds of 34 /* The global variable zeroed_var will be inside the bounds of 40 /* The global variable var will be inside the bounds of 55 * - MEM_REGION_ALLOC is pre-sized to naturally fit in the target hardware's 57 * - Show that the base address of the partition is properly set, it should
|
/Zephyr-latest/include/zephyr/drivers/led_strip/ |
D | tlc5971.h | 4 * 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-latest/arch/arm/core/ |
D | __aeabi_atexit.c | 4 * 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-latest/arch/arm/ |
D | CMakeLists.txt | 1 # 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-latest/dts/bindings/led/ |
D | issi,is31fl3733.yaml | 2 # 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-latest/soc/nordic/nrf54h/gpd/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 5 bool "Global Power Domain service" 11 This option enables the Global Power Domain service.
|
/Zephyr-latest/dts/arm/gd/gd32e50x/ |
D | gd32e507xe.dtsi | 4 * 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-latest/dts/bindings/can/ |
D | renesas,ra-canfd-global.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Renesas RA CANFD controller global 6 compatible: "renesas,ra-canfd-global"
|
/Zephyr-latest/arch/riscv/ |
D | CMakeLists.txt | 1 # 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-latest/cmake/ |
D | mcuboot.cmake | 1 # Copyright (c) 2020-2023 Nordic Semiconductor ASA 2 # SPDX-License-Identifier: Apache-2.0 7 # It builds signed binaries using imgtool as a post-processing step 11 # function to avoid polluting the top-level scope. 80 dt_prop(write_block_size PATH "${flash_node}" PROPERTY "write-block-size") 98 --version ${CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION} --header-size ${CONFIG_ROM_START_OFFSET} 99 --slot-size ${slot_size}) 114 set(imgtool_args --key "${keyfile}" ${imgtool_args}) 118 # Use overwrite-only instead of swap upgrades. 119 set(imgtool_args --overwrite-only --align 1 ${imgtool_args}) [all …]
|
12345678910>>...32