Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small changes to Pi Pico related text. #2919

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading