index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
Age
Commit message (
Expand
)
Author
2015-10-20
esp8266: Put more code in irom0 section, to get it building again.
Damien George
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-10-12
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Damien George
2015-09-15
esp8266: Added wlan.isconnected() to maintain parity with other ports.
Bill Owens
2015-09-12
esp8266: Remove "time" command from deploy target.
Damien George
2015-08-29
esp8266: Added wifi_mode() to read and set WiFi operating mode.
Bill Owens
2015-07-20
esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx.
Damien George
2015-07-19
esp8266: modesp: Update for gc_realloc() refactor.
Paul Sokolovsky
2015-07-04
esp8266: Allow to easily override programming baudrate.
Paul Sokolovsky
2015-06-22
esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.
Damien George
2015-06-20
esp8266: Move status() from esp module to network
Bill Owens
2015-06-19
esp8266: README: Typo fix.
Paul Sokolovsky
2015-06-18
esp8266: Explicit warning that port is experimental and subject to change.
Paul Sokolovsky
2015-06-18
ESP8266: Update the README.md to reflect what works
Radomir Dopieralski
2015-06-17
esp8266: Move scan from esp module to network
Bill Owens
2015-06-14
esp8266: Changed esp_scan to keep the current WiFi operating mode but throw a...
Bill Owens
2015-06-12
esp8266: Move connect/disconnect from "esp" module to network.
Paul Sokolovsky
2015-06-12
esp8266: Add skeleton "network" module.
Paul Sokolovsky
2015-06-12
esp8266: esp_connect(): The function is now vararg.
Paul Sokolovsky
2015-06-02
esp8266: Do not call espconn_create in constructor of esp.socket.
Paul Sokolovsky
2015-06-01
esp8266: Fix lost chars problem when block-xfering data (e.g., when pasting).
Paul Sokolovsky
2015-05-30
esp8266: Update to SDK version 1.1.0 (MIT-licensed).
Josef Gajdusek
2015-05-28
esp8266: Add a bunch of miscellaneous methods
Josef Gajdusek
2015-05-28
esp8266: Add pyb.ADC class
Josef Gajdusek
2015-05-28
esp8266: Enable setting CPU frequency to 160MHz
Josef Gajdusek
2015-05-26
esp8266: Move initialization to system_init_done_cb
Josef Gajdusek
2015-05-26
esp8266: Add uos module
Josef Gajdusek
2015-05-13
esp8266: Add configuration option for redirecting the built-in OS output
Josef Gajdusek
2015-05-13
esp8266: Actually use the decimal part of system_rtc_clock_cali_proc()
Josef Gajdusek
2015-05-13
esp8266: Put more literal and text obj data in irom0_0_seg.
Damien George
2015-05-13
esp8266: Add module weak links; link time to utime.
Damien George
2015-05-13
esp8266: Add utime and pyb.RTC
Josef Gajdusek
2015-05-13
esp8266: Update the linker script
Josef Gajdusek
2015-05-12
esp8266: Implement time functions
Josef Gajdusek
2015-05-06
esp8266: Add support for frozen modules
Josef Gajdusek
2015-05-06
esp8266: Add .onsent callback support
Josef Gajdusek
2015-05-06
esp8266: Initialize socket->connlist to NULL
Josef Gajdusek
2015-05-06
esp8266: Fix garbage collector by hard-coding stack end address.
Josef Gajdusek
2015-05-06
pyexec: Make raw REPL work with event-driven version of pyexec.
Damien George
2015-05-05
esp8266: Return CPU frequency in Hz.
Damien George
2015-05-05
esp8266: Fix endian of address returned by esp.getaddrinfo()
Josef Gajdusek
2015-05-04
esp8266: Add esp.socket class, with ESP-style socket functionality.
Josef Gajdusek
2015-05-03
esp8266: Export station status() constants
Josef Gajdusek
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-05
string0.c: Move from stmhal/ to lib/.
Paul Sokolovsky
2015-02-13
esp8266: Add basic pyb.Pin class; supports output mode only.
Damien George
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-07
py: Protect mp_parse and mp_compile with nlr push/pop block.
Damien George
2015-02-05
esp8266: modesp: Add status() function for connection status.
Paul Sokolovsky
2015-02-03
esp8266: modesp: Add disconnect() function to disconnect from WiFi AP.
Paul Sokolovsky
[next]