Skip to content

Digilent/libuio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libuio

A user-space library for interfacing with generic uio devices.

UIO devices are assigned a device number upon registration with the kernel. A UIO device can have multiple maps or partitions inside of it as well, and each map is assigned its own number inside the device. Informaiton about these devices can be found in /sys/class/uio.

Using the UIO device number, the UIO map number, and this user-space library, a user can map and unmap the hardware into physical memory in an easy way by using this library.

This library can be used in a standalone format, but is also used with libgpio and libpwm for easy control of GPIO and PWM devices that exist in an FPGA.

For examples of how to use this library, please reference our pwm and gpio libraries linked above, and check out our pwm and gpio demo programs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published