index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
modutime.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-30
all: Convert remaining "mp_uint_t n_args" to "size_t n_args".
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-29
esp8266: Update to use size_t for tuple/list accessors.
Damien George
2016-11-06
esp8266: Rename "machine" module implementation to use contemporary naming.
Paul Sokolovsky
2016-10-29
esp8266/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-08-07
esp8266/modutime: Actually implement ticks_cpu().
Paul Sokolovsky
2016-03-04
esp8266/modutime: Support float argument to time.sleep().
Paul Sokolovsky
2016-03-04
esp8266: Add time.{sleep_ms,sleep_us,ticks_ms,ticks_us,ticks_diff}.
Damien George
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_delay_ms() MPHAL function.
Paul Sokolovsky
2015-05-13
esp8266: Add utime and pyb.RTC
Josef Gajdusek