rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
791 stars 164 forks source link

Adjust the default breakpoint name to match cortex-m-rt pull #144 #64

Closed sstelfox closed 5 years ago

sstelfox commented 5 years ago

I noticed as I was going through the rust-embedded book that I was receiving the following warning when running the compiled code through GDB (via cargo run):

Function "UserHardFault" not defined.

It looks like this was renamed and the template just didn't get updated. This PR just updates the associated default break point to match the change.

bors[bot] commented 5 years ago

Configuration problem

bors.toml: not found