-
- Downloads
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
As long as a port implement mp_hal_sleep_ms(), mp_hal_ticks_ms(), etc. functions, it can just use standard implementations of utime.sleel_ms(), utime.ticks_ms(), etc. Python-level functions.
Showing
- esp8266/modutime.c 8 additions, 54 deletionsesp8266/modutime.c
- esp8266/mpconfigport.h 1 addition, 0 deletionsesp8266/mpconfigport.h
- extmod/utime_mphal.c 83 additions, 0 deletionsextmod/utime_mphal.c
- extmod/utime_mphal.h 36 additions, 0 deletionsextmod/utime_mphal.h
- py/mpconfig.h 6 additions, 0 deletionspy/mpconfig.h
- py/mphal.h 4 additions, 0 deletionspy/mphal.h
- py/py.mk 1 addition, 0 deletionspy/py.mk
extmod/utime_mphal.c
0 → 100644
extmod/utime_mphal.h
0 → 100644
Please register or sign in to comment