1. 8140772 esp8266/modesp: Implement flash_write(), flash_erase(). by Alex March · 9 years ago
  2. 5b3f0b7 py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. by Damien George · 10 years ago
  3. 43fecb0 esp8266/modesp: Allow to compile out proprietary espconn stuff. by Paul Sokolovsky · 10 years ago
  4. fce0036 esp8266: mac() function belongs to network module per the latest API. by Paul Sokolovsky · 10 years ago
  5. abd0fcf esp8266: Remove superfluous includes. by Paul Sokolovsky · 10 years ago
  6. e13d462 esp8266/modesp: flash_read() takes 2 args (fix typo). by Paul Sokolovsky · 10 years ago
  7. 90202b4 esp8266/modesp: Implement flash_read(offset, size_bytes) function. by Paul Sokolovsky · 10 years ago
  8. 731f359 all: Add py/mphal.h and use it in all ports. by Damien George · 10 years ago
  9. a66a99b esp8266: Added wifi_mode() to read and set WiFi operating mode. by Bill Owens · 10 years ago
  10. 75b1d88 esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx. by Damien George · 10 years ago
  11. ab14c30 esp8266: modesp: Update for gc_realloc() refactor. by Paul Sokolovsky · 10 years ago
  12. 60ccb41 esp8266: Move status() from esp module to network by Bill Owens · 10 years ago
  13. 686516f esp8266: Move scan from esp module to network by Bill Owens · 10 years ago
  14. 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
  15. 32eb4b9 esp8266: Move connect/disconnect from "esp" module to network. by Paul Sokolovsky · 10 years ago
  16. 431603a esp8266: esp_connect(): The function is now vararg. by Paul Sokolovsky · 10 years ago
  17. a32538b esp8266: Do not call espconn_create in constructor of esp.socket. by Paul Sokolovsky · 10 years ago
  18. 286ced4 esp8266: Add a bunch of miscellaneous methods by Josef Gajdusek · 10 years ago
  19. d39d96b esp8266: Add .onsent callback support by Josef Gajdusek · 10 years ago
  20. 2d56df6 esp8266: Initialize socket->connlist to NULL by Josef Gajdusek · 10 years ago
  21. 82d08dc esp8266: Fix endian of address returned by esp.getaddrinfo() by Josef Gajdusek · 10 years ago
  22. 9e00ac8 esp8266: Add esp.socket class, with ESP-style socket functionality. by Josef Gajdusek · 10 years ago
  23. 7e7039b esp8266: Export station status() constants by Josef Gajdusek · 10 years ago
  24. 7f9d1d6 py: Overhaul and simplify printf/pfenv mechanism. by Damien George · 10 years ago
  25. d6f648d esp8266: modesp: Add status() function for connection status. by Paul Sokolovsky · 11 years ago
  26. 1cd47c6 esp8266: modesp: Add disconnect() function to disconnect from WiFi AP. by Paul Sokolovsky · 11 years ago
  27. 471b2a8 esp8266: modesp: Add connect() function to connect to WiFi AP. by Paul Sokolovsky · 11 years ago
  28. 5fb775a esp8266: Handle exceptions in callback. by Paul Sokolovsky · 11 years ago
  29. 6ec650b esp8266: Add "esp" module with esp8266-specific "cooperative" networking. by Paul Sokolovsky · 11 years ago