-
- Downloads
Now the Crash reporter uses the configured BAUDRATE to send the report through...
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
Showing
- Marlin/src/HAL/HAL_DUE/DebugMonitor_Due.cpp 36 additions, 2 deletionsMarlin/src/HAL/HAL_DUE/DebugMonitor_Due.cpp
- Marlin/src/HAL/HAL_DUE/backtrace/backtrace.c 415 additions, 0 deletionsMarlin/src/HAL/HAL_DUE/backtrace/backtrace.c
- Marlin/src/HAL/HAL_DUE/backtrace/backtrace.h 53 additions, 0 deletionsMarlin/src/HAL/HAL_DUE/backtrace/backtrace.h
Loading
Please register or sign in to comment