Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | all: Use the name MicroPython consistently in comments | Alexander Steffen | 2017-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 George | 2017-07-19 |
| | |||
* | windows: Add usleep() implementation for msvc port | stijn | 2015-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 issues | stijn | 2014-05-10 |
| | | | | | - use lowercase windows.h - fix for mingw32 using preprocessor-unfriendly definition of CLOCKS_PER_SEC | ||
* | windows: Add modtime implementation | stijn | 2014-05-09 |