summaryrefslogtreecommitdiff
path: root/testing/examples/cortex/cm3-ftest.cfg
Commit message (Collapse)AuthorAgeFilesLines
* cm3-ftest: change to use arm disassembleSpencer Oliver2010-02-281-1/+1
| | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* Cortex-M3 vector_catch testing supportDavid Brownell2010-01-201-0/+143
The "cm3-ftest.cfg" can be used to verify that OpenOCD handles certain faults correctly: - Test #1: it ignores faults that it wasn't told to catch - Test #2: if vector_catch is told to catch, it catches The "fault.c" generates ASM code to trigger faults, while the config script loads and runs pre-compiled code. This covers most, but not all, of the vector_catch options. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>