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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesStatic Task Allocation

Management of asynchronous tasks using fixed memory allocation to ensure reliability in embedded systems.

Distinct from Asynchronous Task Managers: Distinguishes static memory allocation for tasks from general dynamic asynchronous task orchestration.

Explore 1 awesome GitHub repository matching software engineering & architecture · Static Task Allocation. Refine with filters or upvote what's useful.

Awesome Static Task Allocation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Prevents runtime memory exhaustion by using static allocation for asynchronous task management.

    Rustasyncdriversembedded
    عرض على GitHub↗8,813
  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Task Managers
  4. Static Task Allocation