diff options
| author | Ulf Lilleengen <[email protected]> | 2023-12-08 09:55:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-08 09:55:31 +0000 |
| commit | c94a9b8d75ef938aaeb3df18c1eaeb996d655ba0 (patch) | |
| tree | 528cb091e55f0cc9cf4018b6f4ab34c566ea6f69 | |
| parent | d87864c6a5ab5e595fc9d730875162675e0f13c9 (diff) | |
| parent | ecaa62aa428ce754376510bf52559a8e28e7d289 (diff) | |
Merge pull request #2260 from barnabywalters/main
Added Embassy in the wild docs page with links to some projects
| -rw-r--r-- | docs/modules/ROOT/nav.adoc | 1 | ||||
| -rw-r--r-- | docs/modules/ROOT/pages/embassy_in_the_wild.adoc | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 70a4a4159..2154799f3 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc | |||
| @@ -13,4 +13,5 @@ | |||
| 13 | * xref:examples.adoc[Examples] | 13 | * xref:examples.adoc[Examples] |
| 14 | * xref:developer.adoc[Developer] | 14 | * xref:developer.adoc[Developer] |
| 15 | ** xref:developer_stm32.adoc[Developer: STM32] | 15 | ** xref:developer_stm32.adoc[Developer: STM32] |
| 16 | * xref:embassy_in_the_wild.adoc[Embassy in the wild] | ||
| 16 | * xref:faq.adoc[Frequently Asked Questions] | 17 | * 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..a1c31bfc7 --- /dev/null +++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | = Embassy in the wild! | ||
| 2 | |||
| 3 | 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]! | ||
| 4 | |||
| 5 | * link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] | ||
| 6 | ** Targets some STM32 MCUs | ||
| 7 | * link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device | ||
| 8 | ** Targets the ESP32-S3 or ESP32-C6 MCU | ||
| 9 | * 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 | ||
