summaryrefslogtreecommitdiffstatshomepage
path: root/windows/sleep.c
Commit message (Collapse)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
| | | | | There were several different spellings of MicroPython present in comments, when there should be only one.
* all: Remove trailing spaces, per coding conventions.Damien George2017-07-19
|
* windows: Add usleep() implementation for msvc portstijn2015-10-25
| | | | | | | Also make sleep.c self-contained by moving initialization code, instead of having part of the code in init.c, and add a header file to accomodate this. msec_sleep() now uses the usleep() implementation as well.
* mingw: Fix compilation issuesstijn2014-05-10
| | | | | - use lowercase windows.h - fix for mingw32 using preprocessor-unfriendly definition of CLOCKS_PER_SEC
* windows: Add modtime implementationstijn2014-05-09