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-04
py/obj: Add warning note about get_array return value and GC blocks.
Damien George
2016-05-03
docs: Bump version to 1.8.
Damien George
2016-05-03
docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.
Damien George
2016-05-03
docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.
Paul Sokolovsky
2016-05-03
docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.
Paul Sokolovsky
2016-05-03
esp8266/main: Set sys.path to ["", "/", "/lib"].
Paul Sokolovsky
2016-05-03
esp8266: Shrink help text by a few lines, to fit in smaller windows.
Damien George
2016-05-03
esp8266/scripts/ntptime: Add simple NTP client.
Paul Sokolovsky
2016-05-03
esp8266/tutorial: Mention that esptool is available via pip.
Damien George
2016-05-03
docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.
Damien George
2016-05-03
docs/library/machine.Pin: Update pin docs to reflect ESP8266 support.
Damien George
2016-05-03
esp8266/modpybpin: Make pin.irq() methods take keyword args.
Damien George
2016-05-03
esp8266/modpybpin: Use None instead of PULL_NONE for no-pull config.
Damien George
2016-05-03
esp8266/modpybpin: Use enum+array instead of struct for parsing args.
Damien George
2016-05-03
tools/mpy-tool: Make sure that all C-level variables are unique.
Damien George
2016-05-03
esp8266/scripts/neopixel.py: Swap red and green in pixel accessor.
Damien George
2016-05-03
docs/machine: idle() description generalization.
Paul Sokolovsky
2016-05-03
docs/machine: More generic description of sleep's, WiPy details to its genref.
Paul Sokolovsky
2016-05-03
docs/machine: Move WiPy-specific hardware details to its general reference.
Paul Sokolovsky
2016-05-03
docs/machine: Generalize docs from just WiPy to other ports.
Paul Sokolovsky
2016-05-03
extmod/modlwip: Implement sendall() method for TCP sockets.
Paul Sokolovsky
2016-05-03
docs/esp8266: Add ESP8266 tutorial.
Damien George
2016-05-03
esp8266/scripts/inisetup: Update for nic.mac() method being gone.
Paul Sokolovsky
2016-05-03
docs/network: esp8266: MAC address is set via .config() method.
Paul Sokolovsky
2016-05-03
esp8266/modnetwork: Remove .mac() method, move to .config("mac").
Paul Sokolovsky
2016-05-03
docs: Use getaddrinfo() result in easy way.
Paul Sokolovsky
2016-05-03
examples/network/: Use getaddrinfo() result in easy way.
Paul Sokolovsky
2016-05-03
esp8266/scripts/inisetup: Enable WebREPL auto-start on boot.
Paul Sokolovsky
2016-05-03
esp8266/modesp: Add malloc() and free() functions.
Paul Sokolovsky
2016-05-03
esp8266/modesp: Add esf_free_bufs() debugging function.
Paul Sokolovsky
2016-05-03
esp8266/esp_mphal: Add ets_esf_free_bufs(), etc. functions.
Paul Sokolovsky
2016-05-03
esp8266/modnetwork: Remove deprecated wifi_mode().
Paul Sokolovsky
2016-05-02
esp8266: Change platform name from ESP8266 to esp8266.
Damien George
2016-05-02
extmod/modwebrepl: Get rid of using strncpy().
Paul Sokolovsky
2016-05-02
lib/libc/string0: Remove better-than-standard strncpy() implementation.
Paul Sokolovsky
2016-05-02
esp8266/scripts/webrepl_setup: Reject too short passwords.
Paul Sokolovsky
2016-05-02
lib/libc/string0: Add strncpy() implementation.
Paul Sokolovsky
2016-05-02
docs/esp8266_contents: Referebce general and tutorial docs.
Paul Sokolovsky
2016-05-02
docs/esp8266/general: Add "Boot process" section.
Paul Sokolovsky
2016-05-02
docs/esp8266/general: Add techspec section.
Paul Sokolovsky
2016-05-02
docs/esp8266/general: Fix list formatting.
Paul Sokolovsky
2016-05-02
docs/esp8266/general: Add more points to "Multitude of boards" section.
Paul Sokolovsky
2016-05-02
docs/esp8266/general: WebREPL is described in quickref for now.
Paul Sokolovsky
2016-05-02
tests: Make "io" modules fixes for CPython compatibility.
Paul Sokolovsky
2016-05-02
docs/library/machine.I2C: Update to reflect ESP8266 implementation.
Damien George
2016-05-02
tests: Update for _io/_collections module having been renamed.
Paul Sokolovsky
2016-05-02
docs: _io and _collections were renamed to have standard "u" prefix.
Paul Sokolovsky
2016-05-02
py/modcollections: Rename module name have "u" prefix for consistency.
Paul Sokolovsky
2016-05-02
py/modio: Rename module name to "uio" for consistency with other modules.
Paul Sokolovsky
2016-05-02
stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.
Damien George
[prev]
[next]