* Make total stack size available as a symbol

* Implement SWI handler to enable/disable interrupts
* Implement event system to deal with kicking non-interrupt code
This commit is contained in:
2011-06-03 21:22:01 +00:00
parent 0f508fb424
commit 9f79b3d82e
9 changed files with 171 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
NAME=quad
SSRCS=crt0.s
CSRCS=main.c i2c.c wmp.c timer.c interrupt.c uart.c
CSRCS=main.c i2c.c wmp.c timer.c interrupt.c uart.c event.c
COPTIM?=-O1
CFLAGS=-march=armv4t -msoft-float $(COPTIM) -Wall -Werror -Wextra