70 Commits (7a4b10cc4ced3aa5562841536be897c0701012dc)

Author SHA1 Message Date
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
Damien George c98c128fe8 pyexec: Make raw REPL work with event-driven version of pyexec. 10 years ago
Damien George 3d91b1f67f esp8266: Return CPU frequency in Hz. 10 years ago
Josef Gajdusek 82d08dccc6 esp8266: Fix endian of address returned by esp.getaddrinfo() 10 years ago
Josef Gajdusek 9e00ac89d5 esp8266: Add esp.socket class, with ESP-style socket functionality. 10 years ago
Josef Gajdusek 7e7039b53c esp8266: Export station status() constants 10 years ago
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Paul Sokolovsky 3a84c8b58d string0.c: Move from stmhal/ to lib/. 10 years ago
Damien George 87c6250b4c esp8266: Add basic pyb.Pin class; supports output mode only. 10 years ago
Damien George 0b32e50365 stmhal: Make pybstdio usable by other ports, and use it. 10 years ago
Damien George 0bfc7638ba py: Protect mp_parse and mp_compile with nlr push/pop block. 10 years ago
Paul Sokolovsky d6f648d04f esp8266: modesp: Add status() function for connection status. 10 years ago
Paul Sokolovsky 1cd47c6315 esp8266: modesp: Add disconnect() function to disconnect from WiFi AP. 10 years ago
Paul Sokolovsky 471b2a8906 esp8266: modesp: Add connect() function to connect to WiFi AP. 10 years ago
Paul Sokolovsky 8fff7f8d38 esp8266: Add "reset" target to Makefile. 10 years ago
Paul Sokolovsky eca9a9323a esp8266: Update ROM address map to vendor SDK 0.9.5. 10 years ago
Paul Sokolovsky 5fb775a0c0 esp8266: Handle exceptions in callback. 10 years ago