10 Commits (973f68780d2eb974e4921ffdf513079efc19e0a4)

Author SHA1 Message Date
Damien George 96740be357 py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN. 7 years ago
Damien George a559098fec py/mperrno: Allow mperrno.h to be correctly included before other hdrs. 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Paul Sokolovsky 5da8de2b66 extmod/modlwip: Fix error codes for duplicate calls to connect(). 8 years ago
Paul Sokolovsky 2ec0ee082a py/moduerrno: Add ECONNREFUSED, one of frequent networking errors. 9 years ago
Damien George 9a92499641 py/objexcept: Don't convert errno to str in constructor, do it in print. 9 years ago
Damien George d45e5f8c35 py: Add mp_errno_to_str() and use it to provide nicer OSError msgs. 9 years ago
Damien George c9a7430dbe py/mperrno: Add some more MP_Exxx constants, related to networking. 9 years ago
Damien George 83a9a723b9 py/mperrno: Add EAFNOSUPPORT definition. 9 years ago
Damien George 3f56fd64b8 py: Add mperrno.h file with uPy defined errno constants. 9 years ago