Home
last modified time | relevance | path

Searched full:for (Results 1 – 25 of 5456) sorted by relevance

12345678910>>...219

/Zephyr-latest/subsys/bluetooth/mesh/shell/
DKconfig16 bool "Support for provisioning shell commands"
20 This options enables support for provisioning shell commands.
23 bool "Support for shell provisioning context instance"
33 bool "Support for CDB shell commands"
37 This options enables support for CDB shell commands.
40 bool "Support for Low Power node shell commands"
44 This option enables support for Low Power node shell commands.
47 bool "Support for test shell commands"
50 This option enables support for test mesh shell commands.
53 bool "Support for shell Health Server instance"
[all …]
/Zephyr-latest/include/zephyr/usb_c/
Dtcpci.h11 * @brief Registers and fields definitions for TypeC Port Controller Interface
30 /** Mask for major part of type-c release supported */
34 /** Mask for minor part of type-c release supported */
41 /** Mask for major part of USB PD revision supported */
45 /** Mask for minor part of USB PD revision supported */
49 /** Mask for major part of USB PD version supported */
53 /** Mask for minor part of USB PD version supported */
60 /** Mask for major part of USB Port Controller Interface revision supported */
64 /** Mask for minor part of USB Port Controller Interface revision supported */
68 /** Mask for major part of USB Port Controller Interface version supported */
[all …]
/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake6 # Basic linker properties which should always be applied for a Zephyr build.
10 # Basic linker properties which should always be applied for a Zephyr build
14 # Base properties when building Zephyr for an embedded target (baremetal).
17 # Property for controlling linker reporting / handling when placing orphaned sections.
21 # coverage is a property holding the linker flag required for coverage support on the toolchain.
22 # For example, on ld/gcc this would be: -lgcov
23 # Set the property for the corresponding flags of the given toolchain.
26 # Linker flag for printing of memusage.
33 # Extra warnings options for twister run
36 # Linker flag for disabling position independent binaries,
[all …]
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake1 # This template file can be used as a starting point for implementing support
2 # for additional tools for reading and/or conversion of elf files.
8 # - memusage : Tool for reporting target memory usage
10 # - disassembly : Tool for disassemble the target
11 # - elfconvert : Tool for converting from elf into another format.
12 # - readelf : Tool for elf file processing
13 # - strip : Tool for symbol stripping
14 # - symbols : Tool for listing symbols in a binary
35 # The bintools properties are made generic so that implementing support for an
38 # scheme does not cover the exact needs. For those use-cases it is possible
[all …]
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/renode/
Dlitex-vexriscv-tflite.robot13 Wait For Ring
14 Wait For Line On Uart RING:
16 # Here we wait for the following pattern:
24 Wait For Line On Uart ${SPACE*10}*
25 Wait For Line On Uart ${SPACE*7}*${SPACE*5}*
26 Wait For Line On Uart ${SPACE*5}*${SPACE*9}*
27 Wait For Line On Uart ${SPACE*4}*${SPACE*11}*
28 Wait For Line On Uart ${SPACE*5}*${SPACE*9}*
29 Wait For Line On Uart ${SPACE*7}*${SPACE*5}*
30 Wait For Line On Uart ${SPACE*10}*
[all …]
/Zephyr-latest/samples/boards/nordic/coresight_stm/
DREADME.rst10 Also, it prints timing for different log messages.
37 This application uses nRF54H20 DK board for the demo.
73 rad: Timing for log message with 0 arguments: 5.10us
74 rad: Timing for log message with 1 argument: 6.10us
75 rad: Timing for log message with 2 arguments: 6.0us
76 rad: Timing for log message with 3 arguments: 6.40us
77 rad: Timing for log_message with string: 7.10us
78 rad: Timing for tracepoint: 0.5us
79 rad: Timing for tracepoint_d32: 0.5us
80 flpr: Timing for log message with 0 arguments: 1.20us
[all …]
/Zephyr-latest/modules/hostap/src/
Dsupp_api.h20 #define MAC_STR_LEN 18 /* for ':' or '-' separated MAC address string */
21 #define CHAN_NUM_LEN 6 /* for space-separated channel numbers string */
29 * @return: 0 for OK; <0 for ERROR
39 * @return: 0 for OK; -1 for ERROR
49 * @return: 0 for OK; -1 for ERROR
59 * @return: 0 for OK; -1 for ERROR
68 * @param cb Callback to be called for each scan result
70 * @return 0 for OK; -1 for ERROR
82 * @return 0 for OK; -1 for ERROR
90 * @return 0 for OK; -1 for ERROR
[all …]
/Zephyr-latest/dts/bindings/sdhc/
Despressif,esp32-sdhc-slot.yaml31 Clock pin for ESP32 and SoC models with fixed pins for SDIO.
32 For devices with GPIO matrix support, configuration shall be done
38 Command pin for ESP32 and SoC models with fixed pins for SDIO.
39 For devices with GPIO matrix support, configuration shall be done
45 Data 0 pin for ESP32 and SoC models with fixed pins for SDIO.
46 For devices with GPIO matrix support, configuration shall be done
52 Data 1 pin for ESP32 and SoC models with fixed pins for SDIO.
53 For devices with GPIO matrix support, configuration shall be done
59 Data 2 pin for ESP32 and SoC models with fixed pins for SDIO.
60 For devices with GPIO matrix support, configuration shall be done
[all …]
/Zephyr-latest/dts/bindings/adc/
Dmaxim,max1125x-base.yaml1 # Common fields for Analog Devices MAX1125x
10 description: this option for gpio0 enable or disable
13 description: this option for gpio1 enable or disable
16 description: this option for gpio0 direction enable for input, disable for output
19 description: this option for gpio0 direction enable for input, disable for output
22 description: this option for gpo0 enable or disable
25 description: this option for gpo1 enable or disable
30 gpio for data ready, becomes active when a conversion result is ready
/Zephyr-latest/drivers/usb_c/ppc/
Dnxp_nx20p3483_priv.h18 /** Bit mask for vendor id */
20 /** Bit mask for version id */
25 /** Bit mask for device mode */
28 /** Value for dead battery mode */
30 /** Value for high-voltage sink mode */
32 /** Value for 5V source mode */
34 /** Value for high-voltage source mode */
36 /** Value for standby mode */
41 /** Bit field for source path selection. If set, HV source path is selected, 5V otherwise. */
46 /** Bit field for 5V source switch enabled */
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mctl13 bool "Support for media player control"
15 Enables support for control of local and remote media players
16 To enable support for control of a local media player, support for
22 bool "Support for control of local media player"
24 This option enables support for control of a local media player
27 bool "Support for local control of local media player"
31 This option enables support for local application control of local
35 bool "Support for remote control of local media players"
38 This option enables support for remote control of local media
42 bool "Support for control of remote media player"
[all …]
DKconfig.mcs17 This option enables support for the Media Control Service.
26 This option enables support for the Media Control Client.
68 bool "Media Control Client support for Object Transfer Service"
71 Use this option to configure support in the Media Control Client for
77 int "The size of the buffer used for OTC object in MCC"
81 Sets the size (in octets) of the buffer used for receiving the content
86 int "Total memory size to use for storing the content of objects"
90 Sets the total memory size (in octets) to use for storing the content
92 This is used for the total memory pool buffer size from which memory
119 This option enables shell support for the Media Control Client.
[all …]
/Zephyr-latest/modules/hal_infineon/
DKconfig15 Enable Analog-to-Digital Converter (ADC) HAL module driver for Infineon devices
20 Enable Inter-Integrated Circuit Interface (I2C) HAL module driver for Infineon devices
25 Enable Real-Time Clock (RTC) HAL module driver for Infineon devices
30 Enable Secure Digital Input/Output interface (SDIO) HAL module for Infineon devices
36 Enable SDHC HAL module for Infineon devices
42 Enable Serial Peripheral Interface (SPI) HAL module driver for Infineon devices
48 Enable Timer (Timer/Counter) HAL module driver for Infineon devices
53 Enable Low-Power Timer (LPTimer) HAL module driver for Infineon devices
58 Enable True Random Number Generator (TRNG) HAL module driver for Infineon devices
64 driver for Infineon devices
[all …]
/Zephyr-latest/subsys/net/lib/mqtt/
DKconfig1 # Socket MQTT Library for Zephyr
16 module-str=Log level for MQTT
21 int "Maximum number of clients Keep alive time for MQTT (in seconds)"
24 Keep alive time for MQTT (in seconds). Sending of Ping Requests to
28 bool "TLS support for socket MQTT Library"
30 Enable TLS support for socket MQTT Library
33 bool "ALPN support for MQTT"
36 Enable ALPN protocol for socket MQTT Library.
39 bool "Websocket support for socket MQTT Library"
41 Enable Websocket support for socket MQTT Library.
[all …]
/Zephyr-latest/scripts/
Drequirements-extras.txt1 # EXTRAS: optional or useful for development/developers workflow
3 # used by twister for --test-tree option
6 # to use in ./scripts for memory footprint, code coverage, etc.
9 # helper for developers - check git commit messages
12 # helper for developers
15 # Script used to build firmware images for NXP LPC MCUs.
18 # used by scripts/build/gen_cfb_font_header.py - helper script for user
21 # can be used to sign a Zephyr application binary for consumption by a bootloader
24 # used by scripts/release/bug_bash.py for generating top ten bug squashers
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst23 Options and Option groups required for :ref:`PSE51 <posix_aep_pse51>`,
25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio
37 for TinyCrypt and provides enhanced security and performance.
41 environment for :ref:`vscode_ide` and :ref:`clion_ide`.
46 While you may refer to release notes from previous 3.x releases for a full change log, other major
49 * Added support for Picolibc as the new default C library.
50 * Added support for the following types of hardware peripherals:
62 * Added support for snippets. Snippets are common configuration settings that can be used across
64 * Added support for Linkable Loadable Extensions (LLEXT).
66 notes for more details):
[all …]
Drelease-notes-1.8.rst25 * Use k_cycle_get_32 instead of sys_cycle_get_32 for Kernel
26 * Added k_panic() and k_oops() APIs for Kernel
27 * Added k_thread_create() API for Kernel
28 * Added k_queue API for Kernel
37 * arm: Added Initial support for NXP MPU
38 * arm: Added Device Tree Support for nRF52832 SoC based boards
39 * arm: Fixed nRF52840-QIAA SoC support for device tree
40 * arm: Added Device Tree Support for nRF52840 SoC & boards
41 * arm: Added Device Tree Support for nRF51822 SoC & boards
42 * dts: Introduced st/mem.h for FLASH & SRAM sizes
[all …]
Drelease-notes-3.6.rst13 * New API and drivers introduced for interfacing with :ref:`keyboard matrices <gpio-kbd>`.
60 Memory) for ARCv3 processors (HS5x & HS6x).
61 * Disabled Thread-local Storage support for platforms with two or more register banks.
62 * Fixed unstable work of application built with MetaWare toolchain for hardware
74 * Added support for custom interrupt controllers using
76 * MMU and MPU initialization moved to :c:func:`z_prep_c` for Cortex-A and
100 * Added Kconfig options to make MCC functionality optional to reduce memory usage for simple
103 * Added proper support for doing decoding in the application instead of in the controller by
108 * Added support for the new mono audio location.
109 * Added ISO state callbacks for streams so the user knows the state of the CIS.
[all …]
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.rv32m112 Select this option to enable support for the RV32M1 INTMUX
13 driver. This provides a level 2 interrupt controller for the SoC.
24 Boot time initialization priority for INTMUX driver.
30 Enable support for INTMUX channel 0.
35 Enable support for INTMUX channel 1.
40 Enable support for INTMUX channel 2.
45 Enable support for INTMUX channel 3.
50 Enable support for INTMUX channel 4.
55 Enable support for INTMUX channel 5.
60 Enable support for INTMUX channel 6.
[all …]
/Zephyr-latest/samples/net/vlan/
DKconfig1 # Private config options for VLAN sample app
9 string "My IPv6 address for second interface"
14 string "My IPv4 address for second interface"
19 string "My IPv4 netmask for second interface"
24 int "VLAN tag for second interface"
33 string "My IPv6 address for third interface"
38 string "My IPv4 address for third interface"
43 string "My IPv4 netmask for third interface"
48 int "VLAN tag for third interface"
57 int "IPv6 address prefix length for the interfaces"
[all …]
/Zephyr-latest/modules/
DKconfig.tinycrypt1 # Cryptography primitive options for TinyCrypt version 2.0
20 This option enables support for the pseudo-random number
26 This option enables support for SHA-256
33 This option enables support for HMAC using SHA-256
40 This option enables support for pseudo-random number
46 This option enables support for the Elliptic curve
55 This option enables support for the Elliptic Curve Digital
64 This option enables support for AES-128 decrypt and encrypt.
70 This option enables support for AES-128 block cipher mode.
76 This option enables support for AES-128 counter mode.
[all …]
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig24 hawkBit is a domain independent back-end framework for polling out
53 string "Tenant name for the hawkbit server"
56 Configure the tenant name for the hawkbit server.
59 string "User address for the hawkbit server"
64 int "Port number for the hawkbit server"
81 No authentication security for the hawkBit DDI API.
86 Use target security token authentication for the hawkBit DDI API.
91 Use gateway security token authentication for the hawkBit DDI API.
100 Authentication security token for the configured hawkBit DDI
131 bool "Use TLS for hawkBit server connection"
[all …]
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst13 This sample is supported for platforms that have a port in psa-arch-tests.
14 See sample.yaml for a list of supported platforms.
43 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions.
48 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions.
71 [Check 1] Call get API for UID 6 which is not set
72 [Check 2] Call get_info API for UID 6 which is not set
73 [Check 3] Call remove API for UID 6 which is not set
74 [Check 4] Call get API for UID 6 which is removed
75 [Check 5] Call get_info API for UID 6 which is removed
76 [Check 6] Call remove API for UID 6 which is removed
[all …]
/Zephyr-latest/dts/bindings/pwm/
Draspberrypi,pico-pwm.yaml20 The integral part of the divider for pwm slice 0.
29 The fractional part of the divider for pwm slice 0.
36 description: See divider-int-0 for help
40 description: See divider-frac-0 for help
44 description: See divider-int-0 for help
48 description: See divider-frac-0 for help
52 description: See divider-int-0 for help
56 description: See divider-frac-0 for help
60 description: See divider-int-0 for help
64 description: See divider-frac-0 for help
[all …]
/Zephyr-latest/include/zephyr/drivers/sip_svc/
Dsip_svc_driver.h25 * @brief Callback API for executing the supervisory call
26 * See @a sip_supervisory_call() for argument description
34 * @brief Callback API for validating function id for the supervisory call.
35 * See @a sip_svc_plat_func_id_valid() for argument description
41 * @brief Callback API for generating the transaction id from client id.
42 * See @a sip_svc_plat_format_trans_id() for argument description
48 * @brief Callback API for retrieving client transaction id from transaction id
49 * See @a sip_svc_plat_get_trans_idx() for argument description
54 * @brief Callback API for updating transaction id for request packet for lower layer
55 * See @a sip_svc_plat_update_trans_id() for argument description
[all …]

12345678910>>...219