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
path:
root
/
esp8266
Age
Commit message (
Expand
)
Author
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/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
esp8266/scripts/neopixel.py: Swap red and green in pixel accessor.
Damien George
2016-05-03
esp8266/scripts/inisetup: Update for nic.mac() method being gone.
Paul Sokolovsky
2016-05-03
esp8266/modnetwork: Remove .mac() method, move to .config("mac").
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
esp8266/scripts/webrepl_setup: Reject too short passwords.
Paul Sokolovsky
2016-05-02
esp8266/Makefile: Be sure to pass cross-compiling AR when building axtls.
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-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
esp8266: Enable WebREPL file transfer rate limiting.
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-28
esp8266/modnetwork: Make WLAN.ifconfig() read/write.
Aex Aey
2016-04-28
esp8266/README: Add recently required step of 'make axtls'.
bsdfox
2016-04-28
esp8266: Set suitable values for axtls's RT_MAX_PLAIN_LENGTH & RT_EXTRA.
Paul Sokolovsky
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
esp8266: Move pyb.info() function to esp module and remove pyb module.
Damien George
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-27
esp8266/axtls_helpers: Helper/wrapper functions for axTLS.
Paul Sokolovsky
2016-04-27
esp8266/Makefile: Override abort() when building axtls.
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
esp8266/scripts/webrepl: Add "ws://" to "daemon started at" message.
Paul Sokolovsky
2016-04-26
esp8266/scripts/flashbdev: Use all available Flash for filesystem.
Paul Sokolovsky
2016-04-26
esp8266/scripts/webrepl: Print client address for incoming connections.
Paul Sokolovsky
2016-04-26
esp8266/scripts/webrepl: Print connection address.
Paul Sokolovsky
2016-04-25
py: Move call_function_*_protected() functions to py/ for reuse.
Paul Sokolovsky
2016-04-25
esp8266/scripts/webrepl: Allow to override port.
Paul Sokolovsky
2016-04-25
esp8266/scripts/webrepl: Don't start on import.
Paul Sokolovsky
2016-04-25
esp8266/scripts/webrepl: Convert to persistent daemon.
Paul Sokolovsky
[next]