micropython/ports/windows/msvc
Damien George 9955553001 extmod/modutime: Provide a generic time module.
Based on extmod/utime_mphal.c, with:
- a globals dict added
- time.localtime wrapper added
- time.time wrapper added
- time.time_ns function added

New configuration options are added for this module:
- MICROPY_PY_UTIME (enabled at basic features level)
- MICROPY_PY_UTIME_GMTIME_LOCALTIME_MKTIME
- MICROPY_PY_UTIME_TIME_TIME_NS

Signed-off-by: Damien George <damien@micropython.org>
2023-04-27 15:09:56 +10:00
..
sys
common.props
debug.props
dirent.c
dirent.h
genhdr.targets windows/msvc: Fix module freezing. 2023-02-01 13:10:00 +11:00
gettimeofday.c
paths.props
release.props
sources.props extmod/modutime: Provide a generic time module. 2023-04-27 15:09:56 +10:00
unistd.h