add a NRF52 hardfault handler

This commit is contained in:
geeksville
2020-05-24 16:08:58 -07:00
parent e8f6504ec4
commit cda7487cbe
3 changed files with 82 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
Minimum items needed to make sure hardware is good.
- find out why we reboot while debugging
- install a hardfault handler for null ptrs (if one isn't already installed)
- DONE install a hardfault handler for null ptrs (if one isn't already installed)
- test my hackedup bootloader on the real hardware
- Use the PMU driver on real hardware
- Use new radio driver on real hardware