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-05-02
esp8266/Makefile: Be sure to pass cross-compiling AR when building axtls.
Paul Sokolovsky
2016-05-02
docs: Add _io module reference.
Paul Sokolovsky
2016-05-02
docs: Add _collections module reference.
Paul Sokolovsky
2016-05-01
lib/axtls: Update to the latest upstream, fix reported MacOSX build issue.
Paul Sokolovsky
2016-05-01
docs/sys: Describe sys.platform is port-neutral manner.
Paul Sokolovsky
2016-05-01
docs/sys: Describe sys.maxsize.
Paul Sokolovsky
2016-05-01
docs/sys: Describe sys.implementation.
Paul Sokolovsky
2016-05-01
docs/sys: Clean up print_exception() description.
Paul Sokolovsky
2016-05-01
docs/sys: Clarify description of sys.exit().
Paul Sokolovsky
2016-05-01
docs/sys: Make module variable descriptions proper sentences.
Paul Sokolovsky
2016-05-01
docs/sys: Remove port-specific details from description of stdin/out/err.
Paul Sokolovsky
2016-05-01
docs/ustruct: Fix argument formatting.
Paul Sokolovsky
2016-05-01
docs/sys: Document sys.modules.
Paul Sokolovsky
2016-05-01
docs/ustruct: Document pack_into(), unpack_from().
Paul Sokolovsky
2016-05-01
docs/esp8266/quickref: Add info about WebREPL.
Paul Sokolovsky
2016-05-01
tests/run-bench-tests: Process tests in alphabetical order.
Paul Sokolovsky
2016-05-01
docs/utime: Clarify module purpose.
Paul Sokolovsky
2016-05-01
docs/library/utime: Elaborate on epochs and calendar time maintenance.
Paul Sokolovsky
2016-04-30
esp8266/README: Mention WebREPL.
Paul Sokolovsky
2016-04-30
esp8266/scripts/webrepl: Add "first connection" mode to setup password.
Paul Sokolovsky
2016-04-30
esp8266/scripts/webrepl: Switch to using _webrepl object wrapper.
Paul Sokolovsky
2016-04-30
esp8266/scripts/webrepl: Connection ack prompt is now printed by modwebrepl.
Paul Sokolovsky
2016-04-30
extmod/modwebrepl: Add support for password.
Paul Sokolovsky
2016-04-29
esp8266/scripts/inisetup: Create default boot.py in filesystem.
Paul Sokolovsky
2016-04-29
esp8266/scripts/_boot: builtins is no longer used.
Paul Sokolovsky
2016-04-29
esp8266/scripts: Move all of initial setup to inisetup module.
Paul Sokolovsky
2016-04-29
esp8266: Enable webrepl module.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Set debugging by default to off.
Paul Sokolovsky
2016-04-29
esp8266: Enable WebREPL file transfer rate limiting.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Add rate-limiting workaround for broken network drivers.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Use bigger socket receive buffer.
Paul Sokolovsky
2016-04-29
stmhal/accel: Raise an exception if the accel couldn't be initialised.
Damien George
2016-04-29
extmod/modwebrepl: More detailed debug output.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: GET_FILE: Send length-prefix chunk with one write().
Paul Sokolovsky
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
[prev]
[next]