| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-05 | all: Use MP_ERROR_TEXT for all error messages. | Jim Mussared | |
| 2017-09-22 | lib/embed/abort_: Use mp_raise_msg helper function. | Damien George | |
| 2016-07-30 | lib/abort_.c: Add prototype to make coverage build happy. | Paul Sokolovsky | |
| 2016-07-30 | lib/embed/abort_: Implementation of abort_() function raising uPy exception. | Paul Sokolovsky | |
| 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. | |||
