Home
last modified time | relevance | path

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

1234

/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,
54 Does this component include any cryptographic functionality?
57 How does this component handle security vulnerabilities and updates?
58 Are there any known vulnerabilities in this component? If so, please
65 Will the Zephyr project have a direct dependency on the component, or
66 will it be included via an abstraction layer with this component as a
/Zephyr-latest/arch/posix/
DKconfig.natsim_optional7 Build the native simulator nsi_errno component with the Zephyr embedded code.
8 This component allows translating errno values from/to the embedded libC to/from the host libC.
/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/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/soc/nxp/mcx/mcxw/
DKconfig.defconfig34 # Include intercore messaging component
51 # Include intercore messaging component
/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/modules/hal_ambiq/
DKconfig.components10 Use Bluetooth component from Ambiq
/Zephyr-latest/drivers/entropy/
DKconfig.native_sim22 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/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/
DKconfig95 bool "Abstraction RTOS component (Zephyr support)"
97 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.cmake115 foreach(component ${SUB_COMPONENTS})
116 if(NOT ${component} IN_LIST zephyr_cmake_modules)
118 "Subcomponent '${component}' not default module for Zephyr CMake build system.\n"
/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/others/canbardo/doc/
Dindex.rst14 LEDs, and a push button. Schematics and component placement drawings are available in the `CANbardo
/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/boards/others/candlelightfd/doc/
Dindex.rst13 a DB-9M connector for the CAN bus, and two user LEDs. Schematics and component placement drawings

1234