madison-embedded / gcc-builds

For projects built with the GNU toolchain.
GNU General Public License v3.0
11 stars 8 forks source link

Common: robust fault handlers #12

Open vkottler opened 7 years ago

vkottler commented 7 years ago

Later on we may need different implementations of generic handlers for different ARM cores but for now it would be useful to have usable fault handlers so if our code makes illegal accesses to memory or creates some kind of hard fault we can see what happened.

Implementation in common/handlers.c for now.

vkottler commented 7 years ago

Any word on progress?