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

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

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

2 مستودعات

Awesome GitHub RepositoriesEmbedded Peripheral Interfacing

Low-level software layers for communicating with hardware components via standard embedded protocols.

Distinct from Serial Peripheral Interfaces: Focuses on the general act of interfacing with hardware peripherals rather than a specific protocol like SPI or a specific domain like automotive CAN bus.

Explore 2 awesome GitHub repositories matching hardware & iot · Embedded Peripheral Interfacing. Refine with filters or upvote what's useful.

Awesome Embedded Peripheral Interfacing GitHub Repositories

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

    raspberrypi/pico-examples

    3,835عرض على GitHub↗

    This project is a reference library of firmware examples and a development framework for creating embedded C applications on the RP2040 microcontroller. It provides a collection of hardware peripheral drivers and foundational patterns for managing system resources in resource-constrained environments. The library features reference implementations for programmable I/O state machines, allowing for the creation of custom hardware-level protocols. It also provides a multicore embedded framework to distribute computational workloads across multiple processor cores using symmetric processing. The

    Provides comprehensive drivers and patterns for interfacing with hardware peripherals via I2C, SPI, UART, and ADC.

    C
    عرض على GitHub↗3,835
  • rust-embedded/embedded-halالصورة الرمزية لـ rust-embedded

    rust-embedded/embedded-hal

    2,600عرض على GitHub↗

    Embedded-hal is a hardware abstraction layer for embedded microcontrollers that defines common traits allowing peripheral drivers to remain entirely independent of specific hardware platforms. The library provides platform-agnostic interfaces that decouple driver logic from microcontroller architectures, utilizing zero-cost trait abstractions that compile down to direct hardware register manipulations without runtime overhead or memory allocation. The project features asynchronous execution support and synchronous-to-asynchronous adaptation, enabling non-blocking peripheral operations and coo

    Provides a set of platform-agnostic driver interface traits for embedded microcontrollers.

    Rust
    عرض على GitHub↗2,600
  1. Home
  2. Hardware & IoT
  3. Embedded Peripheral Interfacing