aboutsummaryrefslogtreecommitdiff
path: root/lib/embed
AgeCommit message (Expand)Author
2020-04-27py/stream: Remove mp_stream_errno and use system errno instead.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2017-09-22lib/embed/abort_: Use mp_raise_msg helper function.Damien George
2016-07-30lib/abort_.c: Add prototype to make coverage build happy.Paul Sokolovsky
2016-07-30lib/embed/abort_: Implementation of abort_() function raising uPy exception.Paul Sokolovsky