awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Framework-uri Rust pentru microcontrolere embedded

Clasament actualizat la 30 iun. 2026

Aceste framework-uri open-source oferă straturi de abstractizare hardware și suport runtime pentru dezvoltarea de aplicații embedded folosind Rust.

Framework-uri Rust pentru microcontrolere embedded

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • embassy-rs/embassyAvatar embassy-rs

    embassy-rs/embassy

    8,813Vezi pe 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
    Vezi pe GitHub↗8,813

Related searches

  • sistem de operare în timp real pentru microcontrolere embedded
  • a testing framework for Rust projects
  • cale de învățare Rust bazată pe proiecte
  • un framework GUI cross-platform pentru aplicații desktop în Rust
  • un framework web pentru construirea de API-uri HTTP în Rust
  • a high performance web framework for Rust
  • o bibliotecă terminal UI pentru construirea de TUI-uri în Rust
  • a game engine written in Rust