summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/utils.c
Commit message (Collapse)AuthorAge
* py: Move call_function_*_protected() functions to py/ for reuse.Paul Sokolovsky2016-04-25
| | | | They almost certainly needed by any C code which calls Python callbacks.
* esp8266: In callback helpers, pop nlr_buf on successful call.Damien George2016-04-13
| | | | | | | nlr_pop must be called if no exception was raised. Also, return value of these callback helpers is made void because ther is (currently) no use for it.
* esp8266: Add esp.socket class, with ESP-style socket functionality.Josef Gajdusek2015-05-04
* UDP currently not supported * As there is no way (that I know of) the espconn_regist_connectcb() callback can recognize on which socket has the connection arrived, only one listening function at a time is supported