/Zephyr-latest/scripts/west_commands/ |
D | zephyr_ext_common.py | 3 # SPDX-License-Identifier: Apache-2.0 8 commands are in run_common -- that's for common code used by 27 '''WestCommand subclass for commands with a --force option.''' 31 '''Add a -f / --force option to the parser.''' 32 parser.add_argument('-f', '--force', action='store_true', 40 If cond and self.args.force are both False, scream and die 43 self.args.force being True can allow execution to proceed. 45 if not (cond or self.args.force): 47 self.die('refusing to proceed without --force due to above error')
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_root.cmake | 1 # SPDX-License-Identifier: Apache-2.0 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 48 set(MODULE_EXT_ROOT ${MODULE_EXT_ROOT} CACHE PATH "Sysbuild adjusted MODULE_EXT_ROOT" FORCE) 52 set(BOARD_ROOT ${BOARD_ROOT} CACHE PATH "Sysbuild adjusted BOARD_ROOT" FORCE) 56 set(SOC_ROOT ${SOC_ROOT} CACHE PATH "Sysbuild adjusted SOC_ROOT" FORCE) 60 set(ARCH_ROOT ${ARCH_ROOT} CACHE PATH "Sysbuild adjusted ARCH_ROOT" FORCE) [all …]
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrfutil.py | 3 # SPDX-License-Identifier: Apache-2.0 18 '''Runner front-end for nrfutil.''' 21 reset=True, tool_opt=None, force=False, recover=False, argument 25 tool_opt, force, recover) 37 def tool_opt_help(cls) -> str: 38 return 'Additional options for nrfutil, e.g. "--log-level"' 45 tool_opt=args.tool_opt, force=args.force, 52 parser.add_argument('--suit-manifest-starter', required=False, 59 cmd = ['nrfutil', '--json', 'device'] + args 67 # https://github.com/ndjson/ndjson-spec [all …]
|
D | nrfjprog.py | 4 # SPDX-License-Identifier: Apache-2.0 18 '''Runner front-end for nrfjprog.''' 21 reset=True, tool_opt=None, force=False, recover=False, argument 25 tool_opt, force, recover) 34 def tool_opt_help(cls) -> str: 35 return 'Additional options for nrfjprog, e.g. "--clockspeed"' 42 tool_opt=args.tool_opt, force=args.force, 47 parser.add_argument('--qspiini', required=False, dest='qspi_ini', 51 snrs = self.check_output(['nrfjprog', '--ids']) 57 def do_exec_op(self, op, force=False): argument [all …]
|
D | nrf_common.py | 4 # SPDX-License-Identifier: Apache-2.0 76 '''Runner front-end base class for nrf tools.''' 79 reset=True, tool_opt=None, force=False, recover=False): argument 89 self.force = force 106 def dev_id_help(cls) -> str: 107 return '''Device identifier. Use it to select the J-Link Serial Number 113 parser.add_argument('--nrf-family', 118 parser.add_argument('--softreset', required=False, 121 parser.add_argument('--snr', required=False, dest='dev_id', 122 help='obsolete synonym for -i/--dev-id') [all …]
|
/Zephyr-latest/modules/openthread/ |
D | CMakeLists.txt | 8 set(${ot_config} ON CACHE BOOL "${description}" FORCE) 10 set(${ot_config} OFF CACHE BOOL "${description}" FORCE) 29 FORCE 33 set(OT_FTD ON CACHE BOOL "Enable FTD" FORCE) 34 set(OT_MTD OFF CACHE BOOL "Enable MTD" FORCE) 36 set(OT_FTD OFF CACHE BOOL "Enable FTD" FORCE) 37 set(OT_MTD ON CACHE BOOL "Enable MTD" FORCE) 52 kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_ROUTING_DHCP6_PD OT_BORDER_ROUTING_DHCP6_PD "DHCPv6-P… 57 kconfig_to_ot_option(CONFIG_OPENTHREAD_COAP_BLOCK OT_COAP_BLOCK "Enable CoAP Block-wise option supp… 74 kconfig_to_ot_option(CONFIG_OPENTHREAD_DNSSD_DISCOVERY_PROXY OT_DNSSD_DISCOVERY_PROXY "Enable DNS-S… [all …]
|
/Zephyr-latest/boards/shields/rk043fn02h_ct/ |
D | Kconfig.defconfig | 2 # SPDX-License-Identifier: Apache-2.0 22 # Force full refresh. This prevents memory copy associated with partial 41 # Force display buffers to be aligned to cache line size (32 bytes)
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 2 # SPDX-License-Identifier: Apache-2.0 22 # Force full refresh. This prevents memory copy associated with partial 41 # Force display buffers to be aligned to cache line size (32 bytes)
|
/Zephyr-latest/include/zephyr/input/ |
D | input_pmw3610.h | 4 * SPDX-License-Identifier: Apache-2.0 19 * @brief Set force awake mode on a pmw3610 device 22 * @param enable whether to enable or disable force awake mode.
|
D | input_paw32xx.h | 4 * SPDX-License-Identifier: Apache-2.0 19 * @brief Set force awake mode on a paw32xx device 22 * @param enable whether to enable or disable force awake mode.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.sam_gmac | 4 # SPDX-License-Identifier: Apache-2.0 25 DT_ETH_SAM_GMAC_NQ := $(dt_node_int_prop_int,$(DT_ETH_SAM_GMAC_PATH),num-queues) 39 bool "Force all traffic to be routed through a specific queue" 43 This option is meant to be used only for debugging. Use it to force all 50 int "Queue to force the packets to" 59 Which queue to force the routing to. This affects both the TX and RX queues
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_esp32.c | 4 * SPDX-License-Identifier: Apache-2.0 49 /* Typedef for C-callable interrupt handler function */ 111 if (vd->cpu > to_insert->cpu) { in insert_vector_desc() 114 if (vd->cpu == to_insert->cpu && vd->intno >= to_insert->intno) { in insert_vector_desc() 118 vd = vd->next; in insert_vector_desc() 122 to_insert->next = vd; in insert_vector_desc() 125 prev->next = to_insert; in insert_vector_desc() 126 to_insert->next = vd; in insert_vector_desc() 136 if (vd->cpu == cpu && vd->intno == intno) { in find_desc_for_int() 139 vd = vd->next; in find_desc_for_int() [all …]
|
/Zephyr-latest/cmake/modules/ |
D | FindGnuLd.cmake | 1 # SPDX-License-Identifier: Apache-2.0 12 # Set to 'GNULD_LINKER-NOTFOUND' if ld was not found. 46 execute_process(COMMAND ${CMAKE_C_COMPILER} --print-prog-name=ld.bfd 52 set(GNULD_LINKER_IS_BFD ON CACHE BOOL "Linker BFD compatibility (compiler reported)" FORCE) 66 set(GNULD_LINKER_IS_BFD ON CACHE BOOL "Linker BFD compatibility (inferred from binary)" FORCE) 69 set(GNULD_LINKER_IS_BFD OFF CACHE BOOL "Linker BFD compatibility (inferred from binary)" FORCE) 74 # Parse the 'ld.bfd --version' output to find the installed version. 77 ${GNULD_LINKER} --version 87 # - "GNU ld (GNU Binutils for Ubuntu) 2.34" 88 # - "GNU ld (Zephyr SDK 0.15.2) 2.38" [all …]
|
D | soc_v2.cmake | 1 # SPDX-License-Identifier: Apache-2.0 13 # - SOC_NAME: Name of the SoC in use, identical to CONFIG_SOC 14 # - SOC_SERIES: Name of the SoC series in use, identical to CONFIG_SOC_SERIES 15 # - SOC_FAMILY: Name of the SoC family, identical to CONFIG_SOC_FAMILY 18 # use only and may be removed, renamed, or re-purposed without prior notice. 30 set(SOC_FULL_DIR ${SOC_V2_DIR} CACHE PATH "Path to the SoC directory." FORCE) 32 "List of SoC directories for SoC (${SOC_NAME})" FORCE
|
/Zephyr-latest/tests/bsim/ |
D | ci.uart.sh | 3 # SPDX-License-Identifier: Apache-2.0 9 export ZEPHYR_BASE="${ZEPHYR_BASE:-${PWD}}" 12 set -uex 16 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \ 17 -p nrf52_bsim -p nrf5340bsim/nrf5340/cpuapp --fixture gpio_loopback \ 18 -- -uart0_loopback -uart1_loopback 21 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \ 22 -p nrf54l15bsim/nrf54l15/cpuapp --fixture gpio_loopback \ 23 -- -uart2_loopback
|
/Zephyr-latest/doc/ |
D | substitutions.txt | 1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here) 5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here) 9 .. These are replacement strings for non-ASCII characters used within the project 20 .. |plusminus| unicode:: U+000B1 .. PLUS-MINUS SIGN
|
/Zephyr-latest/dts/bindings/input/ |
D | pixart,paw32xx.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: spi-device.yaml 11 motion-gpios: 12 type: phandle-array 17 zephyr,axis-x: 24 zephyr,axis-y: 31 res-cpi: 37 invert-x: 42 invert-y: 47 force-awake: [all …]
|
D | pixart,pmw3610.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: spi-device.yaml 11 motion-gpios: 12 type: phandle-array 17 reset-gpios: 18 type: phandle-array 22 zephyr,axis-x: 29 zephyr,axis-y: 36 res-cpi: 43 invert-x: [all …]
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/ |
D | os_mgmt_callbacks.h | 4 * SPDX-License-Identifier: Apache-2.0 27 /** Contains the value of the force parameter. */ 28 bool force; member
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_dm8806_priv.h | 4 * SPDX-License-Identifier: Apache-2.0 120 /* Port 5 Force Speed control bit */ 122 /* Port 5 Force Duplex control bit */ 124 /* Port 5 Force Link control bit. Only available in force mode. */ 126 /* Port 5 Force Mode Enable control bit. Only available for 145 * 100M link fail - LED off 146 * 100M link ok and no TX/RX activity - LED on 147 * 100M link ok and TX/RX activity - LED blinking 149 * No colision: - LED off 150 * Colision: - LED blinking [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | vishay,vcnl36825t.yaml | 2 # SPDX-License-Identifier: Apache-2.0 10 include: [sensor-device.yaml, i2c-device.yaml] 13 operation-mode: 16 enum: ["auto", "force"] 19 - "auto": the sensor performs sampling continuously, 20 - "force": the sampling is performed on every fetch command. 24 Note: "force"-mode only available if low-power mode inactive. 26 measurement-period: 34 - [10, 80] ms only if low power mode is inactive 35 - [80, 320] ms only in low power mode [all …]
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/sysbuild/ |
D | CMakeLists.txt | 1 # SPDX-License-Identifier: Apache-2.0 4 …E "${CMAKE_CURRENT_LIST_DIR}/nrf52840dk_nrf52840_mcuboot_ram_load.overlay" CACHE INTERNAL "" FORCE)
|
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 5 bool "Force selection of heap listener configurations"
|
/Zephyr-latest/include/zephyr/debug/ |
D | sparse.h | 4 * SPDX-License-Identifier: Apache-2.0 12 #define __sparse_force __attribute__((force))
|
/Zephyr-latest/samples/subsys/fs/littlefs/ |
D | prj.conf | 4 # SPDX-License-Identifier: Apache-2.0 7 # Optionally force the file system to be recreated
|