awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Rust-Frameworks für eingebettete Mikrocontroller

Ranking aktualisiert am 30. Juni 2026

Diese Open-Source-Frameworks bieten Hardware-Abstraktionsschichten und Runtime-Support für die Entwicklung eingebetteter Anwendungen mit Rust.

Rust-Frameworks für eingebettete Mikrocontroller

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • embassy-rs/embassyAvatar von embassy-rs

    embassy-rs/embassy

    8,813Auf GitHub ansehen↗

    Embassy is an asynchronous framework for microcontrollers that provides a runtime for cooperative multitasking. It enables the execution of multiple concurrent tasks to maximize energy efficiency and CPU usage, utilizing an async executor that puts the processor to sleep when idle. The framework includes a comprehensive set of embedded components, featuring a hardware abstraction layer for peripherals like GPIO, SPI, I2C, and UART, alongside a TCP/IP network stack and a USB device stack. It also provides a Bluetooth Low Energy host stack for wireless communication and a bootloader framework t

    Embassy is exactly the async embedded framework you're looking for: it provides a hardware abstraction layer (HAL), a USB device stack, no_std/bare-metal support, and a built-in async/await runtime for microcontrollers, covering all the core features described.

    RustEmbedded Async ExecutorsEmbedded RustHardware Abstraction Layers
    Auf GitHub ansehen↗8,813

Related searches

  • Echtzeitbetriebssystem für eingebettete Mikrocontroller
  • a testing framework for Rust projects
  • ein projektbasierter Lernpfad für Rust
  • ein plattformübergreifendes GUI-Framework für Desktop-Apps in Rust
  • ein Web-Framework zum Erstellen von HTTP-APIs in Rust
  • a high performance web framework for Rust
  • eine Terminal-UI-Bibliothek zum Erstellen von TUIs in Rust
  • a game engine written in Rust