Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Allow GDB to unwind HardFault callstacks #131

Merged
merged 1 commit into from
Oct 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions asm.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
.global HardFault
.thumb_func
HardFault:
push {r0, lr}
mrs r0, MSP
bl UserHardFault
pop {r0, pc}
Binary file modified bin/thumbv6m-none-eabi.a
Binary file not shown.
Binary file modified bin/thumbv7em-none-eabi.a
Binary file not shown.
Binary file modified bin/thumbv7em-none-eabihf.a
Binary file not shown.
Binary file modified bin/thumbv7m-none-eabi.a
Binary file not shown.