From 627eb089422d27c0f31c52c6a1a0578a06b5d7ac Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Tue, 23 Nov 2021 12:11:02 +0900 Subject: [PATCH] boards/raspberrypi-pico: Fix some typos in README.txt This patch fixes some spelling typos in README.txt --- boards/arm/rp2040/raspberrypi-pico/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/rp2040/raspberrypi-pico/README.txt b/boards/arm/rp2040/raspberrypi-pico/README.txt index bb1a3abfca..392335525d 100644 --- a/boards/arm/rp2040/raspberrypi-pico/README.txt +++ b/boards/arm/rp2040/raspberrypi-pico/README.txt @@ -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