Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
document semihosting feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Apr 2, 2024
1 parent edff83c commit 423b34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ When using the panic and/or exception handler make sure to include `use esp_back
| defmt | Use `defmt` logging to print messages\* (check [example](https://github.com/playfulFence/backtrace-defmt-example)) |
| colors | Print messages in red\* |
| halt-cores | Halt both CPUs on ESP32 / ESP32-S3 in case of a panic or exception |
| semihosting | Call `semihosting::process::abort()` on panic. |

\* _only used for panic and exception handlers_

Expand Down

0 comments on commit 423b34c

Please sign in to comment.