8485 Commits (48f6990fbc54ac29b15fa765d431244d1dcb5f21)
 

Author SHA1 Message Date
Damien George 48f6990fbc extmod/modlwip: Commit TCP out data to lower layers if buffer gets full. 7 years ago
Damien George e511f24ddd extmod/modussl_axtls: Implement key and cert kw args to wrap_socket. 7 years ago
Damien George c7a0e1472d tests/basics/builtin_range: Add test for corner case of range slicing. 7 years ago
Damien George 505671b698 tests/basics: Add test for containment of a subclass of a native type. 7 years ago
Damien George 5e34a113ea py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN. 7 years ago
Damien George 5b2f62aff3 py/opmethods: Include the correct header for binary op enums. 7 years ago
Damien George 9783ac282e py/runtime: Simplify handling of containment binary operator. 7 years ago
Paul Sokolovsky 067bf849d2 docs/uselect: poll: Explicitly specify that no-timeout value is -1. 7 years ago
Peter Hinch ec1e9a10a7 docs: Add notes on heap allocation caused by bound method refs. 7 years ago
Damien George df078e8213 tests/net_hosted: Add test for socket connect() and poll() behaviour. 7 years ago
Damien George d5cf5f70fd py/modbuiltins: Slightly simplify code in builtin round(). 7 years ago
Damien George a07fc5b640 py/objfloat: Allow float() to parse anything with the buffer protocol. 7 years ago
Paul Sokolovsky 8667a5f053 py/objnamedtuple: Allow to reuse namedtuple basic functionality. 7 years ago
Damien George da154fdaf9 py: Add config option to disable multiple inheritance. 8 years ago
Damien George 811ddcc65f stm32/led: Remove unused LED enum constants. 7 years ago
Damien George 6906255dcd stm32/boards: Remove obsolete and unused board-specific defines. 7 years ago
Jaroslav Sykora 3e9e9b07ba stm32/boards: Add support for NUCLEO-F746ZG evaluation board. 7 years ago
Damien George bbac2df0cf stm32/boards/stm32f746_af.csv: Fix typos in AF table. 7 years ago
Damien George 12ad64bc55 extmod/vfs_fat: Mount FatFS on creation so VFS methods can be used. 7 years ago
Peter Hinch ccaa5f5b0b drivers/nrf24l01: Make driver and test run on pyboard, ESP8266, ESP32. 7 years ago
Damien George 31550a52e4 docs/library/network: Enhance AbstractNIC.status to take an argument. 7 years ago
Damien George 8d956c26d1 py/objstr: When constructing str from bytes, check for existing qstr. 7 years ago
Damien George 1f1d5194d7 py/objstr: Make mp_obj_new_str_of_type check for existing interned qstr. 7 years ago
Damien George 4601759bf5 py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
Damien George 6bc55b657b extmod/vfs: Use existing qstr for forward-slash string object. 7 years ago
Damien George 9ba3de6ea1 tools/mpy-tool.py: Implement freezing of Ellipsis const object. 7 years ago
Damien George 2cafef857e stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working. 7 years ago
Christopher Arndt 1871a924c9 py/mkenv.mk: Use $(PYTHON) consistently when calling Python tools. 7 years ago
Damien George 564a95cb04 py/emitnative: Clean up asm macro names so they have dest as first arg. 7 years ago
Paul Sokolovsky 964bf935a3 esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text . 7 years ago
Christopher Cooper 7413b3ce3e extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library. 7 years ago
Paul Sokolovsky 0535d03370 esp8266/README: Add section on using upip. 7 years ago
Paul Sokolovsky 9c209e4d09 esp8266/README: Emphasize the need to change default WiFi password. 7 years ago
stijn 79ed58f87b py/objnamedtuple: Add _asdict function if OrderedDict is supported 7 years ago
Paul Sokolovsky cada971113 py/objtype: mp_obj_new_type: Name base types related vars more clearly. 7 years ago
Paul Sokolovsky 579b86451d docs/_thread: Add a placeholder docs for _thread module. 7 years ago
Paul Sokolovsky 1b146e9de9 py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros. 7 years ago
Paul Sokolovsky 5b1b80a8db docs/ure: Emphasize not supported features more. 7 years ago
Paul Sokolovsky b9580b85a8 unix/moduselect: Fix nanbox build after adding .dump() method. 7 years ago
Paul Sokolovsky cb910c6a0c unix/moduselect: Add .dump() method for debugging. 7 years ago
Paul Sokolovsky 99bf5448bd axtls: Update, exposes AES functions to implement ECB chiper mode. 7 years ago
Paul Sokolovsky e766a4af4a esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+. 7 years ago
Paul Sokolovsky ad5a6f5917 docs/ure: Add flags arg to ure.compile(), mention that ure.DEBUG is optional. 7 years ago
Paul Sokolovsky 1742ab2653 docs/esp8266/general: Minor grammar fixes. 7 years ago
Paul Sokolovsky 1cf6d488b3 extmod/modussl_axtls: Typo fix in comment. 7 years ago
Paul Sokolovsky 0719c936fb extmod/modussl_axtls: socket_read: Handle EAGAIN. 7 years ago
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