9 Commits (c2fb2f54a199efd8b3e52cb5423bae485b83963d)

Author SHA1 Message Date
Scott Lahteine 59f7861bcb
Move backtrace to the HAL folder (#10790) 6 years ago
Scott Lahteine 0436e16fb2 Apply shorthand Assembler macros 6 years ago
Scott Lahteine 889fd5f71f Backtrace minor cleanup 6 years ago
Eduardo José Tagle 749f19e502 [2.0.x] Move backtrace to a shared location (#10237) 6 years ago
etagle 328edea03a Several fixes to the backtracer. Tested ant it works 6 years ago
ejtagle 9a24c0ae3f Tons of fixes to the backtracker code, and also added an extra backtracker that does not require unwind tables to work and it is used if unwind tables are absent 6 years ago
etagle c3b23974bd Added detection of case when no unwind tables are available 6 years ago
etagle b210bdf032 Now the Crash reporter uses the configured BAUDRATE to send the report through the Programming port. And also shows the traceback of functions as discussed. For that latest feature to work, you need to compile the project with -funwind-tables and -mpoke-function-name compiler flags 6 years ago
Eduardo José Tagle 97e8a6ebd9 Various fixes for DUE... (#10152) 6 years ago