Skip to content

Commit 207a815

Browse files
committed
boards: pico_spe: update based on review feedback
fixed documentation files based on review feedback Signed-off-by: Frank Bintakies <[email protected]>
1 parent 99163a8 commit 207a815

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

boards/kws/pico_spe/board.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
board:
22
name: pico_spe
3-
full_name: SinglePairEthernet Pico
3+
full_name: Pico-SPE
44
vendor: kws
55
socs:
66
- name: rp2040
-68.5 KB
Binary file not shown.
24.3 KB
Loading

boards/kws/pico_spe/doc/index.rst

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
.. _pico_spe:
2-
3-
Pico-SPE
4-
#################
1+
.. :zephyr:board:: pico_spe
52
63
Overview
74
********
85

96
The Pico-SPE is a small, low-cost, versatile boards from
107
KWS 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
129
Microchip LAN8651 10Base-T1S module. The USB bootloader allows the
1310
ability to flash without any adapter, in a drag-and-drop manner.
1411
It 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-
4130
Supported Features
4231
==================
4332

@@ -136,7 +125,7 @@ can be found at :zephyr_file:`drivers/serial/uart_rpi_pico_pio.c`.
136125
Sample: 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
140129
demonstration of using the PIO SPI driver to communicate with an
141130
environmental sensor. The PIO SPI driver supports using any
142131
combination 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

174163
Create a file in /etc/udev.rules.d with any name, and write the line below.
175164

0 commit comments

Comments
 (0)