aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/exc.c
Commit message (Collapse)AuthorAgeFilesLines
* Enable USB auto-reset in a hard fault.Perry Hung2010-09-171-63/+0
| | | | | | | | Redirect thread-mode execution to a fail routine which throbs the LED to indicate a hard fault. Because the fail routine runs in thread mode with interrupts on, USB auto-reset should now work. Test by executing some bogus instruction (e.g. *(volatile int*)0xf34fdaa = 0;) and check that the auto-reset continues to work.
* debug verbosity levelsbnewbold2010-09-051-6/+6
|
* Added assert fails to exc.cPerry Hung2010-04-251-8/+26
|
* Cleanup: trivial rename for exception handlers, removed unnecessaryPerry Hung2010-04-011-0/+45
stm32f10x_conf.h