336 Commits (d59c2e5e45389d4d280ccec52f88bc469b15a469)

Author SHA1 Message Date
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
Damien George 304a96d7d6 esp8266: Put more literal and text obj data in irom0_0_seg. 10 years ago
Damien George 4e7dc97bdc esp8266: Add module weak links; link time to utime. 10 years ago
Josef Gajdusek 103d12a877 esp8266: Add utime and pyb.RTC 10 years ago
Josef Gajdusek b47931978f esp8266: Update the linker script 10 years ago
Josef Gajdusek 800d5cd16f esp8266: Implement time functions 10 years ago
Josef Gajdusek bda7041294 esp8266: Add support for frozen modules 10 years ago
Josef Gajdusek d39d96b700 esp8266: Add .onsent callback support 10 years ago
Josef Gajdusek 2d56df67cd esp8266: Initialize socket->connlist to NULL 10 years ago
Josef Gajdusek 28076f3d4b esp8266: Fix garbage collector by hard-coding stack end address. 10 years ago