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

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

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

1 مستودع

Awesome GitHub RepositoriesSoftware Timer Engines

Kernel components that manage the scheduling and execution of timer-based callbacks.

Distinct from Execution State Timers: Candidates cover UX timers or profiling timers; this is an OS kernel engine for executing functions at intervals.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Software Timer Engines. Refine with filters or upvote what's useful.

Awesome Software Timer Engines GitHub Repositories

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

    FreeRTOS/FreeRTOS-Kernel

    4,297عرض على GitHub↗

    FreeRTOS-Kernel is a real-time operating system kernel for microcontrollers. It provides a multitasking environment through a priority-based task scheduler, an embedded memory manager, and an inter-process communication framework to ensure time-critical tasks meet their deadlines. The kernel includes a software timer engine for executing functions at predefined intervals or after set delays. It supports a minimal model of concurrent tasks and lightweight co-routine execution for systems with limited memory resources. The project covers a broad surface of embedded resource management, includi

    Provides a dedicated engine for executing specific functions at predefined intervals or after set delays.

    C
    عرض على GitHub↗4,297
  1. Home
  2. Operating Systems & Systems Programming
  3. Software Timer Engines