mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Fixes to RP2040 SMART flash and documentation
This commit is contained in:
@@ -156,6 +156,12 @@ nsh
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps).
|
||||
|
||||
nsh-flash
|
||||
---------
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps
|
||||
with SMART flash filesystem.
|
||||
|
||||
nshsram
|
||||
-------
|
||||
|
||||
|
||||
@@ -132,6 +132,12 @@ nsh
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps).
|
||||
|
||||
nsh-flash
|
||||
---------
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps
|
||||
with SMART flash filesystem.
|
||||
|
||||
nshsram
|
||||
-------
|
||||
|
||||
|
||||
@@ -100,6 +100,12 @@ nsh
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART1, at 115200 bps).
|
||||
|
||||
nsh-flash
|
||||
---------
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps
|
||||
with SMART flash filesystem.
|
||||
|
||||
nshsram
|
||||
-------
|
||||
|
||||
|
||||
@@ -97,6 +97,12 @@ nsh
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps).
|
||||
|
||||
nsh-flash
|
||||
---------
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps
|
||||
with SMART flash filesystem.
|
||||
|
||||
nshsram
|
||||
-------
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
===============================
|
||||
Raspberry Pi Pico
|
||||
Raspberry Pi Pico W
|
||||
===============================
|
||||
|
||||
The `Raspberry Pi Pico <https://www.raspberrypi.com/products/raspberry-pi-pico/>`_ is a general purpose board supplied by
|
||||
@@ -38,6 +38,7 @@ Buttons and LEDs
|
||||
================
|
||||
|
||||
LED controlled by GPIO0 of the wireless chip (not the RP2040 processor).
|
||||
Use rp2040_extra_gpio_put(0,value) to control this LED.
|
||||
|
||||
A BOOTSEL button, which if held down when power is first
|
||||
applied to the board, will cause the RP2040 to boot into programming
|
||||
@@ -179,6 +180,12 @@ nsh
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps).
|
||||
|
||||
nsh-flash
|
||||
---------
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps
|
||||
with SMART flash filesystem.
|
||||
|
||||
nshsram
|
||||
-------
|
||||
|
||||
|
||||
@@ -158,6 +158,12 @@ nsh
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps).
|
||||
|
||||
nsh-flash
|
||||
---------
|
||||
|
||||
Basic NuttShell configuration (console enabled in UART0, at 115200 bps
|
||||
with SMART flash filesystem.
|
||||
|
||||
nshsram
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user