* 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

@@ -7,4 +7,6 @@ typedef int bool;
#define NULL 0
typedef int size_t;
#endif /* __TYPES_H */