Home
last modified time | relevance | path

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

12345678910>>...194

/Zephyr-Core-2.7.6/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 symnbol stripping
34 # The bintools properties are made generic so that implementing support for an
37 # scheme does not cover the exact needs. For those use-cases it is possible
39 # For example, to call a custom script for elfconvert command, one can specify:
[all …]
/Zephyr-Core-2.7.6/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-Core-2.7.6/subsys/bluetooth/controller/
DKconfig.df36 Enable support for Bluetooth 5.1 Direction Finding
40 # Basic controller functionalities required for implementation of
48 Enable support for transmission of Constant Tone Extension in
58 This sampling mode is optional for Direction Finding according to
62 bool "Enable support for 1us antenna switch slots"
66 Enable support for 1us antenna switching slots. This antenna switching
67 mode is optional for Direction Finding according to Bluetooth v5.1.
77 Enable support for antenna switching during CTE transmission.
85 Enable support for antenna switching during CTE reception.
93 Enable support for reception of Constant Tone Extension in controller.
[all …]
/Zephyr-Core-2.7.6/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.
24 Refer to :ref:`tfm_ipc` for detailed instructions.
29 Refer to :ref:`tfm_ipc` for detailed instructions.
52 [Check 1] Call get API for UID 6 which is not set
53 [Check 2] Call get_info API for UID 6 which is not set
54 [Check 3] Call remove API for UID 6 which is not set
55 [Check 4] Call get API for UID 6 which is removed
56 [Check 5] Call get_info API for UID 6 which is removed
57 [Check 6] Call remove API for UID 6 which is removed
[all …]
/Zephyr-Core-2.7.6/modules/mbedtls/
DKconfig1 # Cryptography primitive options for mbed TLS
11 Symbol to disable the prompt for MBEDTLS selection.
33 by Zephyr, and the recommended choice for most users.
38 Use external, out-of-tree prebuilt mbedTLS library. For advanced
46 Allow user defined input for the MBEDTLS_CFG_FILE setting.
58 but has relatively many features enabled. To optimize resources for
65 int "Max payload size for TLS protocol message"
69 The TLS standards mandate max payload size of 16384 bytes. So, for
70 maximum operability and for general-purpose usage, that value must
71 be used. For specific usages, that value can be largely decreased.
[all …]
/Zephyr-Core-2.7.6/drivers/interrupt_controller/
DKconfig.rv32m110 Select this option to enable support for the RV32M1 INTMUX
11 driver. This provides a level 2 interrupt controller for the SoC.
22 Boot time initialization priority for INTMUX driver.
28 Enable support for INTMUX channel 0.
33 Enable support for INTMUX channel 1.
38 Enable support for INTMUX channel 2.
43 Enable support for INTMUX channel 3.
48 Enable support for INTMUX channel 4.
53 Enable support for INTMUX channel 5.
58 Enable support for INTMUX channel 6.
[all …]
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/
DKconfig24 disabled if the include paths for MCUMGR are causing aliasing
25 issues for 'app'.
35 bool "Enable mcumgr handlers for file management (insecure)"
38 Enables mcumgr handlers for file management
54 CBOR frame for storage of offset/size of file downloaded.
84 int "Maximum chunk size for file uploads"
87 Limits the maximum chunk size for file uploads, in bytes. A buffer of
97 allowed for such chunk.
98 Look inside fs_mgmt_config.h for details.
103 int "Maximum chunk size for file downloads"
[all …]
/Zephyr-Core-2.7.6/doc/releases/
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 …]
/Zephyr-Core-2.7.6/modules/
DKconfig.tinycrypt1 # Cryptography primitive options for TinyCrypt version 2.0
15 This option enables support for the pseudo-random number
21 This option enables support for SHA-256
28 This option enables support for HMAC using SHA-256
35 This option enables support for pseudo-random number
41 This option enables support for the Elliptic curve
50 This option enables support for the Elliptic Curve Digital
59 This option enables support for AES-128 decrypt and encrypt.
65 This option enables support for AES-128 block cipher mode.
71 This option enables support for AES-128 counter mode.
[all …]
/Zephyr-Core-2.7.6/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 "Websocket support for socket MQTT Library"
35 Enable Websocket support for socket MQTT Library.
38 bool "Custom transport support for socket MQTT Library"
40 Enable custom transport support for socket MQTT Library.
[all …]
/Zephyr-Core-2.7.6/boards/arm/cc3235sf_launchxl/
Dpinmux.c10 * configure the device pins for different peripheral signals
25 * For the TI CC32XX port we leverage this output file
53 * driverlib pin defines. For example, I2C_CC32XX_PIN_01_I2C_SCL & 0xff = 0,
57 * value for the pin to operate in the I2C mode. For example, pin 1 is
60 #define I2C_CC32XX_PIN_01_I2C_SCL 0x100 /*!< PIN 1 is used for I2C_SCL */
61 #define I2C_CC32XX_PIN_02_I2C_SDA 0x101 /*!< PIN 2 is used for I2C_SDA */
62 #define I2C_CC32XX_PIN_03_I2C_SCL 0x502 /*!< PIN 3 is used for I2C_SCL */
63 #define I2C_CC32XX_PIN_04_I2C_SDA 0x503 /*!< PIN 4 is used for I2C_SDA */
64 #define I2C_CC32XX_PIN_05_I2C_SCL 0x504 /*!< PIN 5 is used for I2C_SCL */
65 #define I2C_CC32XX_PIN_06_I2C_SDA 0x505 /*!< PIN 6 is used for I2C_SDA */
[all …]
/Zephyr-Core-2.7.6/scripts/
Drequirements-extras.txt1 # EXTRAS: optional or useful for development/developers workflow
3 # used by twister for --test-tree option
6 # helper for developers - check git commit messages
9 # helper for developers
12 # Script used to build firmware images for NXP LPC MCUs.
15 # used by scripts/gen_cfb_font_header.py - helper script for user
18 # 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-Core-2.7.6/dts/bindings/net/wireless/
Dnordic,nrf-radio.yaml8 SoCs, which is available for use with Bluetooth, 802.15.4,
11 specifications for details).
45 applied to a particular antenna GPIO pin. For example, the pattern
50 affects the allowed pattern values. For example, when using four
70 * Guard: in this state, DFE prepares for reception or transmission
71 of CTE. For this state, DFE selects the antenna by applying
100 the correct value is provided for your target's SoC already.
106 Number of available antennas for the Direction Finding Extension.
115 Antenna switch pattern to be used for transmission of PDU before start
128 Pin select for DFE pin 0. This should only be set if dfe-supported
[all …]
/Zephyr-Core-2.7.6/dts/bindings/pwm/
Dnordic,nrf-sw-pwm.yaml11 Reference to TIMER or RTC instance for generating PWM output signals
24 Clock prescaler for RTC or TIMER used for generating PWM output signals.
26 RTC: needs to be set to 0, which gives 32768 Hz base clock for PWM
29 TIMER: 16 MHz / 2^prescaler base clock is used for PWM generation.
34 description: PPI base used for PPI index calculation used for PWM output generation
39 description: GPIOTE base used for GPIOTE index calculation used for PWM output generation
/Zephyr-Core-2.7.6/drivers/ethernet/
DKconfig.dsa11 Enable Distributed Switch Architecture support. For now it
20 bool "Enable support for KSZ8794"
23 Add support for KSZ8794 DSA device driver.
26 bool "Enable support for KSZ8863"
29 Add support for KSZ8863 DSA device driver.
32 bool "Enable support for tail tagging"
35 Add support for tail tagging on DSA device.
38 bool "Enable support for PHY SPI interface"
45 module-str = Log level for DSA
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
DKconfig31 # needed e.g. for unit tests. This default will also server as
35 Stack size needed for executing bt_send with specified driver.
53 # Hidden option for Co-Operative Tx thread priority
67 # needed e.g. for unit tests.
70 Headroom that the driver needs for sending and receiving buffers. Add a
71 new 'default' entry for each new driver.
75 # no need for the host to have its own RX thread.
93 default value is sufficient for basic operation, but if the
96 accommodate for that.
99 # Hidden option for Co-Operative Rx thread priority
[all …]
/Zephyr-Core-2.7.6/subsys/bluetooth/
DKconfig.iso15 This option enables support for Bluetooth Broadcast
18 # TODO: Split between broadcaster and observer for optimization
26 This option enables support for Bluetooth Broadcast
46 Number of buffers available for outgoing Isochronous channel SDUs.
53 Number of buffers available for fragments of TX buffers. Warning:
61 int "Maximum supported MTU for Isochronous TX buffers"
65 Maximum MTU for Isochronous channels TX buffers.
72 Number of buffers available for incoming Isochronous channel SDUs.
75 int "Maximum supported MTU for Isochronous RX buffers"
79 Maximum MTU for Isochronous channels RX buffers.
[all …]
/Zephyr-Core-2.7.6/subsys/canbus/isotp/
DKconfig11 Enable ISO TP support for CAN
28 int "Bs timeout [ms] (timeout for receiving the frame control)"
32 Timeout for the reception of the next FC frame. ISO 15765-2: 1000ms
43 int "Cr timeout [ms] (timeout for consecutive frames)"
51 bool "Require padding for received messages"
54 (for classic CAN) and unused bytes must be padded by the sending
61 bool "Enable padding for transmitted messages"
67 int "Number of data buffers for receiving data"
79 CAN_DL - 1 (for classic can : 8 - 1 = 7).
82 int "Number of SF and FF data buffers for receiving data"
[all …]
/Zephyr-Core-2.7.6/include/arch/riscv/
Dthread.h11 * This file contains definitions for
44 * (1 for interrupt stack guard: None)
45 * 4 for stacks guard: None
46 * 1 for RAM: RW
47 * 1 for other address space: RWX
57 * 1 for interrupt stack guard: None
58 * 1 for core state: R
59 * 1 for program and read only data: RX
60 * 1 for user thread stack: RW
65 * 1 for core state: R
[all …]
/Zephyr-Core-2.7.6/boards/arm/cc3220sf_launchxl/
Dpinmux.c4 * configure the device pins for different peripheral signals
27 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
50 * For the TI CC32XX port we leverage this output file
78 * driverlib pin defines. For example, I2C_CC32XX_PIN_01_I2C_SCL & 0xff = 0,
82 * value for the pin to operate in the I2C mode. For example, pin 1 is
85 #define I2C_CC32XX_PIN_01_I2C_SCL 0x100 /*!< PIN 1 is used for I2C_SCL */
86 #define I2C_CC32XX_PIN_02_I2C_SDA 0x101 /*!< PIN 2 is used for I2C_SDA */
87 #define I2C_CC32XX_PIN_03_I2C_SCL 0x502 /*!< PIN 3 is used for I2C_SCL */
88 #define I2C_CC32XX_PIN_04_I2C_SDA 0x503 /*!< PIN 4 is used for I2C_SDA */
[all …]
/Zephyr-Core-2.7.6/scripts/west_commands/zspdx/
Dscanner.py28 # number of lines to scan for SPDX-License-Identifier (0 = all)
32 # should we calculate SHA256 hashes for each Package's Files?
36 # should we calculate MD5 hashes for each Package's Files?
52 Scans the specified file for the first SPDX-License-Identifier:
57 - numLines: number of lines to scan for an expression before
61 log.dbg(f" - getting licenses for {filePath}")
66 for line in f:
101 Calculate the SPDX Package Verification Code for all files in the package.
108 for f in pkg.files.values():
120 to the custom license IDs set for this Document if it isn't.
[all …]
/Zephyr-Core-2.7.6/subsys/net/lib/dns/
DKconfig8 This option enables the DNS client side support for Zephyr
16 See RFC 6762 for details.
22 support. See RFC 4795 for details. LLMNR is typically used by Windows
32 Number of additional buffers available for the DNS resolver.
34 enables additional buffers required for multiple concurrent
48 int "Maximum number of IP addresses for DNS name"
67 Allow DNS IP addresses to be set in config file for
86 for the user.
119 module-str = Log level for DNS resolver
130 This option enables the mDNS responder support for Zephyr.
[all …]
/Zephyr-Core-2.7.6/samples/drivers/dac/
DREADME.rst18 overlays in :zephyr_file:`samples/drivers/dac/boards` for examples.
20 Building and Running for ST Nucleo L073RZ
22 The sample can be built and executed for the
31 Building and Running for ST Nucleo L152RE
33 The sample can be built and executed for the
42 Building and Running for ST Nucleo F767ZI
44 The sample can be built and executed for the
53 Building and Running for ST Disco F3
55 The sample can be built and executed for the
64 Building and Running for ST Nucleo F429ZI
[all …]
/Zephyr-Core-2.7.6/tests/benchmarks/app_kernel/src/
Dconfig.h15 /* flag for performing the Mailbox benchmark */
18 /* flag for performing the Sema benchmark */
21 /* flag for performing the FIFO benchmark */
24 /* flag for performing the Mutex benchmark */
27 /* flag for performing the Memory Map benchmark */
30 /* flag for performing the Memory Pool benchmark*/
33 /* flag for performing the Pipes benchmark */
36 /* flag for performing the Event benchmark */
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/
DKconfig11 This option adds logic for managing OMA LWM2M data
17 module-str = Log level for LWM2M library
35 Set the stack size for the LWM2M library engine (used for handling
42 Set the maximum message objects for the LWM2M library client
53 int "Room for CoAP header data"
60 int "Size of the validation buffer for the incoming data"
64 decode the resource value before validating it (applies for resources
65 for which validation callback has been registered). Set this value to
74 Set the maximum pending objects for the LWM2M library client
80 Set the maximum reply objects for the LWM2M library client
[all …]

12345678910>>...194