1- .. _pico_spe :
2-
3- Pico-SPE
4- #################
1+ .. :zephyr:board:: pico_spe
52
63 Overview
74********
85
96The Pico-SPE is a small, low-cost, versatile boards from
107KWS Computersysteme Gmbh. They are equipped with an RP2040 SoC, an on-board LED,
11- a USB connector, an SWD interface. The Pico-SPE Additionally contains an
8+ a USB connector, an SWD interface. The Pico-SPE additionally contains an
129Microchip LAN8651 10Base-T1S module. The USB bootloader allows the
1310ability to flash without any adapter, in a drag-and-drop manner.
1411It is also possible to flash and debug the boards with their SWD interface,
@@ -30,14 +27,6 @@ Hardware
3027- 1 Watchdog timer peripheral
3128- Microchip LAN8651 10Base-T1S
3229
33-
34- .. figure :: img/pico_spe.png
35- :align: center
36- :alt: Pico-SPE
37-
38- Pico-SPE(above)
39- (Images courtesy of KWS Computersysteme Gmbh)
40-
4130Supported Features
4231==================
4332
@@ -136,7 +125,7 @@ can be found at :zephyr_file:`drivers/serial/uart_rpi_pico_pio.c`.
136125Sample: SPI via PIO
137126====================
138127
139- The :zephyr_file: ` samples/sensor/ bme280/README.rst ` sample includes a
128+ The :zephyr:code-sample: ` bme280 ` sample includes a
140129demonstration of using the PIO SPI driver to communicate with an
141130environmental sensor. The PIO SPI driver supports using any
142131combination of GPIO pins for an SPI bus, as well as allowing up to
@@ -169,7 +158,7 @@ Here is an example of building and flashing the :zephyr:code-sample:`blinky` app
169158 Using OpenOCD
170159-------------
171160
172- To use CMSIS-DAP, You must configure **udev **.
161+ To use CMSIS-DAP, you must configure **udev **.
173162
174163Create a file in /etc/udev.rules.d with any name, and write the line below.
175164
0 commit comments