summaryrefslogtreecommitdiff
path: root/esp8266/modesp.c
AgeCommit message (Expand)Author
2016-05-10esp8266: Convert to use new MP_Exxx errno symbols.Damien George
2016-05-03esp8266/modesp: Add malloc() and free() functions.Paul Sokolovsky
2016-05-03esp8266/modesp: Add esf_free_bufs() debugging function.Paul Sokolovsky
2016-04-28esp8266: Move pyb.info() function to esp module and remove pyb module.Damien George
2016-04-25py: Move call_function_*_protected() functions to py/ for reuse.Paul Sokolovsky
2016-04-18esp8266/modesp: Add flash_size() function.Paul Sokolovsky
2016-04-17esp8266/modesp: Allow esp.deepsleep to take 2nd arg for RF wake opt.Damien George
2016-04-11esp8266/modesp: Add freemem() and meminfo() functions.Paul Sokolovsky
2016-04-06esp8266: Make destination for vendor OS debug output soft-configurable.Damien George
2016-04-01esp8266: Move PHY mode constants from modesp to modnetwork.Paul Sokolovsky
2016-03-27esp8266/modesp: flash_read(): Accept buffer to read to as a second argument.Paul Sokolovsky
2016-03-27esp8266/modesp: flash_write(): Writes in multiples of 4 bytes.Paul Sokolovsky
2016-03-26esp8266: Add esp.neopixel_write function to bit-bang WS2812 data.Damien George
2016-03-12esp8266: Switch to lwIP built from source.Paul Sokolovsky
2016-03-10esp8266: Move wifi_mode() and phy_mode() to network module.Paul Sokolovsky
2016-02-08esp8266/modesp: Implement flash_write(), flash_erase().Alex March
2016-01-11py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George
2015-12-30esp8266/modesp: Allow to compile out proprietary espconn stuff.Paul Sokolovsky
2015-12-27esp8266: mac() function belongs to network module per the latest API.Paul Sokolovsky
2015-12-21esp8266: Remove superfluous includes.Paul Sokolovsky
2015-12-21esp8266/modesp: flash_read() takes 2 args (fix typo).Paul Sokolovsky
2015-11-24esp8266/modesp: Implement flash_read(offset, size_bytes) function.Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-08-29esp8266: Added wifi_mode() to read and set WiFi operating mode.Bill Owens
2015-07-20esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx.Damien George
2015-07-19esp8266: modesp: Update for gc_realloc() refactor.Paul Sokolovsky
2015-06-20esp8266: Move status() from esp module to networkBill Owens
2015-06-17esp8266: Move scan from esp module to networkBill Owens
2015-06-14esp8266: Changed esp_scan to keep the current WiFi operating mode but throw a...Bill Owens
2015-06-12esp8266: Move connect/disconnect from "esp" module to network.Paul Sokolovsky
2015-06-12esp8266: esp_connect(): The function is now vararg.Paul Sokolovsky
2015-06-02esp8266: Do not call espconn_create in constructor of esp.socket.Paul Sokolovsky
2015-05-28esp8266: Add a bunch of miscellaneous methodsJosef Gajdusek
2015-05-06esp8266: Add .onsent callback supportJosef Gajdusek
2015-05-06esp8266: Initialize socket->connlist to NULLJosef Gajdusek
2015-05-05esp8266: Fix endian of address returned by esp.getaddrinfo()Josef Gajdusek
2015-05-04esp8266: Add esp.socket class, with ESP-style socket functionality.Josef Gajdusek
2015-05-03esp8266: Export station status() constantsJosef Gajdusek
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-02-05esp8266: modesp: Add status() function for connection status.Paul Sokolovsky
2015-02-03esp8266: modesp: Add disconnect() function to disconnect from WiFi AP.Paul Sokolovsky
2015-02-01esp8266: modesp: Add connect() function to connect to WiFi AP.Paul Sokolovsky
2015-01-25esp8266: Handle exceptions in callback.Paul Sokolovsky
2015-01-25esp8266: Add "esp" module with esp8266-specific "cooperative" networking.Paul Sokolovsky