From 72abaae147f1a061cb0199a98fe3f4cea7aa1c01 Mon Sep 17 00:00:00 2001 From: Carl Kadie Date: Sat, 6 Sep 2025 13:37:29 -0700 Subject: [PATCH 1/2] Add Embassy Clock project details to data.yml no_std Raspberry Pi Pico clock that showcases async Embassy [At RustConf 25/Unconf, Bart Massey mentioned the Showcase.] --- data.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data.yml b/data.yml index 1434cc4..301cadd 100644 --- a/data.yml +++ b/data.yml @@ -52,7 +52,12 @@ author_website: https://windfis.ch description: An open-source, open-hardware MIDI-USB-interface supporting up to 16 MIDI ports, more MIDI routing features to come. Firmware is written using the Rust RTIC framework. image: https://github.com/Windfisch/midikraken/raw/master/hardware/img/midikraken_trs_din_ui.jpg - +- name: Embassy Clock + website: https://github.com/CarlKCarlK/clock + author: Carl Kadie & Brad Gibson + author_website: https://medium.com/@carlmkadie/how-rust-embassy-shine-on-embedded-devices-part-2-aad1adfccf72 + description: "no_std Raspberry Pi Pico clock that showcases async Embassy: layered tasks handle multiplexing, blinking, and single‑button input without an RTOS. Drives a 4‑digit 7‑segment display (HH:MM/MM:SS, time‑set). Heapless types; Renode emulation included." + video: https://www.youtube.com/watch?v=oA63CXMFSGI # Template for new entries # Project name From c76029889699ce2b108d0399078b328edac5b6e9 Mon Sep 17 00:00:00 2001 From: Carl Kadie Date: Sat, 6 Sep 2025 13:44:39 -0700 Subject: [PATCH 2/2] Update video entry to list format --- data.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.yml b/data.yml index 301cadd..e44928e 100644 --- a/data.yml +++ b/data.yml @@ -57,7 +57,8 @@ author: Carl Kadie & Brad Gibson author_website: https://medium.com/@carlmkadie/how-rust-embassy-shine-on-embedded-devices-part-2-aad1adfccf72 description: "no_std Raspberry Pi Pico clock that showcases async Embassy: layered tasks handle multiplexing, blinking, and single‑button input without an RTOS. Drives a 4‑digit 7‑segment display (HH:MM/MM:SS, time‑set). Heapless types; Renode emulation included." - video: https://www.youtube.com/watch?v=oA63CXMFSGI + video: + - https://www.youtube.com/watch?v=oA63CXMFSGI # Template for new entries # Project name