Martin Ling
|
b4c828915a
|
Use an empty block for empty while loops.
|
2022-08-03 23:03:15 +01:00 |
|
Jared Boone
|
739dc1acd9
|
Add GCC "used" attribute to prevent hard_fault_handler_c() from being removed. It trips up -flto.
|
2014-08-11 16:07:59 -07:00 |
|
TitanMKD
|
7836911c45
|
fault_handler add more info in case of crash.
|
2013-03-10 14:23:26 +01:00 |
|
Jared Boone
|
8a54e09e15
|
Elimination of unused argument warnings.
|
2012-10-10 16:13:37 -07:00 |
|
Jared Boone
|
f34e30510d
|
Added fault handler header file, where I've defined the Cortex-M3/M4 SCB using a struct instead of a slew of #defines. This deviates from the libopencm3 method, but is superior in other ways. So, there you go. It's not in libopencm3, it's here.
Added example (er, "reminder") code comment about registers to look at when debugging a Hard Fault.
|
2012-10-10 13:36:10 -07:00 |
|
Jared Boone
|
4f9a5a1ba4
|
Fix-ups to copyrights -- missing e-mail address and inconsistent formatting.
|
2012-10-06 19:14:55 -07:00 |
|
Jared Boone
|
900463ee5c
|
Added fault handler code which can be optionally compiled/linked for debugging.
|
2012-10-06 17:35:11 -07:00 |
|