====== debug ====== Zephyr application debugging with gdb. ===== Usefull breakpoints ===== * ''assert_post_action'' - before ARM SVC is called - easy place to get backtrace * ''k_sys_fatal_error_handler'' - The default implementation of this function halts the system unconditionally. * ''z_arm_usage_fault''