A10: Timer interrupt handler

This commit is contained in:
Gregory Nutt
2013-12-13 12:42:26 -06:00
parent 124bd68c6f
commit d6b81cc7ef
11 changed files with 334 additions and 42 deletions
+2
View File
@@ -6216,4 +6216,6 @@
functions now just call nanosleep(). (2013-12-13).
* syscall/ and include/sys/syscall.h: Remove sleep and usleep
system calls. Add nanosleep system call (2013-12-13).
* arch/arm/src/a1x/a1x_timerisr.c: Timer interrupt handler for the
A10 (2013-12-13).