index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
esp8266
/
modesp.c
Commit message (
Expand
)
Author
Age
*
esp8266: Added wifi_mode() to read and set WiFi operating mode.
Bill Owens
2015-08-29
*
esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx.
Damien George
2015-07-20
*
esp8266: modesp: Update for gc_realloc() refactor.
Paul Sokolovsky
2015-07-19
*
esp8266: Move status() from esp module to network
Bill Owens
2015-06-20
*
esp8266: Move scan from esp module to network
Bill Owens
2015-06-17
*
esp8266: Changed esp_scan to keep the current WiFi operating mode but throw a...
Bill Owens
2015-06-14
*
esp8266: Move connect/disconnect from "esp" module to network.
Paul Sokolovsky
2015-06-12
*
esp8266: esp_connect(): The function is now vararg.
Paul Sokolovsky
2015-06-12
*
esp8266: Do not call espconn_create in constructor of esp.socket.
Paul Sokolovsky
2015-06-02
*
esp8266: Add a bunch of miscellaneous methods
Josef Gajdusek
2015-05-28
*
esp8266: Add .onsent callback support
Josef Gajdusek
2015-05-06
*
esp8266: Initialize socket->connlist to NULL
Josef Gajdusek
2015-05-06
*
esp8266: Fix endian of address returned by esp.getaddrinfo()
Josef Gajdusek
2015-05-05
*
esp8266: Add esp.socket class, with ESP-style socket functionality.
Josef Gajdusek
2015-05-04
*
esp8266: Export station status() constants
Josef Gajdusek
2015-05-03
*
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-16
*
esp8266: modesp: Add status() function for connection status.
Paul Sokolovsky
2015-02-05
*
esp8266: modesp: Add disconnect() function to disconnect from WiFi AP.
Paul Sokolovsky
2015-02-03
*
esp8266: modesp: Add connect() function to connect to WiFi AP.
Paul Sokolovsky
2015-02-01
*
esp8266: Handle exceptions in callback.
Paul Sokolovsky
2015-01-25
*
esp8266: Add "esp" module with esp8266-specific "cooperative" networking.
Paul Sokolovsky
2015-01-25