jobin-sun / raspberry-gpio-python

Automatically exported from code.google.com/p/raspberry-gpio-python
MIT License
0 stars 0 forks source link

GPIO Edge trigger lockup #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Does not work with some kernels, notably the Raspbian one.  Needs investigation 
- suspected interrupt handling in kernel.

Original issue reported on code.google.com by btcros...@googlemail.com on 9 Sep 2012 at 3:19

GoogleCodeExporter commented 9 years ago
Has there been any luck with this? 

Which (if any) kernels are known to work?

Original comment by donga...@gmail.com on 6 Oct 2012 at 9:05

GoogleCodeExporter commented 9 years ago
Issue 18 has been merged into this issue.

Original comment by btcros...@googlemail.com on 17 Dec 2012 at 11:40

GoogleCodeExporter commented 9 years ago
same issue here. Got a raspberry pi V1, installed archlinux on it and updated 
it to the latest version and firmware (17 januari, 3.6.11, firmware of januari 
15). Tried the test.py and when the High detect is selected the pi is hanging. 
Any update on this issue?

regards

Jouk

Original comment by jou...@gmail.com on 18 Jan 2013 at 10:48

GoogleCodeExporter commented 9 years ago
This feature will probably never work with newer kernels because interrupt 
handling is now standard in the RPi linux kernel. Will probably remove this 
feature in next release. 

Original comment by btcros...@googlemail.com on 21 Jan 2013 at 5:51

GoogleCodeExporter commented 9 years ago
Could you explain a bit more about that?

Original comment by jou...@gmail.com on 21 Jan 2013 at 6:19

GoogleCodeExporter commented 9 years ago
I now have a solution in mind - the API will change a little but it will soon 
be possible to:
- set a callback function for an edge
- see if an edge has occurred while your software has been busy doing something 
else

Original comment by btcros...@googlemail.com on 19 Feb 2013 at 12:07

GoogleCodeExporter commented 9 years ago
Issue 23 has been merged into this issue.

Original comment by btcros...@googlemail.com on 24 Feb 2013 at 11:11

GoogleCodeExporter commented 9 years ago
Release fix in 0.5.0a

Original comment by btcros...@googlemail.com on 3 Mar 2013 at 8:46