Difference between revisions of "How to register my interrupt routine in Linux application ?"

From ArmadeusWiki
Jump to: navigation, search
(New page: == Introduction == This is a frequently asked question from people who came from microcontroler/dsp world. But under Linux applications it is not the way to do that, we have to «block» ...)
 
m (GPIOlib)
Line 4: Line 4:
  
 
In this article we will talk about gpio interruptions using the [[GPIOlib]] Linux driver.
 
In this article we will talk about gpio interruptions using the [[GPIOlib]] Linux driver.
 +
 +
  TODO
  
 
== GPIOlib ==
 
== GPIOlib ==
 +
 +
  TODO

Revision as of 15:39, 31 March 2014

Introduction

This is a frequently asked question from people who came from microcontroler/dsp world. But under Linux applications it is not the way to do that, we have to «block» on the interrupt event.

In this article we will talk about gpio interruptions using the GPIOlib Linux driver.

 TODO

GPIOlib

 TODO