Home
last modified time | relevance | path

Searched +full:tx +full:- +full:high +full:- +full:power +full:- +full:supported (Results 1 – 25 of 186) sorted by relevance

12345678

/Zephyr-latest/soc/espressif/common/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
13 ESP32 SoC has multiple revisions, some of which are not supported by the current
24 Please note that this method brings the system up with all memories set-up, but
36 int "Stack size of the high resolution ESP Timer"
39 Set the stack size for the internal high resolution ESP Timer
40 used in Wi-Fi and BLE peripherals.
43 int "Task priority of the high resolution ESP Timer"
46 Set the task priority for the internal high resolution ESP Timer
47 used in Wi-Fi and BLE peripherals.
52 int "Max Wi-Fi/BLE TX power (dBm)"
[all …]
/Zephyr-latest/drivers/serial/
DKconfig.nrfx_uart_instance4 # SPDX-License-Identifier: Apache-2.0
23 depends on !$(dt_nodelabel_bool_prop,uart$(nrfx_uart_num),endtx-stoptx-supported)
29 When enabled, polling out does not trigger interrupt which stops TX.
62 that with higher speeds and/or high cpu load some data can be lost.
70 bool "Low power mode"
76 When enabled, UARTE is enabled before each TX or RX usage and disabled
78 power consumption. It is only feasible if receiver is not always on.
79 This option is irrelevant when device power management (PM) is enabled
88 def_bool $(dt_nodelabel_has_prop,uart$(nrfx_uart_num),memory-regions)
95 int "TX cache buffer size"
[all …]
/Zephyr-latest/boards/st/nucleo_wl55jc/
Dnucleo_wl55jc.dts2 * Copyright (c) 2020-2024 STMicroelectronics
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/wl/stm32wl55jcix-pinctrl.dtsi>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 model = "STMicroelectronics STM32WL55JC-NUCLEO board";
16 compatible = "st,stm32wl55-nucleo";
20 zephyr,shell-uart = &lpuart1;
23 zephyr,code-partition = &slot0_partition;
27 compatible = "gpio-leds";
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Drenesas,ra-pincrl-pfs.yaml2 # SPDX-License-Identifier: Apache-2.0
19 /* You can put this in places like a board-pinctrl.dtsi file in
23 /* include pre-defined combinations for the SoC variant used by the board */
24 #include <dt-bindings/pinctrl/renesas/pinctrl-ra.h>
30 /* tx */
32 drive-strength = "medium";
50 pins, such as the 'input-enable' property in group 2. Here is a list of
51 supported standard pin properties:
53 - bias-disable: Disable pull-up/down (default, not required).
54 - bias-pull-up: Enable pull-up resistor.
[all …]
/Zephyr-latest/dts/bindings/net/wireless/
Dnordic,nrf-radio.yaml2 # SPDX-License-Identifier: Apache-2.0
15 Front-End Module (FEM) support
16 ------------------------------
18 External front-end modules are range extenders used for boosting
27 nrf_radio_fem: my-fem {
32 Currently supported "compatible" properties for the FEM node are:
34 - generic-fem-two-ctrl-pins
35 - nordic,nrf21540-fem
41 ---------------------------
44 The 'dfe-supported' property will be set when it is available.
[all …]
/Zephyr-latest/boards/st/stm32wb5mmg/doc/
Dstm32wb5mmg.rst6 STM32WB5MMG is an ultra-low-power and small form factor certified 2.4 GHz
10 module on other boards as HCI layer (Specefically B-U585I-IOT02A Development board).
14 - Bluetooth module in SiP-LGA86 package
15 - Integrated chip antenna
16 - Bluetooth|reg| Low Energy 5.4, Zigbee|reg| 3.0, OpenThread certified
18 - IEEE 802.15.4-2011 MAC PHY Supports 2 Mbits/s
19 - Frequency band 2402-2480 MHz
20 - Advertising extension
21 - Tx output power up to +6 dBm
22 - Rx sensitivity: -96 dBm (Bluetooth|reg| Low Energy at 1 Mbps), -100 dBm (802.15.4)
[all …]
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp1 # Copyright 2022-2024 NXP
2 # SPDX-License-Identifier: Apache-2.0
5 bool "NXP Wi-Fi driver support"
14 Enable NXP SoC Wi-Fi support.
28 bool "Custom NXP Wi-Fi part"
30 Customize NXP Wi-Fi chip support.
33 prompt "Select NXP Wi-Fi part"
36 Choose NXP Wi-Fi chip support.
39 bool "NXP RW610-based Chipset"
44 Select this option if you have a NXP RW610-based
[all …]
/Zephyr-latest/boards/st/stm32wb5mm_dk/doc/
Dstm32wb5mm_dk.rst6 The STM32WB5MM-DK Discovery kit is designed as a complete demonstration
8 on the Arm |reg| Cortex |reg|-M4 and Arm |reg| Cortex |reg|-M0+ cores.
9 The STM32 device is a multi-protocol wireless and ultra-low-power device
10 embedding a powerful and ultra-low-power radio compliant with the
12 IEEE 802.15.4-2011.
15 STM32WB5MM-DK supports the following features:
17 * STM32WB5MMG (1-Mbyte Flash memory, 256-Kbyte SRAM)
18 - Dual-core 32‑bit (Arm |reg| Cortex |reg|-M4 and M0+)
19 - 2.4 GHz RF transceiver
20 - 0.96-inch 128x64 OLED display
[all …]
/Zephyr-latest/boards/st/stm32f769i_disco/doc/
Dindex.rst7 from audio, multi-sensor support, graphics, security, security, video,
8 and high-speed connectivity features. Important board features include:
10 - STM32F769NIH6 microcontroller featuring 2 Mbytes of Flash memory and 512 Kbytes of RAM, in BGA216…
11 - On-board ST-LINK/V2-1 supporting USB reenumeration capability
12 - USB ST-LINK functions: virtual COM port, mass storage, debug port
13 - Five power supply options:
15 - ST LINK/V2-1
16 - USB HS connector
17 - 5 V from RJ45 (Power Over Ethernet)
18 - 5 V from Arduino™ or external connector
[all …]
/Zephyr-latest/boards/adi/max32690fthr/doc/
Dindex.rst7 implement ultra low-power wireless solutions using MAX32690 Arm© Cortex®-M4F
9 for battery and power management. The form factor is a small 0.9in x 2.6in
10 dual-row header footprint that is compatible with Adafruit Feather Wing
16 - MAX32690 MCU:
18 - Ultra-Efficient Microcontroller for Battery-Powered Applications
20 - 120MHz Arm Cortex-M4 Processor with FPU
21 - 7.3728MHz and 60MHz Low-Power Oscillators
22 - External Crystal Support (32MHz required for BLE)
23 - 32.768kHz RTC Clock (Requires External Crystal)
24 - 8kHz Always-On Ultra-Low Power Oscillator
[all …]
/Zephyr-latest/boards/st/nucleo_f756zg/doc/
Dindex.rst6 The STM32 Nucleo-144 boards offer combinations of performance and power that
8 out new concepts. For compatible boards, the SMPS significantly reduces power
11 The Arduino-compatible ST Zio connector expands functionality of the Nucleo
15 The STM32 Nucleo-144 board does not require any separate probe as it integrates
16 the ST-LINK/V2-1 debugger/programmer.
18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
23 - STM32 microcontroller in LQFP144 package
24 - Ethernet compliant with IEEE-802.3-2002 (depending on STM32 support)
25 - USB OTG or full-speed device (depending on STM32 support)
26 - 3 user LEDs
[all …]
/Zephyr-latest/boards/st/nucleo_f334r8/doc/
Dindex.rst5 STM32 Nucleo-64 development board with STM32F334R8 MCU, supports Arduino and ST morpho connectivity.
9 combinations of performance, power consumption and features.
15 The STM32 Nucleo board does not require any separate probe as it integrates the ST-LINK/V2-1
27 - STM32 microcontroller in QFP64 package
28 - Two types of extension resources:
30 - Arduino* Uno V3 connectivity
31 - ST morpho extension pin headers for full access to all STM32 I/Os
33 - ARM* mbed*
34 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
36 - Selection-mode switch to use the kit as a standalone ST-LINK/V2-1
[all …]
/Zephyr-latest/boards/adi/max32655fthr/doc/
Dindex.rst6 ultra low-power wireless solutions using MAX32655 Arm© Cortex®-M4F and Bluetooth® 5.2 Low Energy (L…
7 The board also includes the MAX20303 PMIC for battery and power management.
8 The form factor is a small 0.9in x 2.6in dual-row header footprint that is compatible
12 The MAX32655FTHR provides a power-optimized flexible platform for quick proof-of-concepts and
34 - MAX32655 MCU:
36 - Ultra-Low-Power Wireless Microcontroller
37 - Internal 100MHz Oscillator
38 - Flexible Low-Power Modes with 7.3728MHz System Clock Option
39 - 512KB Flash and 128KB SRAM (Optional ECC on One 32KB SRAM Bank)
40 - 16KB Instruction Cache
[all …]
/Zephyr-latest/boards/st/stm32g081b_eval/doc/
Dindex.rst5 The STM32G081B-EVAL Evaluation board is a high-end development platform, for
6 Arm Cortex-M0+ core-based STM32G081RBT6 microcontroller, with USB Type-C and
7 power delivery controller interfaces (UCPD), compliant with USB type-C r1.2
9 one 12-bit ADC, two 12-bit DACs, two GP comparators, two LP timers, internal
11 hardware features on the STM32G081B-EVAL Evaluation board includes a mother
12 board, a legacy peripheral daughterboard and a USB-C and Power Delivery
13 daughterboard, which help to evaluate all peripherals (USB Type-C connector
19 The board integrates an ST-LINK/V2-1 as an embedded in-circuit debugger and
24 The USB-C and Power Delivery daughterboard
25 features two independent USB-C ports controlled by an STM32G0. USB-C port 1
[all …]
/Zephyr-latest/boards/st/nucleo_l053r8/doc/
Dindex.rst5 The STM32 Nucleo-64 development board with STM32L053R8 MCU, supports Arduino and ST morpho connecti…
9 combinations of performance, power consumption, and features.
15 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer.
26 - STM32 microcontroller in QFP64 package
27 - Two types of extension resources:
29 - Arduino* Uno V3 connectivity
30 - ST morpho extension pin headers for full access to all STM32 I/Os
32 - ARM* mbed*
33 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
35 - Selection-mode switch to use the kit as a standalone ST-LINK/V2-1
[all …]
/Zephyr-latest/boards/st/nucleo_l496zg/doc/
Dindex.rst6 The Nucleo L496ZG board features an ARM Cortex-M4 based STM32L496ZG MCU
11 - STM32 microcontroller in QFP144 package
12 - USB OTG FS with Micro-AB connector
13 - Two types of extension resources:
15 - Arduino Uno V3 connectivity
16 - ST morpho extension pin headers for full access to all STM32 I/Os
18 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
19 - Flexible board power supply:
21 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
22 - Power management access point
[all …]
/Zephyr-latest/boards/st/nucleo_l4a6zg/doc/
Dindex.rst6 The Nucleo L4A6ZG board features an ARM Cortex-M4 based STM32L4A6ZG MCU
11 - STM32 microcontroller in QFP144 package
12 - USB OTG FS with Micro-AB connector
13 - Two types of extension resources:
15 - Arduino Uno V3 connectivity
16 - ST morpho extension pin headers for full access to all STM32 I/Os
18 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
19 - Flexible board power supply:
21 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
22 - Power management access point
[all …]
/Zephyr-latest/boards/st/nucleo_l476rg/doc/
Dindex.rst6 The Nucleo L476RG board features an ARM Cortex-M4 based STM32L476RG MCU
11 - STM32 microcontroller in QFP64 package
12 - Two types of extension resources:
14 - Arduino Uno V3 connectivity
15 - ST morpho extension pin headers for full access to all STM32 I/Os
17 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
18 - Flexible board power supply:
20 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
21 - Power management access point
23 - Three LEDs: USB communication (LD1), user LED (LD2), power LED (LD3)
[all …]
/Zephyr-latest/boards/st/nucleo_f746zg/doc/
Dindex.rst6 The STM32 Nucleo-144 boards offer combinations of performance and power that
8 out new concepts. For compatible boards, the SMPS significantly reduces power
11 The Arduino-compatible ST Zio connector expands functionality of the Nucleo
15 The STM32 Nucleo-144 board does not require any separate probe as it integrates
16 the ST-LINK/V2-1 debugger/programmer.
18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
23 - STM32 microcontroller in LQFP144 package
24 - Ethernet compliant with IEEE-802.3-2002 (depending on STM32 support)
25 - USB OTG or full-speed device (depending on STM32 support)
26 - 3 user LEDs
[all …]
/Zephyr-latest/boards/st/nucleo_f767zi/doc/
Dindex.rst6 The STM32 Nucleo-144 F767ZI boards offer combinations of performance and
7 power that provide an affordable and flexible way for users to build
9 significantly reduces power consumption in Run mode.
11 The Arduino-compatible ST Zio connector expands functionality of the Nucleo
15 The STM32 Nucleo-144 board does not require any separate probe as it integrates
16 the ST-LINK/V2-1 debugger/programmer.
18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
23 - STM32 microcontroller in LQFP144 package
24 - Ethernet compliant with IEEE-802.3-2002 (depending on STM32 support)
25 - USB OTG or full-speed device (depending on STM32 support)
[all …]
/Zephyr-latest/boards/st/nucleo_h723zg/doc/
Dindex.rst6 The STM32 Nucleo-144 board provides an affordable and flexible way for users
8 of performance and power consumption features, provided by the STM32 microcontroller.
9 For the compatible boards, the internal or external SMPS significantly reduces power
15 The STM32 Nucleo-144 board does not require any separate probe as it integrates
16 the ST-LINK V3 debugger/programmer.
18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
23 - STM32 microcontroller in LQFP144 package
24 - Ethernet compliant with IEEE-802.3-2002 (depending on STM32 support)
25 - USB OTG or full-speed device (depending on STM32 support)
26 - 3 user LEDs
[all …]
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spis.c4 * SPDX-License-Identifier: Apache-2.0
65 const struct spi_nrfx_config *dev_config = dev->config; in configure()
66 struct spi_nrfx_data *dev_data = dev->data; in configure()
67 struct spi_context *ctx = &dev_data->ctx; in configure()
74 if (spi_cfg->operation & SPI_HALF_DUPLEX) { in configure()
75 LOG_ERR("Half-duplex not supported"); in configure()
76 return -ENOTSUP; in configure()
79 if (SPI_OP_MODE_GET(spi_cfg->operation) == SPI_OP_MODE_MASTER) { in configure()
80 LOG_ERR("Master mode is not supported on %s", dev->name); in configure()
81 return -EINVAL; in configure()
[all …]
/Zephyr-latest/boards/st/nucleo_f070rb/doc/
Dindex.rst5 The STM32 Nucleo-64 development board with STM32F070RB MCU, supports Arduino and ST morpho connecti…
9 combinations of performance, power consumption, and features.
15 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer.
26 - STM32 microcontroller in QFP64 package
27 - Two types of extension resources:
29 - Arduino* Uno V3 connectivity
30 - ST morpho extension pin headers for full access to all STM32 I/Os
32 - ARM* mbed*
33 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
35 - Selection-mode switch to use the kit as a standalone ST-LINK/V2-1
[all …]
/Zephyr-latest/boards/st/nucleo_h753zi/doc/
Dindex.rst6 The STM32 Nucleo-144 boards offer combinations of performance and power that
8 out new concepts. For compatible boards, the SMPS (Switched-Mode Power Supply)
9 significantly reduces power consumption in Run mode.
11 The Arduino-compatible ST Zio connector expands functionality of the Nucleo
15 The STM32 Nucleo-144 board does not require any separate probe as it integrates
16 the ST-LINK/V2-1 debugger/programmer.
18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
23 - STM32 microcontroller in LQFP144 package
24 - Ethernet compliant with IEEE-802.3-2002 (depending on STM32 support)
25 - USB OTG or full-speed device (depending on STM32 support)
[all …]
/Zephyr-latest/dts/arm/renesas/smartbond/
Dda1469x.dtsi3 * SPDX-License-Identifier: Apache-2.0
6 #include <arm/armv8-m.dtsi>
9 #include <zephyr/dt-bindings/gpio/gpio.h>
10 #include <zephyr/dt-bindings/adc/smartbond-adc.h>
11 #include <zephyr/dt-bindings/pinctrl/smartbond-pinctrl.h>
12 #include <zephyr/dt-bindings/dma/dma_smartbond.h>
17 zephyr,flash-controller = &flash_controller;
21 compatible = "zephyr,lvgl-pointer-input";
25 #address-cells = <1>;
26 #size-cells = <0>;
[all …]

12345678