aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorHaobo Gu <[email protected]>2024-04-25 23:50:51 +0800
committerHaobo Gu <[email protected]>2024-04-25 23:50:51 +0800
commit5002ff00def54494316f96dfc927f898dcba348b (patch)
tree71bf2c225e5149fdae757e8700bf366b382bf10c /docs/modules/ROOT
parent4d4cbc0dd3e84dfd7d29d1ecdd2b388568be081f (diff)
doc: add RMK to embassy in the wild
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'docs/modules/ROOT')
-rw-r--r--docs/modules/ROOT/pages/embassy_in_the_wild.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc
index 4b650449f..a7d63f990 100644
--- a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc
+++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc
@@ -2,6 +2,9 @@
2 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]! 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 4
5* link:https://github.com/haobogu/rmk/[RMK: A feature-rich Rust keyboard firmware]
6** RMK has built-in layer support, wireless(BLE) support, real-time key editing support using vial, and more!
7** Targets STM32, RP2040, nRF52 and ESP32 MCUs
5* link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] 8* link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware]
6** Targets some STM32 MCUs 9** 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 10* link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device