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
2016-04-29
README: Mention support "async" keyword from Python 3.5.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Keep reading data when there's something to read.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Initial implementation of "get file" operation.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Module to handle WebREPL protocol.
Paul Sokolovsky
2016-04-29
esp8266/help: Add cheatsheet for basic WiFi configuration.
Paul Sokolovsky
2016-04-29
esp8266/help: Implement help() builtin.
Paul Sokolovsky
2016-04-29
README: Promote "docs" and "tests" to "major components".
Paul Sokolovsky
2016-04-28
esp8266/modnetwork: Make WLAN.ifconfig() read/write.
Aex Aey
2016-04-28
unix/Makefile: Make install more compatible (BSD, etc.).
Martin Müller
2016-04-28
esp8266/README: Add recently required step of 'make axtls'.
bsdfox
2016-04-28
examples/http_server_ssl.py: HTTPS server example.
Paul Sokolovsky
2016-04-28
esp8266: Set suitable values for axtls's RT_MAX_PLAIN_LENGTH & RT_EXTRA.
Paul Sokolovsky
2016-04-28
extmod/modussl: SSL_OK from ssl_read() means "no user data so far".
Paul Sokolovsky
2016-04-28
extmod/modussl: Support server-side SSL sockets.
Paul Sokolovsky
2016-04-28
docs/esp8266: Update quickref to reflect changes to 1-wire and NeoPixel.
Damien George
2016-04-28
esp8266/scripts/neopixel.py: Remove test function from neopixel driver.
Damien George
2016-04-28
esp8266/scripts/onewire.py: Simplify and improve 1-wire driver.
Damien George
2016-04-28
esp8266: Move onewire.py, neopixel.py drivers from tests/ to scripts/.
Damien George
2016-04-28
docs: Make the short port names in the port/version sidebar lowercase.
Damien George
2016-04-28
esp8266: Move pyb.info() function to esp module and remove pyb module.
Damien George
2016-04-28
tests/run-tests: Add gen_yield_from_stopped to skipped for --emit=native.
Paul Sokolovsky
2016-04-28
tests: Add testcase for yielding from a stopped generator.
Paul Sokolovsky
2016-04-28
py/vm: "yield from" didn't handle MP_OBJ_STOP_ITERATION optimization.
Paul Sokolovsky
2016-04-28
extmod/modussl: Throw Python exceptions in case of errors.
Paul Sokolovsky
2016-04-28
esp8266/Makefile: Enable "ussl" module.
Paul Sokolovsky
2016-04-28
esp8266/Makefile: Support linking with axTLS built from source.
Paul Sokolovsky
2016-04-27
esp8266/tests/onewire.py: Don't run test on import.
Damien George
2016-04-28
docs/network: esp8266: Describe wlan.config() method.
Paul Sokolovsky
2016-04-28
docs/network: esp8266: Add wlan.ifconfig() method.
Paul Sokolovsky
2016-04-27
lib/timeutils/timeutils: Typo fix in comment.
Paul Sokolovsky
2016-04-27
docs/ubinascii: Clean up grammar.
Paul Sokolovsky
2016-04-27
docs/library: Consistently use admonitions for CPython differences.
Paul Sokolovsky
2016-04-27
docs/utime: Describe sleep() peculiarities in MicroPython.
Paul Sokolovsky
2016-04-27
docs/utime: Describe time() peculiarities in MicroPython.
Paul Sokolovsky
2016-04-27
esp8266/axtls_helpers: Helper/wrapper functions for axTLS.
Paul Sokolovsky
2016-04-27
docs/library/utime: Add more time functions for unix and esp8266 ports.
Damien George
2016-04-27
docs: Fix uos and utime heading underlines to be the correct length.
Damien George
2016-04-27
esp8266/Makefile: Override abort() when building axtls.
Paul Sokolovsky
2016-04-27
extmod/modwebsocket: Handle CLOSE control frame.
Paul Sokolovsky
2016-04-27
docs/library: "os" module is actually "uos".
Paul Sokolovsky
2016-04-27
docs/Makefile: Default BUILDDIR based on MICROPY_PORT.
Paul Sokolovsky
2016-04-27
docs/library/index: Order sections from the most to least standard modules.
Paul Sokolovsky
2016-04-27
docs/library/index: Make single section for "micro-ified" modules.
Paul Sokolovsky
2016-04-27
docs: Module "time" is actually "utime".
Paul Sokolovsky
2016-04-27
docs/library/index: esp8266 has the same set of stdlibs as pyboard/unix.
Paul Sokolovsky
2016-04-27
docs/library/index: Move WiPy "micro-libraries" under corresponding heading.
Paul Sokolovsky
2016-04-27
docs/library: Group MicroPython-specific modules under separate heading.
Paul Sokolovsky
2016-04-27
esp8266/esp8266.ld: Put axTLS to FlashROM.
Paul Sokolovsky
2016-04-27
esp8266/Makefile: Add target to build axTLS.
Paul Sokolovsky
2016-04-26
extmod/modlwip: Add print_pcbs() debug function.
Paul Sokolovsky
[next]