awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Frameworks pour microcontrôleurs embarqués en Rust

Classement mis à jour le 30 juin 2026

Ces frameworks open source fournissent des couches d'abstraction matérielle et un support runtime pour développer des applications embarquées en Rust.

Frameworks pour microcontrôleurs embarqués en Rust

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • embassy-rs/embassyAvatar de embassy-rs

    embassy-rs/embassy

    8,813Voir sur GitHub↗

    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
    Voir sur GitHub↗8,813

Related searches

  • un système d'exploitation temps réel pour microcontrôleurs embarqués
  • a testing framework for Rust projects
  • apprendre Rust par la pratique avec des projets
  • un framework GUI multiplateforme pour applications desktop en Rust
  • un framework web pour construire des API HTTP en Rust
  • a high performance web framework for Rust
  • une bibliothèque d'interface terminal (TUI) pour Rust
  • a game engine written in Rust