From df9a59f45bb09b0774863cf2ddf577ca7f10ec63 Mon Sep 17 00:00:00 2001 From: Florian Mahon Date: Wed, 11 Feb 2026 20:48:25 +0100 Subject: [PATCH 1/2] Add crispy-bootloader https://github.com/ADNTIO/crispy-bootloader-rp2040-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9fe309..ce7028a 100644 --- a/README.md +++ b/README.md @@ -1302,6 +1302,7 @@ Work in progress drivers. Help the authors make these crates awesome! 1. [drogue-device](https://github.com/drogue-iot/drogue-device): A distribution of tools and examples for building embedded applications in Rust. 1. [dummy-pin](https://crates.io/crates/dummy-pin): Dummy implementations of the input/output pin traits. [![crates.io](https://img.shields.io/crates/v/dummy-pin.svg)](https://crates.io/crates/dummy-pin) 1. [crossbus](https://github.com/hominee/crossbus): A Platform-Less, Runtime-Less Actor Computing Model. +1. [crispy-bootloader](https://github.com/ADNTIO/crispy-bootloader-rp2040-rs): Minimal dual-bank bootloader for RP2040 with USB firmware upload, A/B bank switching, and CRC verification. 1. [ector](https://github.com/drogue-iot/ector): An async actor framework for embedded, based on embassy. 1. [embassy]: A set of embedded async tools to make async/await a first-class option for embedded development 1. [embedded-cli](https://crates.io/crates/embedded-cli): CLI library with autocompletion, subcommands, options, help and history support. [![crates.io](https://img.shields.io/crates/v/embedded-cli.svg)](https://crates.io/crates/embedded-cli) From cd1ee5f148a6e46b16348ace2495cde646d99673 Mon Sep 17 00:00:00 2001 From: fmahon Date: Tue, 17 Feb 2026 23:47:59 +0100 Subject: [PATCH 2/2] add robot icone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce7028a..430e55e 100644 --- a/README.md +++ b/README.md @@ -1302,7 +1302,7 @@ Work in progress drivers. Help the authors make these crates awesome! 1. [drogue-device](https://github.com/drogue-iot/drogue-device): A distribution of tools and examples for building embedded applications in Rust. 1. [dummy-pin](https://crates.io/crates/dummy-pin): Dummy implementations of the input/output pin traits. [![crates.io](https://img.shields.io/crates/v/dummy-pin.svg)](https://crates.io/crates/dummy-pin) 1. [crossbus](https://github.com/hominee/crossbus): A Platform-Less, Runtime-Less Actor Computing Model. -1. [crispy-bootloader](https://github.com/ADNTIO/crispy-bootloader-rp2040-rs): Minimal dual-bank bootloader for RP2040 with USB firmware upload, A/B bank switching, and CRC verification. +1. [🤖 crispy-bootloader](https://github.com/ADNTIO/crispy-bootloader-rp2040-rs): Minimal dual-bank bootloader for RP2040 with USB firmware upload, A/B bank switching, and CRC verification. 1. [ector](https://github.com/drogue-iot/ector): An async actor framework for embedded, based on embassy. 1. [embassy]: A set of embedded async tools to make async/await a first-class option for embedded development 1. [embedded-cli](https://crates.io/crates/embedded-cli): CLI library with autocompletion, subcommands, options, help and history support. [![crates.io](https://img.shields.io/crates/v/embedded-cli.svg)](https://crates.io/crates/embedded-cli)