From cd62d2cd84176cd7a70ea164e34a3f2245c1fbd1 Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Wed, 6 Dec 2023 21:10:16 +0100 Subject: [PATCH 1/4] Added embassy in the wild docs page with two projects --- docs/modules/ROOT/nav.adoc | 1 + docs/modules/ROOT/pages/embassy_in_the_wild.adoc | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 docs/modules/ROOT/pages/embassy_in_the_wild.adoc diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 8d7f6f411..f79e1d54a 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -12,4 +12,5 @@ * xref:examples.adoc[Examples] * xref:developer.adoc[Developer] ** xref:developer_stm32.adoc[Developer: STM32] +* xref:embassy_in_the_wild.adoc[Embassy in the wild] * xref:faq.adoc[Frequently Asked Questions] diff --git a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc new file mode 100644 index 000000000..c1c09c38a --- /dev/null +++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc @@ -0,0 +1,8 @@ += Embassy in the wild! + +Here are known examples of real-world projects which make use of Embassy. Feel free to link:https://github.com/embassy-rs/embassy/blob/main/docs/modules/ROOT/pages/embassy_in_the_wild.adoc[add more]! + +* link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] +** Targets some STM32 MCUs +* link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] +** Targets the ESP32-S3 MCU \ No newline at end of file From 10c9e2e7238f07665333264afa132736cee09f8d Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Wed, 6 Dec 2023 21:11:34 +0100 Subject: [PATCH 2/4] Added description for Card/IO --- docs/modules/ROOT/pages/embassy_in_the_wild.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc index c1c09c38a..a69aa701e 100644 --- a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc +++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc @@ -4,5 +4,5 @@ Here are known examples of real-world projects which make use of Embassy. Feel f * link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] ** Targets some STM32 MCUs -* link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] +* link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device ** Targets the ESP32-S3 MCU \ No newline at end of file From 195b492158b7db8b81c4cf6bbc436884590d334b Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Wed, 6 Dec 2023 21:13:56 +0100 Subject: [PATCH 3/4] Update docs/modules/ROOT/pages/embassy_in_the_wild.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dániel Buga --- docs/modules/ROOT/pages/embassy_in_the_wild.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc index a69aa701e..5c12227b9 100644 --- a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc +++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc @@ -5,4 +5,4 @@ Here are known examples of real-world projects which make use of Embassy. Feel f * link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] ** Targets some STM32 MCUs * link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device -** Targets the ESP32-S3 MCU \ No newline at end of file +** Targets the ESP32-S3 or ESP32-C6 MCU \ No newline at end of file From 7561696a57ce77146078e481dc75dd3ab9e1c76d Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Wed, 6 Dec 2023 21:47:52 +0100 Subject: [PATCH 4/4] Added lora-rs links --- docs/modules/ROOT/pages/embassy_in_the_wild.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc index a69aa701e..625bd0b29 100644 --- a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc +++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc @@ -5,4 +5,5 @@ Here are known examples of real-world projects which make use of Embassy. Feel f * link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] ** Targets some STM32 MCUs * link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device -** Targets the ESP32-S3 MCU \ No newline at end of file +** Targets the ESP32-S3 MCU +* The link:https://github.com/lora-rs/lora-rs[lora-rs] project includes link:https://github.com/lora-rs/lora-rs/tree/main/examples/stm32l0/src/bin[various standalone examples] for NRF52840, RP2040, STM32L0 and STM32WL \ No newline at end of file