Lines Matching +full:ws2812 +full:- +full:spi

7 It is equipped with an RP2040 SoC, an on-board WS2812 addressable
9 to be flashed without any adapter, in a drag-and-drop manner.
16 The Seeed Studio XIAO RP2040 is a low-power microcontroller that
17 carries the powerful Dual-core RP2040 processor with a flexible
19 on-board Flash memory.
23 1 UART interface, 1 SPI interface, 1 SWD Bonding pad interface.
31 .. list-table::
32 :header-rows: 1
34 * - Peripheral
35 - Kconfig option
36 - Devicetree compatible
37 * - NVIC
38 - N/A
39 - :dtcompatible:`arm,v6m-nvic`
40 * - UART
41 - :kconfig:option:`CONFIG_SERIAL`
42 - :dtcompatible:`raspberrypi,pico-uart`
43 * - GPIO
44 - :kconfig:option:`CONFIG_GPIO`
45 - :dtcompatible:`raspberrypi,pico-gpio`
46 * - ADC
47 - :kconfig:option:`CONFIG_ADC`
48 - :dtcompatible:`raspberrypi,pico-adc`
49 * - I2C
50 - :kconfig:option:`CONFIG_I2C`
51 - :dtcompatible:`snps,designware-i2c`
52 * - SPI
53 - :kconfig:option:`CONFIG_SPI`
54 - :dtcompatible:`raspberrypi,pico-spi`
55 * - USB Device
56 - :kconfig:option:`CONFIG_USB_DEVICE_STACK`
57 - :dtcompatible:`raspberrypi,pico-usbd`
58 * - HWINFO
59 - :kconfig:option:`CONFIG_HWINFO`
60 - N/A
61 * - Watchdog Timer (WDT)
62 - :kconfig:option:`CONFIG_WATCHDOG`
63 - :dtcompatible:`raspberrypi,pico-watchdog`
64 * - PWM
65 - :kconfig:option:`CONFIG_PWM`
66 - :dtcompatible:`raspberrypi,pico-pwm`
67 * - Flash
68 - :kconfig:option:`CONFIG_FLASH`
69 - :dtcompatible:`raspberrypi,pico-flash-controller`
70 * - Clock controller
71 - :kconfig:option:`CONFIG_CLOCK_CONTROL`
72 - :dtcompatible:`raspberrypi,pico-clock-controller`
73 * - UART (PIO)
74 - :kconfig:option:`CONFIG_SERIAL`
75 - :dtcompatible:`raspberrypi,pico-uart-pio`
85 ----------------------------------
87 .. rst-class:: rst-columns
89 - UART0_TX : P0
90 - UART0_RX : P1
91 - I2C1_SDA : P6
92 - I2C1_SCL : P7
93 - SPI0_RX : P4
94 - SPI0_SCK : P2
95 - SPI0_TX : P3
115 ---------
127 .. target-notes::
129 .. _`Seeed Studio XIAO RP2040`: https://wiki.seeedstudio.com/XIAO-RP2040/