You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/11/23 04:34:46 UTC

[incubator-nuttx] branch master updated: boards/raspberrypi-pico: Fix some typos in README.txt

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 627eb08  boards/raspberrypi-pico: Fix some typos in README.txt
627eb08 is described below

commit 627eb089422d27c0f31c52c6a1a0578a06b5d7ac
Author: Masanari Iida <st...@gmail.com>
AuthorDate: Tue Nov 23 12:11:02 2021 +0900

    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 bb1a3ab..3923355 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