update readme

This commit is contained in:
dwelch67
2013-05-04 21:46:01 -04:00
parent 0506d93411
commit 398904f7bb
7 changed files with 389 additions and 1 deletions

13
svc01/README Normal file
View File

@@ -0,0 +1,13 @@
See the top level README file for more information on documentation
and how to run these programs.
Derived from blinker08 and uart04
this is based on a question about svc calls, how to find the swi/svc
immediate.
Like interrupts I dont recommend using interrupts or svc calls unless
you have a really good reason to. they should be the exception not the
norm.