circuitpython/lib/embed
Paul Sokolovsky c8b80e4740 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.
2016-07-30 00:35:50 +03:00
..
abort_.c lib/embed/abort_: Implementation of abort_() function raising uPy exception. 2016-07-30 00:35:50 +03:00