rockbox/utils/atj2137/adfuload/test_binary/timer_no_irq
Marcin Bukat 51d8a45057 adfuload: add atj213x timer0 test program
This simple program shows how to setup timer for periodic
operation. Interrupts are not used yet and simply pending
irq bit is polled and cleared when set. This program
supports my understanding of disassm of ADEC_N63.BIN that
P_CLK is configured for 7.5MHz and timer clock source is P_CLK
directly.

Change-Id: Idd6461bf847c763b78b8c324012ec2515f65dd41
2014-01-08 08:56:09 +01:00
..
atj213x.h
crt0.S
Makefile
mips-archdefs.h
mips.h
test.lds
test_timer_noirq.c