index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
modpyb.c
Age
Commit message (
Expand
)
Author
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
esp8266: Switch to standard mp_hal_ticks_ms() MPHAL function.
Paul Sokolovsky
2015-10-29
esp8266: Switch to standard mp_hal_delay_ms() MPHAL function.
Paul Sokolovsky
2015-10-29
esp8266: Switch to standard mp_hal_delay_us() MPHAL function.
Paul Sokolovsky
2015-06-22
esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.
Damien George
2015-05-28
esp8266: Add a bunch of miscellaneous methods
Josef Gajdusek
2015-05-28
esp8266: Add pyb.ADC class
Josef Gajdusek
2015-05-28
esp8266: Enable setting CPU frequency to 160MHz
Josef Gajdusek
2015-05-13
esp8266: Add utime and pyb.RTC
Josef Gajdusek
2015-05-12
esp8266: Implement time functions
Josef Gajdusek
2015-05-05
esp8266: Return CPU frequency in Hz.
Damien George
2015-02-13
esp8266: Add basic pyb.Pin class; supports output mode only.
Damien George
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-01-18
esp8266:modpyb: Implement hard_reset().
Paul Sokolovsky
2015-01-01
esp8266: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-27
esp8266: New port of Micro Python to ESP8266 wifi module.
Damien George