Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/modules/hal_nordic/nrf-regtool/
Dnrf-regtoolConfig.cmake42 foreach(component IN LISTS ${CMAKE_FIND_PACKAGE_NAME}_FIND_COMPONENTS)
43 if(component STREQUAL "GENERATE:UICR")
62 message(FATAL_ERROR "Unrecognized package component: \"${component}\"")
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D007_ext-source.md21 Describe whether you'd like to integrate this external component in the main tree
40 component to solve the problem at hand (there may be a better options
49 Why is this the right component to solve it (e.g., SQLite is small,
56 Will the Zephyr project have a direct dependency on the component, or
57 will it be included via an abstraction layer with this component as a
/Zephyr-latest/drivers/dma/
DKconfig.nxp_sof_host_dma5 bool "NXP DMA driver used by SOF's host component"
11 component. Specifically, this driver
12 is used by the SOF host component to
/Zephyr-latest/boards/ti/common/
DKconfig10 Some CC1352 boards have a SKY13317 component
12 for this component for the CC1352 boards using it.
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst12 There are three single-color component LEDs in an RGB LED. Each component LED
16 being steady). The sample causes each LED component to step from dark to max
17 brightness. Three **for** loops (one for each component LED) generate a gradual
/Zephyr-latest/drivers/entropy/
DKconfig.native_posix22 Disabling this feature allows some other component to seed the host standard library random
23 generator without this component's default initialization interfering.
DKconfig.npcx22 generated internally and passed to the conditioning component.
/Zephyr-latest/drivers/ps2/
DKconfig25 There isn't any critical component relying on this priority at
/Zephyr-latest/soc/nxp/mcx/mcxw/
DKconfig.defconfig17 # Include intercore messaging component
/Zephyr-latest/tests/kernel/context/
DKconfig9 The platform may have some component running in the background while the k_cpu_idle test is
/Zephyr-latest/modules/hal_infineon/
DKconfig90 bool "Abstraction RTOS component (Zephyr support)"
92 Enable Abstraction RTOS component with Zephyr support
/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py58 component = {
67 component = item
106 component['sub_components'].append(sub_component)
107 self.json_object['components'].append(component)
110 sub_components = component['sub_components']
148 component['sub_components'].append(sub_component)
/Zephyr-latest/scripts/footprint/
Dupload_data.py145 for component,value in data.items():
146 items.append([component,value])
/Zephyr-latest/lib/posix/options/getopt/
DREADME39 [This package does not depend on any other component.
41 Zephyr project will only need this component if the user configures a shell
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake70 foreach(component ${Zephyr_FIND_COMPONENTS})
71 if(${component} MATCHES "^\([^:]*\):\(.*\)$")
73 set(component ${CMAKE_MATCH_1}) variable
75 include(${component})
/Zephyr-latest/cmake/modules/
Dzephyr_default.cmake117 foreach(component ${SUB_COMPONENTS})
118 if(NOT ${component} IN_LIST zephyr_cmake_modules)
120 "Subcomponent '${component}' not default module for Zephyr CMake build system.\n"
DFindDeprecated.cmake34 # True if the Deprecated component was found and loaded.
151 message(STATUS "The following deprecated component(s) could not be found: "
/Zephyr-latest/drivers/peci/
DKconfig26 There isn't any critical component relying on this priority at
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
DKconfig61 Subtype 1 = Chassis component
63 Subtype 3 = Port component
132 Subtype 2 = Port component
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_stats.rst14 Individual component statistics for IPv4 or IPv6 can be turned off
/Zephyr-latest/boards/others/candlelight/doc/
Dindex.rst13 a DB-9M connector for the CAN bus, and two user LEDs. Schematics and component placement drawings
/Zephyr-latest/boards/fysetc/ucan/doc/
Dindex.rst13 terminal block for connecting to the CAN bus, and two user LEDs. Schematics and component placement
/Zephyr-latest/samples/sensor/jc42/
DREADME.rst33 available in a discrete component form but it is much easier to
/Zephyr-latest/boards/shields/link_board_eth/doc/
Dindex.rst11 It was developed as an expansion component for the reel board.
/Zephyr-latest/boards/others/candlelightfd/doc/
Dindex.rst13 a DB-9M connector for the CAN bus, and two user LEDs. Schematics and component placement drawings

1234