index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-11-26
docs/uselect: Describe POLLHUP/POLLERR semantics in more details.
Paul Sokolovsky
2017-11-25
docs/uctypes: Tweak descriptor reference to hopefully be easier to follow.
Paul Sokolovsky
2017-11-25
docs/uctypes: Typo/article fixes.
Paul Sokolovsky
2017-11-24
extmod/modlwip: Commit TCP out data to lower layers if buffer gets full.
Damien George
2017-11-24
extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.
Damien George
2017-11-24
tests/basics/builtin_range: Add test for corner case of range slicing.
Damien George
2017-11-24
tests/basics: Add test for containment of a subclass of a native type.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-24
py/opmethods: Include the correct header for binary op enums.
Damien George
2017-11-24
py/runtime: Simplify handling of containment binary operator.
Damien George
2017-11-23
docs/uselect: poll: Explicitly specify that no-timeout value is -1.
Paul Sokolovsky
2017-11-23
docs: Add notes on heap allocation caused by bound method refs.
Peter Hinch
2017-11-23
tests/net_hosted: Add test for socket connect() and poll() behaviour.
Damien George
2017-11-22
py/modbuiltins: Slightly simplify code in builtin round().
Damien George
2017-11-21
py/objfloat: Allow float() to parse anything with the buffer protocol.
Damien George
2017-11-20
py/objnamedtuple: Allow to reuse namedtuple basic functionality.
Paul Sokolovsky
2017-11-20
py: Add config option to disable multiple inheritance.
Damien George
2017-11-20
stm32/led: Remove unused LED enum constants.
Damien George
2017-11-20
stm32/boards: Remove obsolete and unused board-specific defines.
Damien George
2017-11-20
stm32/boards: Add support for NUCLEO-F746ZG evaluation board.
Jaroslav Sykora
2017-11-20
stm32/boards/stm32f746_af.csv: Fix typos in AF table.
Damien George
2017-11-20
extmod/vfs_fat: Mount FatFS on creation so VFS methods can be used.
Damien George
2017-11-20
drivers/nrf24l01: Make driver and test run on pyboard, ESP8266, ESP32.
Peter Hinch
2017-11-16
docs/library/network: Enhance AbstractNIC.status to take an argument.
Damien George
2017-11-16
py/objstr: When constructing str from bytes, check for existing qstr.
Damien George
2017-11-16
py/objstr: Make mp_obj_new_str_of_type check for existing interned qstr.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-16
extmod/vfs: Use existing qstr for forward-slash string object.
Damien George
2017-11-15
tools/mpy-tool.py: Implement freezing of Ellipsis const object.
Damien George
2017-11-15
stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working.
Damien George
2017-11-15
py/mkenv.mk: Use $(PYTHON) consistently when calling Python tools.
Christopher Arndt
2017-11-15
py/emitnative: Clean up asm macro names so they have dest as first arg.
Damien George
2017-11-14
esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .
Paul Sokolovsky
2017-11-12
extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.
Christopher Cooper
2017-11-12
esp8266/README: Add section on using upip.
Paul Sokolovsky
2017-11-12
esp8266/README: Emphasize the need to change default WiFi password.
Paul Sokolovsky
2017-11-12
py/objnamedtuple: Add _asdict function if OrderedDict is supported
stijn
2017-11-11
py/objtype: mp_obj_new_type: Name base types related vars more clearly.
Paul Sokolovsky
2017-11-10
docs/_thread: Add a placeholder docs for _thread module.
Paul Sokolovsky
2017-11-08
py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.
Paul Sokolovsky
2017-11-08
docs/ure: Emphasize not supported features more.
Paul Sokolovsky
2017-11-07
unix/moduselect: Fix nanbox build after adding .dump() method.
Paul Sokolovsky
2017-11-07
unix/moduselect: Add .dump() method for debugging.
Paul Sokolovsky
2017-11-05
axtls: Update, exposes AES functions to implement ECB chiper mode.
Paul Sokolovsky
2017-11-05
esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+.
Paul Sokolovsky
2017-11-04
docs/ure: Add flags arg to ure.compile(), mention that ure.DEBUG is optional.
Paul Sokolovsky
2017-11-02
docs/esp8266/general: Minor grammar fixes.
Paul Sokolovsky
2017-11-02
extmod/modussl_axtls: Typo fix in comment.
Paul Sokolovsky
2017-11-02
extmod/modussl_axtls: socket_read: Handle EAGAIN.
Paul Sokolovsky
2017-11-01
zephyr/README: "make qemu" was replaced with "make run".
Paul Sokolovsky
[next]