boards/raspberrypi-pico: Fix some typos in README.txt

This patch fixes some spelling typos in README.txt
This commit is contained in:
Masanari Iida 2021-11-23 12:11:02 +09:00 committed by Xiang Xiao
parent 33044cdd10
commit 627eb08942
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ This directory contains the port of NuttX to the Raspberry Pi Pico.
See https://www.raspberrypi.org/products/raspberry-pi-pico/ for information
about Raspberry Pi Pico.
Currently only the following devices are suppored.
Currently only the following devices are supported.
Supported:
- UART (console port)
@ -153,7 +153,7 @@ Defconfigs
USB MSC and CDC/ACM support
`msconn` and `sercon` commands enable the MSC and CDC/ACM devices.
The MSC support provides the interface to the SD card with SPI,
so the SD card slot connection like spisd configuraion is requied.
so the SD card slot connection like spisd configuration is required.
- composite
USB composite device (MSC + CDC/ACM) support