summaryrefslogtreecommitdiff
path: root/esp8266/modpyb.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-30all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2016-11-06esp8266: Rename "machine" module implementation to use contemporary naming.Paul Sokolovsky
2016-04-28esp8266: Move pyb.info() function to esp module and remove pyb module.Damien George
2016-04-05esp8266: Move pyb.unique_id() to machine.unique_id().Paul Sokolovsky
2016-04-05esp8266: Move pyb.hard_reset() to machine.reset().Paul Sokolovsky
2016-03-09esp8266: Move pyb.freq to machine.freq.Damien George
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-29esp8266: Switch to standard mp_hal_ticks_ms() MPHAL function.Paul Sokolovsky
2015-10-29esp8266: Switch to standard mp_hal_delay_ms() MPHAL function.Paul Sokolovsky
2015-10-29esp8266: Switch to standard mp_hal_delay_us() MPHAL function.Paul Sokolovsky
2015-06-22esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.Damien George
2015-05-28esp8266: Add a bunch of miscellaneous methodsJosef Gajdusek
2015-05-28esp8266: Add pyb.ADC classJosef Gajdusek
2015-05-28esp8266: Enable setting CPU frequency to 160MHzJosef Gajdusek
2015-05-13esp8266: Add utime and pyb.RTCJosef Gajdusek
2015-05-12esp8266: Implement time functionsJosef Gajdusek
2015-05-05esp8266: Return CPU frequency in Hz.Damien George
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-01-18esp8266:modpyb: Implement hard_reset().Paul Sokolovsky
2015-01-01esp8266: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George