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-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
2017-11-01
docs/esp8266/general: TLS limitations: Mention also "ussl" module limitations.
Paul Sokolovsky
2017-11-01
py/compile: Use alloca instead of qstr_build when compiling import name.
Damien George
2017-11-01
docs: Bump version to 1.9.3.
Damien George
2017-11-01
teensy: Get port compiling without any warnings.
Damien George
2017-10-31
docs/ure: Add "|" (alternative) to the list of supported operators.
Paul Sokolovsky
2017-10-31
Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."
Damien George
2017-10-31
docs/usocket: Document that settimeout() isn't supported by all ports.
Paul Sokolovsky
2017-10-30
docs/esp8266/general: Add section on TLS limitations.
Paul Sokolovsky
2017-10-30
docs/ussl: Fix module name refs and use "MicroPython port" term.
Paul Sokolovsky
2017-10-30
extmod/modussl_mbedtls: Allow to compile with unix coverage build.
Damien George
2017-10-30
extmod/modussl: Add finaliser support for ussl objects.
Eric Poulsen
2017-10-30
docs/reference/isr_rules: Minor typo correction.
Yuval Langer
2017-10-29
lib/axtls: Update, support for SSL_EAGAIN return code.
Paul Sokolovsky
2017-10-28
unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.
Paul Sokolovsky
2017-10-27
py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.
Paul Sokolovsky
2017-10-27
py/objtype: Define all special methods if requested.
Paul Sokolovsky
2017-10-27
docs/library/network: Add dhcp_hostname parameter
Joar Wandborg
2017-10-27
extmod/vfs: Replace VLA in proxy func with small, static sized array.
Damien George
2017-10-27
docs/usocket: Document inet_ntop(), inet_pton().
Paul Sokolovsky
2017-10-26
docs/usocket: Elaborate descriptions.
Paul Sokolovsky
2017-10-26
tests/net_inet: Update tls test to work with CPython and incl new site.
Damien George
2017-10-26
docs/uselect: Document one-shot polling mode.
Paul Sokolovsky
2017-10-24
unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.
Paul Sokolovsky
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-23
unix: Rename modsocket.c to modusocket.c.
Paul Sokolovsky
2017-10-21
py/objtype: Fit qstrs for special methods in byte type.
Paul Sokolovsky
[next]