diff options
| author | Per Rosengren <[email protected]> | 2025-09-16 19:17:13 +0200 |
|---|---|---|
| committer | Per Rosengren <[email protected]> | 2025-09-16 19:17:13 +0200 |
| commit | 42c21a24e590adbfc577ed8afea06abe3fc7b9e9 (patch) | |
| tree | dc23754b42d532fcb04e7d1877e9bdd87ce5fde7 /docs | |
| parent | 4e1e4249556e20907839f09a65ae9283a8490cac (diff) | |
| parent | 017064138003fa38b52f11dba872a43d4fec8b61 (diff) | |
Merge remote-tracking branch 'upstream/main' into adc_v3-enums
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pages/embassy_in_the_wild.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/pages/embassy_in_the_wild.adoc b/docs/pages/embassy_in_the_wild.adoc index 620794c31..cedbedada 100644 --- a/docs/pages/embassy_in_the_wild.adoc +++ b/docs/pages/embassy_in_the_wild.adoc | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | 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/pages/embassy_in_the_wild.adoc[add more]! | 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/pages/embassy_in_the_wild.adoc[add more]! |
| 4 | 4 | ||
| 5 | _newer entries at the top_ | ||
| 6 | |||
| 7 | * link:https://github.com/CarlKCarlK/clock[Embassy Clock: Layered, modular bare-metal clock with emulation] | ||
| 8 | ** A `no_std` Raspberry Pi Pico clock demonstrating layered Embassy tasks (Display->Blinker->Clock) for clean separation of multiplexing, blinking, and UI logic. Features single-button HH:MM/MM:SS time-set UI, heapless data structures, and a Renode emulator for hardware-free testing. See link:https://medium.com/@carlmkadie/how-rust-embassy-shine-on-embedded-devices-part-2-aad1adfccf72[this article] for details. | ||
| 5 | * link:https://github.com/1-rafael-1/simple-robot[A simple tracked robot based on Raspberry Pi Pico 2] | 9 | * link:https://github.com/1-rafael-1/simple-robot[A simple tracked robot based on Raspberry Pi Pico 2] |
| 6 | ** A hobbyist project building a tracked robot with basic autonomous and manual drive mode. | 10 | ** A hobbyist project building a tracked robot with basic autonomous and manual drive mode. |
| 7 | * link:https://github.com/1-rafael-1/pi-pico-alarmclock-rust[A Raspberry Pi Pico W Alarmclock] | 11 | * link:https://github.com/1-rafael-1/pi-pico-alarmclock-rust[A Raspberry Pi Pico W Alarmclock] |
