Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
a4c8ef9d16d45c58bbfc0aba451e4c197c552f0f
/
esp8266
/
modesp.c
8140772
esp8266/modesp: Implement flash_write(), flash_erase().
by Alex March
· 9 years ago
5b3f0b7
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
by Damien George
· 10 years ago
43fecb0
esp8266/modesp: Allow to compile out proprietary espconn stuff.
by Paul Sokolovsky
· 10 years ago
fce0036
esp8266: mac() function belongs to network module per the latest API.
by Paul Sokolovsky
· 10 years ago
abd0fcf
esp8266: Remove superfluous includes.
by Paul Sokolovsky
· 10 years ago
e13d462
esp8266/modesp: flash_read() takes 2 args (fix typo).
by Paul Sokolovsky
· 10 years ago
90202b4
esp8266/modesp: Implement flash_read(offset, size_bytes) function.
by Paul Sokolovsky
· 10 years ago
731f359
all: Add py/mphal.h and use it in all ports.
by Damien George
· 10 years ago
a66a99b
esp8266: Added wifi_mode() to read and set WiFi operating mode.
by Bill Owens
· 10 years ago
75b1d88
esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx.
by Damien George
· 10 years ago
ab14c30
esp8266: modesp: Update for gc_realloc() refactor.
by Paul Sokolovsky
· 10 years ago
60ccb41
esp8266: Move status() from esp module to network
by Bill Owens
· 10 years ago
686516f
esp8266: Move scan from esp module to network
by Bill Owens
· 10 years ago
3ce212e
esp8266: Changed esp_scan to keep the current WiFi operating mode but throw an exception if WiFi is in AP only mode
by Bill Owens
· 10 years ago
32eb4b9
esp8266: Move connect/disconnect from "esp" module to network.
by Paul Sokolovsky
· 10 years ago
431603a
esp8266: esp_connect(): The function is now vararg.
by Paul Sokolovsky
· 10 years ago
a32538b
esp8266: Do not call espconn_create in constructor of esp.socket.
by Paul Sokolovsky
· 10 years ago
286ced4
esp8266: Add a bunch of miscellaneous methods
by Josef Gajdusek
· 10 years ago
d39d96b
esp8266: Add .onsent callback support
by Josef Gajdusek
· 10 years ago
2d56df6
esp8266: Initialize socket->connlist to NULL
by Josef Gajdusek
· 10 years ago
82d08dc
esp8266: Fix endian of address returned by esp.getaddrinfo()
by Josef Gajdusek
· 10 years ago
9e00ac8
esp8266: Add esp.socket class, with ESP-style socket functionality.
by Josef Gajdusek
· 10 years ago
7e7039b
esp8266: Export station status() constants
by Josef Gajdusek
· 10 years ago
7f9d1d6
py: Overhaul and simplify printf/pfenv mechanism.
by Damien George
· 10 years ago
d6f648d
esp8266: modesp: Add status() function for connection status.
by Paul Sokolovsky
· 11 years ago
1cd47c6
esp8266: modesp: Add disconnect() function to disconnect from WiFi AP.
by Paul Sokolovsky
· 11 years ago
471b2a8
esp8266: modesp: Add connect() function to connect to WiFi AP.
by Paul Sokolovsky
· 11 years ago
5fb775a
esp8266: Handle exceptions in callback.
by Paul Sokolovsky
· 11 years ago
6ec650b
esp8266: Add "esp" module with esp8266-specific "cooperative" networking.
by Paul Sokolovsky
· 11 years ago