aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorBarnaby Walters <[email protected]>2023-12-06 21:10:16 +0100
committerBarnaby Walters <[email protected]>2023-12-06 21:10:16 +0100
commitcd62d2cd84176cd7a70ea164e34a3f2245c1fbd1 (patch)
tree823e2cdcf7fb3221b46ad64ce1dfed534623d82d /docs/modules
parent7703f47c1ecac029f603033b7977d9a2becef48c (diff)
Added embassy in the wild docs page with two projects
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/nav.adoc1
-rw-r--r--docs/modules/ROOT/pages/embassy_in_the_wild.adoc8
2 files changed, 9 insertions, 0 deletions
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 @@
12* xref:examples.adoc[Examples] 12* xref:examples.adoc[Examples]
13* xref:developer.adoc[Developer] 13* xref:developer.adoc[Developer]
14** xref:developer_stm32.adoc[Developer: STM32] 14** xref:developer_stm32.adoc[Developer: STM32]
15* xref:embassy_in_the_wild.adoc[Embassy in the wild]
15* xref:faq.adoc[Frequently Asked Questions] 16* 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 @@
1= Embassy in the wild!
2
3Here 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]
8** Targets the ESP32-S3 MCU \ No newline at end of file