Skip to content

Commit

Permalink
Small changes related to Pi Pico text. (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Dec 4, 2024
1 parent 5e50be4 commit 4a691cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sming

Sming is an asynchronous embedded C++ framework with superb performance and multiple network features.
Sming is [open source](LICENSE), modular and supports [multiple architectures](https://sming.readthedocs.io/en/latest/features.html) including ESP8266, ESP32 and RP2040.
Sming is [open source](LICENSE), modular and supports [multiple architectures](https://sming.readthedocs.io/en/latest/features.html) including ESP8266, ESP32 and Raspberry Pi Pico (both RP2040 and RP2350).

[![Examples](https://github.com/SmingHub/Sming/wiki/images/small/combine.png)](https://github.com/SmingHub/Sming/wiki/examples)

Expand Down
4 changes: 2 additions & 2 deletions Sming/Arch/Rp2040/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sming RP2040 Architecture
=========================
Sming Raspberry Pi Pico Architecture
====================================

.. highlight:: bash

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sming is an asynchronous embedded C++ framework with superb performance and mult
Sming is open source, modular and supports :doc:`multiple architectures <features>`:
:doc:`ESP8266 </_inc/Sming/Arch/Esp8266/README>`,
:doc:`ESP32 </_inc/Sming/Arch/Esp32/README>`,
:doc:`RP2040 </_inc/Sming/Arch/Rp2040/README>`,
:doc:`Raspberry Pi Pico-series (both RP2040 and RP2350) </_inc/Sming/Arch/Rp2040/README>`,
and :doc:`Host Emulation </_inc/Sming/Arch/Host/README>`.

|samples|_
Expand Down

0 comments on commit 4a691cf

Please sign in to comment.