awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vsergeev avatar

vsergeev/c-periphery

0
View on GitHub↗
1,036 Stars·299 Forks·C·MIT·2 Aufrufe

C Periphery

A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.

Features

  • Linux Kernel Development - C library for peripheral I/O in Linux.

Star-Verlauf

Star-Verlauf für vsergeev/c-peripheryStar-Verlauf für vsergeev/c-periphery

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu C Periphery

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit C Periphery.
  • fishinabarrel/linux-kernel-module-rustAvatar von fishinabarrel

    fishinabarrel/linux-kernel-module-rust

    1,340Auf GitHub ansehen↗

    This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s

    Rust
    Auf GitHub ansehen↗1,340
  • mayfrost/guidesAvatar von mayfrost

    mayfrost/guides

    2,001Auf GitHub ansehen↗

    This project is a comprehensive technical documentation repository focused on Linux system administration, network security, and privacy-oriented computing. It provides a curated knowledge base of instructional guides and configuration tutorials designed to assist users in managing low-level system environments, kernel compilation, and bootloader setup. The repository distinguishes itself by emphasizing privacy engineering and infrastructure hardening. It offers detailed procedures for anonymizing network traffic, securing credentials, and isolating applications within a computing environment

    Auf GitHub ansehen↗2,001
  • balloonwj/cppguideAvatar von balloonwj

    balloonwj/CppGuide

    6,030Auf GitHub ansehen↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Auf GitHub ansehen↗6,030
  • micode/xiaomi_kernel_opensourceAvatar von MiCode

    MiCode/Xiaomi_Kernel_OpenSource

    9,683Auf GitHub ansehen↗

    This repository provides the Android device kernel and the corresponding Linux kernel source tree. It serves as the foundational codebase for managing the hardware architecture and power management of mobile devices. The project includes a comprehensive mobile hardware driver set designed to manage device-specific components, such as CPUs, GPUs, and cellular modems. The source code supports activities including Android kernel customization, custom ROM development, Linux kernel auditing, and mobile driver development.

    Auf GitHub ansehen↗9,683
Alle 12 Alternativen zu C Periphery anzeigen→

Häufig gestellte Fragen

Was macht vsergeev/c-periphery?

A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.

Was sind die Hauptfunktionen von vsergeev/c-periphery?

Die Hauptfunktionen von vsergeev/c-periphery sind: Linux Kernel Development.

Welche Open-Source-Alternativen gibt es zu vsergeev/c-periphery?

Open-Source-Alternativen zu vsergeev/c-periphery sind unter anderem: fishinabarrel/linux-kernel-module-rust — This project provides a development framework for writing loadable Linux kernel modules using the Rust programming… balloonwj/cppguide — CppGuide is a curated collection of educational resources and practical guides focused on C++ server development,… xiaowenxia/embedded-notes — embedded-notes is a collection of technical study guides and development notes focused on embedded Linux, Linux kernel… mayfrost/guides — This project is a comprehensive technical documentation repository focused on Linux system administration, network… micode/xiaomi_kernel_opensource — This repository provides the Android device kernel and the corresponding Linux kernel source tree. It serves as the… nvidia/open-gpu-kernel-modules — This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU…