8439 Commits (3a9b15fd79c1d1692d529b2b281e2862e9b31179)
 

Author SHA1 Message Date
Paul Sokolovsky 3a9b15fd79 zephyr/README: "make qemu" was replaced with "make run". 7 years ago
Paul Sokolovsky 58c785632f docs/esp8266/general: TLS limitations: Mention also "ussl" module limitations. 7 years ago
Damien George 487dbdb267 py/compile: Use alloca instead of qstr_build when compiling import name. 7 years ago
Damien George fe45d78b1e docs: Bump version to 1.9.3. 7 years ago
Damien George 5ae9586541 teensy: Get port compiling without any warnings. 7 years ago
Paul Sokolovsky 80e3f07e7f docs/ure: Add "|" (alternative) to the list of supported operators. 7 years ago
Damien George 02b4b23319 Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files." 7 years ago
Paul Sokolovsky b81fbf938f docs/usocket: Document that settimeout() isn't supported by all ports. 7 years ago
Paul Sokolovsky 4dd523adbb docs/esp8266/general: Add section on TLS limitations. 7 years ago
Paul Sokolovsky 6fb093282b docs/ussl: Fix module name refs and use "MicroPython port" term. 7 years ago
Damien George 10b76a9620 extmod/modussl_mbedtls: Allow to compile with unix coverage build. 7 years ago
Eric Poulsen 74ec52d857 extmod/modussl: Add finaliser support for ussl objects. 7 years ago
Yuval Langer 05a2bb888f docs/reference/isr_rules: Minor typo correction. 7 years ago
Paul Sokolovsky 8f9af63c20 lib/axtls: Update, support for SSL_EAGAIN return code. 7 years ago
Paul Sokolovsky 24c8eda744 unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS. 7 years ago
Paul Sokolovsky 0e80f345f8 py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS. 7 years ago
Paul Sokolovsky 9b9dbc5815 py/objtype: Define all special methods if requested. 7 years ago
Joar Wandborg b9923262db docs/library/network: Add dhcp_hostname parameter 7 years ago
Damien George c64eb4f8ce extmod/vfs: Replace VLA in proxy func with small, static sized array. 7 years ago
Paul Sokolovsky a33fca99a1 docs/usocket: Document inet_ntop(), inet_pton(). 7 years ago
Paul Sokolovsky d1cd533134 docs/usocket: Elaborate descriptions. 7 years ago
Damien George f36975b679 tests/net_inet: Update tls test to work with CPython and incl new site. 7 years ago
Paul Sokolovsky 328c1e78be docs/uselect: Document one-shot polling mode. 7 years ago
Paul Sokolovsky 9a7e3469b2 unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks. 7 years ago
Damien George f4059dcc0c all: Use NULL instead of "" when calling mp_raise exception helpers. 7 years ago
Paul Sokolovsky cfff12612f unix: Rename modsocket.c to modusocket.c. 7 years ago
Paul Sokolovsky 9956fd0710 py/objtype: Fit qstrs for special methods in byte type. 7 years ago
Paul Sokolovsky f2baa9ec24 py/objtype: Use CPython compatible method name for sizeof. 7 years ago
Damien George 93ce125abe py/argcheck: Remove #if guard around terse error message helper func. 7 years ago
Damien George d6bf3658f4 stm32: Make uos.dupterm() conform to specs by using extmod version. 7 years ago
Damien George 0eb333e3cf stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked. 7 years ago
Damien George 9725a654bd extmod/uos_dupterm: Swallow any errors from dupterm closing the stream. 7 years ago
Damien George c53ca32561 README: Add gcc and arm-none-eabi-newlib to list of required components. 7 years ago
Damien George 8fa3d2996c stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver. 7 years ago
Damien George 285ac58532 stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz. 7 years ago
Damien George d90ade5e3e docs/library/network: Update docs to state that W5500 is supported. 7 years ago
Damien George 06f2fdbe61 travis: Update build command now that stm32 Wiznet config has changed. 7 years ago
Damien George e36821a766 stm32/modnwwiznet5k: Add support for W5500 Ethernet chip. 7 years ago
Damien George c0ea91bc89 drivers/wiznet5k: Get low-level W5500 driver working. 7 years ago
Li Weiwei 73e387cff6 drivers/wiznet5k: Improve the performance of socket ops with threading. 7 years ago
Li Weiwei 5c437963d7 stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro. 7 years ago
Damien George 0a30ad96c8 stm32/modusocket: Return OSError(-2) if getaddrinfo fails. 7 years ago
Damien George 5d7b0b237b stm32/modusocket: Make getaddrinfo() work when passed an IP address. 7 years ago
Damien George 65ba481cb0 stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method. 7 years ago
Paul Sokolovsky 829c329daf README: Add explicit section on contributing. 7 years ago
Damien George 37282f8fc1 extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 7 years ago
Li Weiwei e39fcda8eb stm32/usbd_cdc_interface.h: Fix code comments after recent refactor. 7 years ago
Damien George 7c7c7b161d stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation. 7 years ago
Damien George c59fc1419d py/emitnative: Simplify binary op emitter, no need to check inplace ops. 7 years ago
Damien George a3afa8cfc4 py/emitnative: Implement floor-division and modulo for viper emitter. 7 years ago