mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
When a CPU exception is raised when emulating a Thumb-capable processor, the default exception handler would simply enter in an endless loop without providing any further information. This commit adds a more complete exception handler that dumps to STDOUT the exception cause and the status of the registers at the moment of the exception. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>