1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/atj2137/adfuload/test_binary/timer_irq
Marcin Bukat 7552542288 atj213x: Simple test exploring irq handling
This test software setups timer T0 periodic interrupt.
In ISR it changes backlight level. The interrupt handler
does not support nesting and the whole ISR is run in interrupt
context. Exceptions are not handled yet.

Change-Id: Idc5d622991c7257b4577448d8be08ddd1c24c745
2014-02-09 22:29:30 +01:00
..
atj213x.h atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00
crt0.S atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00
irq_handler.S atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00
Makefile atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00
mips-archdefs.h atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00
mips.h atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00
system-atj213x.c atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00
test.lds atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00
test_timer_irq.c atj213x: Simple test exploring irq handling 2014-02-09 22:29:30 +01:00