95 Commits (9598f36a84e19045e2978ab902e2367dc2fa12d4)

Author SHA1 Message Date
Paul Sokolovsky 609a9c6b71 eagle.rom.addr.v6.ld: More symbols from SDK 1.5.0. 9 years ago
Paul Sokolovsky a2e39a756c esp8266/modpybrtc: Simplify multiplication by fixed-point value. 9 years ago
Paul Sokolovsky 9e78ab4b86 esp8266/README: Add hint about adding toolchain to PATH. 9 years ago
Paul Sokolovsky 814b1ae3a9 esp8266/modpybrtc: pyb_rtc_memory(): Fix copy-paste error. 9 years ago
Alex March 81407729a5 esp8266/modesp: Implement flash_write(), flash_erase(). 9 years ago
Damien George 5b3f0b7f39 py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. 9 years ago
Paul Sokolovsky adfe4ff72a esp8266: Support CFLAGS_EXTRA. 9 years ago
Paul Sokolovsky 43fecb0acb esp8266/modesp: Allow to compile out proprietary espconn stuff. 9 years ago
Paul Sokolovsky fce0036a67 esp8266: mac() function belongs to network module per the latest API. 9 years ago
Damien George 84b245f187 lib/utils: Add pyexec_frozen_module to load and execute frozen module. 9 years ago
Paul Sokolovsky abd0fcfc86 esp8266: Remove superfluous includes. 9 years ago
Paul Sokolovsky e13d462f77 esp8266/modesp: flash_read() takes 2 args (fix typo). 9 years ago
Paul Sokolovsky 90202b4c0d esp8266/modesp: Implement flash_read(offset, size_bytes) function. 9 years ago
Paul Sokolovsky 73ff0687f2 lib/utils/printf: Move from stmhal/ . 9 years ago
Damien George 40274fec9c lib/pyexec: Move header pyexec.h from stmhal directory. 9 years ago
Paul Sokolovsky 0ec51441de stmhal: pyexec.c is common module, move to lib/utils/ . 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Paul Sokolovsky 6a09e7d7ae esp8266: Switch to standard mp_hal_ticks_ms() MPHAL function. 9 years ago
Paul Sokolovsky ebd9f550e8 esp8266: Switch to standard mp_hal_delay_ms() MPHAL function. 9 years ago
Paul Sokolovsky 5699fc9d0e esp8266: Switch to standard mp_hal_delay_us() MPHAL function. 9 years ago
Paul Sokolovsky 0dbd928cee Makefiles: Remove duplicate object files when linking. 9 years ago
Damien George f09f8097d5 esp8266: Put more code in irom0 section, to get it building again. 9 years ago
Paul Sokolovsky e0f5df579b all: Make netutils.h available to all ports by default. 9 years ago
Damien George 0334058fa4 Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. 9 years ago
Bill Owens e2bfa471fa esp8266: Added wlan.isconnected() to maintain parity with other ports. 10 years ago
Damien George 229b908d2e esp8266: Remove "time" command from deploy target. 9 years ago
Bill Owens a66a99bfd8 esp8266: Added wifi_mode() to read and set WiFi operating mode. 10 years ago
Damien George 75b1d881ec esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx. 9 years ago
Paul Sokolovsky ab14c30493 esp8266: modesp: Update for gc_realloc() refactor. 9 years ago
Paul Sokolovsky b19d273beb esp8266: Allow to easily override programming baudrate. 9 years ago
Damien George de8b585ab7 esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object. 10 years ago
Bill Owens 60ccb41fac esp8266: Move status() from esp module to network 10 years ago
Paul Sokolovsky a193ced7fa esp8266: README: Typo fix. 10 years ago
Paul Sokolovsky b6a08208e1 esp8266: Explicit warning that port is experimental and subject to change. 10 years ago
Radomir Dopieralski 0cba23716d ESP8266: Update the README.md to reflect what works 10 years ago
Bill Owens 686516f90a esp8266: Move scan from esp module to network 10 years ago
Bill Owens 3ce212e0a6 esp8266: Changed esp_scan to keep the current WiFi operating mode but throw an exception if WiFi is in AP only mode 10 years ago
Paul Sokolovsky 32eb4b9055 esp8266: Move connect/disconnect from "esp" module to network. 10 years ago
Paul Sokolovsky ee3fec3167 esp8266: Add skeleton "network" module. 10 years ago
Paul Sokolovsky 431603ad69 esp8266: esp_connect(): The function is now vararg. 10 years ago
Paul Sokolovsky a32538bb66 esp8266: Do not call espconn_create in constructor of esp.socket. 10 years ago
Paul Sokolovsky 2fc1e64319 esp8266: Fix lost chars problem when block-xfering data (e.g., when pasting). 10 years ago
Josef Gajdusek 7d8edeff4e esp8266: Update to SDK version 1.1.0 (MIT-licensed). 10 years ago
Josef Gajdusek 286ced4c2f esp8266: Add a bunch of miscellaneous methods 10 years ago
Josef Gajdusek 25a8a42447 esp8266: Add pyb.ADC class 10 years ago
Josef Gajdusek 492fd5cb6b esp8266: Enable setting CPU frequency to 160MHz 10 years ago
Josef Gajdusek 967f3230f5 esp8266: Move initialization to system_init_done_cb 10 years ago
Josef Gajdusek 59610c4004 esp8266: Add uos module 10 years ago
Josef Gajdusek 1c132c8587 esp8266: Add configuration option for redirecting the built-in OS output 10 years ago
Josef Gajdusek 40c6d57804 esp8266: Actually use the decimal part of system_rtc_clock_cali_proc() 10 years ago