summaryrefslogtreecommitdiff
path: root/esp8266
AgeCommit message (Expand)Author
2015-05-13esp8266: Add configuration option for redirecting the built-in OS outputJosef Gajdusek
2015-05-13esp8266: Actually use the decimal part of system_rtc_clock_cali_proc()Josef Gajdusek
2015-05-13esp8266: Put more literal and text obj data in irom0_0_seg.Damien George
2015-05-13esp8266: Add module weak links; link time to utime.Damien George
2015-05-13esp8266: Add utime and pyb.RTCJosef Gajdusek
2015-05-13esp8266: Update the linker scriptJosef Gajdusek
2015-05-12esp8266: Implement time functionsJosef Gajdusek
2015-05-06esp8266: Add support for frozen modulesJosef Gajdusek
2015-05-06esp8266: Add .onsent callback supportJosef Gajdusek
2015-05-06esp8266: Initialize socket->connlist to NULLJosef Gajdusek
2015-05-06esp8266: Fix garbage collector by hard-coding stack end address.Josef Gajdusek
2015-05-06pyexec: Make raw REPL work with event-driven version of pyexec.Damien George
2015-05-05esp8266: Return CPU frequency in Hz.Damien George
2015-05-05esp8266: Fix endian of address returned by esp.getaddrinfo()Josef Gajdusek
2015-05-04esp8266: Add esp.socket class, with ESP-style socket functionality.Josef Gajdusek
2015-05-03esp8266: Export station status() constantsJosef Gajdusek
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky
2015-02-13esp8266: Add basic pyb.Pin class; supports output mode only.Damien George
2015-02-13stmhal: Make pybstdio usable by other ports, and use it.Damien George
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-02-05esp8266: modesp: Add status() function for connection status.Paul Sokolovsky
2015-02-03esp8266: modesp: Add disconnect() function to disconnect from WiFi AP.Paul Sokolovsky
2015-02-01esp8266: modesp: Add connect() function to connect to WiFi AP.Paul Sokolovsky
2015-01-31esp8266: Add "reset" target to Makefile.Paul Sokolovsky
2015-01-31esp8266: Update ROM address map to vendor SDK 0.9.5.Paul Sokolovsky
2015-01-25esp8266: Handle exceptions in callback.Paul Sokolovsky
2015-01-25esp8266: Add "esp" module with esp8266-specific "cooperative" networking.Paul Sokolovsky
2015-01-18esp8266: Add missing hard_reset qstr.Paul Sokolovsky
2015-01-18esp8266:modpyb: Implement hard_reset().Paul Sokolovsky
2015-01-16esp8266: Implement task-based, event-driven interface with UART.Paul Sokolovsky
2015-01-15esp8266: Use dedicated heap allocated as static array.Paul Sokolovsky
2015-01-12esp8266: Update for readline module moved to lib/.Paul Sokolovsky
2015-01-09py: Disable stack checking by default; enable on most ports.Damien George
2015-01-07stmhal: Collect all root pointers together in 1 place.Damien George
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-01esp8266: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-29py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.Damien George
2014-12-06esp8266/README: Fix typos.Paul Sokolovsky
2014-11-29esp8266: Add README.md.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-11-29esp8266: Move more rodata to irom section.Damien George
2014-11-28esp8266: Make default ESP_SDK variable work correctly.Damien George
2014-11-28esp8266: Change bignum from mpz to longlong; move some rodata to iram.Damien George
2014-11-28esp8266: Provide sensible default ESP_SDK; deploy 2 the images together.Damien George
2014-11-28esp8266: Allow to override serial port.Paul Sokolovsky
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George