Open Source Automation Development Lab
You are here: Home / Projects / 
2008-05-13 - 01:06

Next Events:

No events found.

Breaking News:

20.03.08 12:00

Philippe Gerum + Denx + OSADL = Xenomai/SOLO

Xenomai

Port existing VxWorks applications smoothly to native Linux


15.03.08 12:00

Open Source meets Industry: Application Park and International Congress at the Hannover Fair 2008

Hannover Fair 2008

Visit the OSADL-organized Application Park, see leading Linux developers in Hannover, and meet the industry standard of the 21st century.



Project Goal

Provide a generic framework for handling devices in userspace. The device driver is split into a small kernel part, which contains the device setup and the primary interrupt handling, and a user space part, which handles the device functionality.

UIO is part of the OSADL project "Universal Fieldbus and Industrial I/O Framework" and represents its kernel interface. 

 



Code

The UIO kernel patches have already been merged into Andrew Morton's testing kernel (-mm); in addition, they are available Opens external link in new windowhere.

An user space driver built on top of the UIO is available Opens external link in new windowhere.