1 Repo
Tools that automatically generate hardware device drivers from specification files.
Distinct from Device Drivers: Focuses on the generation of the driver code itself rather than the runtime abstraction of the driver
Explore 1 awesome GitHub repository matching operating systems & systems programming · Driver Code Generators. Refine with filters or upvote what's useful.
i2cdevlib is a collection of peripheral drivers and hardware abstraction layers designed for I2C devices. It provides a sensor driver collection, a register map database, and a peripheral manager to coordinate communication between microcontrollers and hardware components. The project utilizes a hardware abstraction layer to decouple device logic from specific microcontroller hardware and wire libraries. This transport-layer abstraction allows the same device drivers to remain portable across different hardware architectures. The library covers a broad range of hardware integration, includin
Automatically creates functional management code and bitfield access patterns using defined register map specifications.