Kees Jongenburger 037aeb5a13 arm:rs232 fix.
The kernel API for requesting interrupts and the associated callback
have a somewhat strange behaviour. Requesting an interrupts is done
by calling sys_irqsetpolicy using an interrupt and a given id. This
id can be modified by the sys_irqsetpolicy and must be used for
subsequent calls to sys_irqenable/sys_irqdisable. However upon an
incoming call from the kernel NOTIFY_ARG contains the original value
encoded in a set e.g. if  1 << id == true the interrupt was raised.
2013-04-12 20:52:57 +02:00
2013-03-14 11:33:10 +01:00
2013-04-08 08:37:04 +02:00
2013-04-09 16:43:13 +02:00
2013-03-14 11:33:10 +01:00
2013-04-12 20:52:57 +02:00
2013-04-08 08:37:04 +02:00
2013-02-26 09:44:20 +00:00
2013-04-04 12:50:12 +00:00
2013-04-08 14:22:27 +02:00
2013-04-05 19:02:06 +00:00
2013-04-08 08:37:04 +02:00
2010-01-21 10:16:05 +00:00
2013-04-04 12:50:12 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%