From 4a691cf2d8a9b4dccda54bb7a9bb304da0ed64e8 Mon Sep 17 00:00:00 2001 From: slaff Date: Wed, 4 Dec 2024 11:56:57 +0100 Subject: [PATCH] Small changes related to Pi Pico text. (#2919) --- README.md | 2 +- Sming/Arch/Rp2040/README.rst | 4 ++-- docs/source/index.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b35dca3b58..d97c030130 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/Sming/Arch/Rp2040/README.rst b/Sming/Arch/Rp2040/README.rst index de9dfe5a19..cf7fc1ae97 100644 --- a/Sming/Arch/Rp2040/README.rst +++ b/Sming/Arch/Rp2040/README.rst @@ -1,5 +1,5 @@ -Sming RP2040 Architecture -========================= +Sming Raspberry Pi Pico Architecture +==================================== .. highlight:: bash diff --git a/docs/source/index.rst b/docs/source/index.rst index 20ca4cb497..f9936d2f39 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 `: :doc:`ESP8266 `, :doc:`ESP32 `, -:doc:`RP2040 `, +:doc:`Raspberry Pi Pico-series (both RP2040 and RP2350) `, and :doc:`Host Emulation `. |samples|_