Searched refs:component (Results 1 – 25 of 85) sorted by relevance
1234
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 21 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/ |
D | Kconfig.natsim_optional | 7 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/ |
D | nrf-regtoolConfig.cmake | 42 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/ |
D | Kconfig.nxp_sof_host_dma | 5 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/ |
D | Kconfig | 10 Some CC1352 boards have a SKY13317 component 12 for this component for the CC1352 boards using it.
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | Kconfig.defconfig | 34 # Include intercore messaging component 51 # Include intercore messaging component
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 12 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/ |
D | Kconfig.components | 10 Use Bluetooth component from Ambiq
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.native_sim | 22 Disabling this feature allows some other component to seed the host standard library random 23 generator without this component's default initialization interfering.
|
D | Kconfig.npcx | 22 generated internally and passed to the conditioning component.
|
/Zephyr-latest/drivers/ps2/ |
D | Kconfig | 25 There isn't any critical component relying on this priority at
|
/Zephyr-latest/tests/kernel/context/ |
D | Kconfig | 9 The platform may have some component running in the background while the k_cpu_idle test is
|
/Zephyr-latest/modules/hal_infineon/ |
D | Kconfig | 95 bool "Abstraction RTOS component (Zephyr support)" 97 Enable Abstraction RTOS component with Zephyr support
|
/Zephyr-latest/scripts/ci/coverage/ |
D | coverage_analysis.py | 58 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/ |
D | upload_data.py | 145 for component,value in data.items(): 146 items.append([component,value])
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | README | 39 [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/ |
D | ZephyrConfig.cmake | 70 foreach(component ${Zephyr_FIND_COMPONENTS}) 71 if(${component} MATCHES "^\([^:]*\):\(.*\)$") 73 set(component ${CMAKE_MATCH_1}) variable 75 include(${component})
|
/Zephyr-latest/cmake/modules/ |
D | zephyr_default.cmake | 115 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/ |
D | Kconfig | 26 There isn't any critical component relying on this priority at
|
/Zephyr-latest/subsys/net/l2/ethernet/lldp/ |
D | Kconfig | 61 Subtype 1 = Chassis component 63 Subtype 3 = Port component 132 Subtype 2 = Port component
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_stats.rst | 14 Individual component statistics for IPv4 or IPv6 can be turned off
|
/Zephyr-latest/boards/others/candlelight/doc/ |
D | index.rst | 13 a DB-9M connector for the CAN bus, and two user LEDs. Schematics and component placement drawings
|
/Zephyr-latest/boards/others/canbardo/doc/ |
D | index.rst | 14 LEDs, and a push button. Schematics and component placement drawings are available in the `CANbardo
|
/Zephyr-latest/boards/fysetc/ucan/doc/ |
D | index.rst | 13 terminal block for connecting to the CAN bus, and two user LEDs. Schematics and component placement
|
/Zephyr-latest/boards/others/candlelightfd/doc/ |
D | index.rst | 13 a DB-9M connector for the CAN bus, and two user LEDs. Schematics and component placement drawings
|
1234