Home
last modified time | relevance | path

Searched refs:V2 (Results 1 – 25 of 153) sorted by relevance

1234567

/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DKconfig14 layer which allows applications using CMSIS RTOS V2 APIs to build
19 int "Maximum thread count in CMSIS RTOS V2 application"
23 Mention max number of threads in CMSIS RTOS V2 compliant application.
28 int "Maximum dynamic thread count in CMSIS RTOS V2 application"
32 Mention max number of dynamic threads in CMSIS RTOS V2 compliant
38 int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
42 Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
45 int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application"
49 Mention dynamic stack size threads are allocated in CMSIS RTOS V2 application.
52 int "Maximum timer count in CMSIS RTOS V2 application"
[all …]
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/
Dindex.rst6 The Makerbase MKS CANable V2.0 board features an ARM Cortex-M4 based STM32G431C8 MCU
8 Here are some highlights of the MKS CANable V2.0 board:
21 More information about the board can be found at the `MKS CANable V2.0 website`_.
22 It is very advisable to take a look in on user manual `MKS CANable V2.0 User Manual`_ and
23 schematic `MKS CANable V2.0 schematic`_ before start.
73 For more details please refer to `MKS CANable V2.0 schematic`_.
78 The MKS CANable V2.0 system clock is driven by internal high speed oscillator.
87 MKS CANable V2.0 board includes an SWDIO debug connector header J4.
102 Flashing an application to MKS CANable V2.0
105 The debugger shall be wired to MKS CANable V2.0 board's J4 connector
[all …]
/Zephyr-latest/drivers/gpio/
DKconfig.xec14 bool "XEC Microchip GPIO driver V2"
18 Enable the Microchip XEC gpio V2 driver.
DKconfig.it8xxx212 bool "ITE IT8XXX2 GPIO driver V2"
16 Enable driver for the ite GPIO V2 controller.
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst2 :name: Dining Philosophers (CMSIS RTOS V2 APIs)
4 Implement a solution to the Dining Philosophers problem using CMSIS RTOS V2.
10 multi-thread synchronization problem) using CMSIS RTOS V2 APIs. This particular
13 which uses CMSIS RTOS V2 API implementation in Zephyr.
54 CMSIS RTOS V2 APIs. This particular implementation demonstrates the
/Zephyr-latest/drivers/dma/
DKconfig.stm3217 Driver for STM32 DMA V1, V2, V2bis and BDMA types.
42 Enable DMA V2 or DMA V2bis support. With the versions V2 of DMA, the
44 With the versions V2 bis of DMA, the peripheral request (slot) is not
/Zephyr-latest/drivers/crypto/
DKconfig.it8xxx216 bool "ITE IT8XXX2 SHA V2 driver"
21 Enable ITE IT8XXX2 SHA V2 driver.
/Zephyr-latest/samples/boards/st/i2c_timing/
DREADME.rst2 :name: I2C V2 timings
5 Retrieve I2C V2 timings at runtime.
17 In case of the I2C V2, the I2C peripheral of the STM32 microcontrollers have
23 Because the code sequence to calculate the I2C V2 TIMING value is heavy,
/Zephyr-latest/boards/google/twinkie_v2/doc/
Dindex.rst6 Google Twinkie V2 is a reference board for the google power delivery analyzer
7 (PDA) Twinkie V2.
/Zephyr-latest/boards/innblue/innblue22/
DKconfig.innblue221 # nRF9160 innblue V2.2 board configuration
/Zephyr-latest/boards/innblue/innblue21/
DKconfig.innblue211 # nRF9160 innblue V2.1 board configuration
/Zephyr-latest/boards/bcdevices/plt_demo_v2/
DKconfig.blueclover_plt_demo_v21 # Blue Clover PLT Demo V2 Configuration
DKconfig.defconfig1 # Blue Clover PLT Demo V2 Configuration
Dblueclover_plt_demo_v2_nrf52832_defconfig1 # Kconfig - Blue Clover PLT Demo V2 Configuration
/Zephyr-latest/boards/weact/blackpill_f411ce/doc/
Dindex.rst6 The WeAct Black Pill V2.0 Board is an extremely low cost and bare-bones
15 The STM32F411CE based Black Pill V2.0+ Board provides the following
77 :alt: Black Pill V2.0+ Pinout
92 change for V2.0 specifically where MISO was routed to PB4 for the flash footprint.
93 This was reverted for V2.1+ so that the flash DO pin was routed back to PA6. If using
94 V2.0 and en external flash, the pinmux will need to be modified accordingly.
162 https://stm32-base.org/boards/STM32F411CEU6-WeAct-Black-Pill-V2.0.html
/Zephyr-latest/boards/arm/v2m_beetle/
DKconfig.v2m_beetle6 # V2M (V2 = Versatile Express, M = Motherboard)
/Zephyr-latest/boards/weact/blackpill_f411ce/
DKconfig.defconfig4 # F411CE based Black Pill V2.0+ board board configuration
/Zephyr-latest/boards/bcdevices/plt_demo_v2/doc/
Dindex.rst6 The Blue Clover PLT Demo V2 is an open source (OSWHA certified) hardware
44 The Blue Clover PLT Demo V2 board configuration supports the
139 .. _Blue Clover PLT Demo V2 Product site:
142 .. _Blue Clover PLT Demo V2 OSWHA Certification:
/Zephyr-latest/boards/starfive/visionfive2/
Dvisionfive2.dts12 model = "StarFive VisionFive V2";
/Zephyr-latest/drivers/sensor/adi/adltc2990/
Dadltc2990.h17 V2, enumerator
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/
Dheltec_wifi_lora32_v2_appcpu.dts12 model = "Heltec Wi-Fi Lora32 V2 APPCPU";
/Zephyr-latest/drivers/i2c/
DKconfig.xec20 Enable the Microchip XEC I2C V2 driver.
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/
DREADME.rst2 :name: Synchronization using CMSIS RTOS V2 APIs
9 CMSIS RTOS V2 APIs.
/Zephyr-latest/boards/st/stm32f0_disco/doc/
Dindex.rst7 integrates the ST-LINK/V2-1 debugger and programmer. It also comes with a
20 - On-board ST-LINK/V2 with selection mode switch to use the kit as a standalone
21 ST-LINK/V2 (with SWD connector for programming and debugging)
90 STM32F0DISCOVERY board includes an ST-LINK/V2-1 embedded debug tool interface.
/Zephyr-latest/boards/st/nucleo_f302r8/doc/
Dindex.rst17 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
20 - 5 V from ST-LINK/V2-1 USB VBUS
132 on-board ST-LINK/V2-1 debugger/programmer.
144 The Nucleo F302R8 board includes an ST-LINK/V2-1 embedded debug tool interface.

1234567