Skip to content
Snippets Groups Projects
Commit c8b80e47 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

lib/embed/abort_: Implementation of abort_() function raising uPy exception.

Helpful when porting existing C libraries to MicroPython. abort()ing in
embedded environment isn't a good idea, so when compiling such library,
-Dabort=abort_ option can be given to redirect standard abort() to this
"safe" version.
parent 4f1b0292
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment