awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

إطارات عمل الأنظمة المدمجة بلغة Rust

تم تحديث الترتيب في 30 يونيو 2026

إطارات عمل مفتوحة المصدر توفر طبقات تجريد العتاد (HAL) ودعم وقت التشغيل لتطوير التطبيقات المضمنة باستخدام Rust.

إطارات عمل الأنظمة المدمجة بلغة Rust

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • embassy-rs/embassyالصورة الرمزية لـ embassy-rs

    embassy-rs/embassy

    8,813عرض على 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
    عرض على GitHub↗8,813

Related searches

  • نظام تشغيل لحظي (RTOS) للمتحكمات الدقيقة المدمجة
  • a testing framework for Rust projects
  • مسار تعليمي عملي لتعلم Rust
  • إطار عمل GUI متعدد المنصات لتطبيقات سطح المكتب بلغة Rust
  • إطار عمل ويب لبناء واجهات برمجة تطبيقات HTTP في Rust
  • a high performance web framework for Rust
  • مكتبة لواجهات المستخدم الطرفية TUI في Rust
  • a game engine written in Rust