- Oct 30, 2015
-
-
Dave Hylands authored
-
Dave Hylands authored
-
omtinez authored
Since VS2015, float formatting is C standard compliant by default: https://msdn.microsoft.com/en-us/library/bb531344(v=vs.140).aspx
-
omtinez authored
This script may be called by Windows IDEs (e.g. Visual Studio) and be passed paths with backslashes.
-
- Oct 29, 2015
-
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This file is actually port-generic and should be moved out of stmhal/ . Other ports already use it, and thus it should use mp_hal_ticks_ms() right away.
-
Paul Sokolovsky authored
-
- Oct 28, 2015
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
danicampora authored
-
- Oct 27, 2015
-
-
danicampora authored
-
Paul Sokolovsky authored
Since we now have it.
-
Paul Sokolovsky authored
These MPHAL functions are intended to replace previously used HAL_Delay(), HAL_GetTick() to provide better naming and MPHAL separation (they are fully equivalent otherwise). Also, refactor extmod/modlwip to use them.
-
- Oct 26, 2015
-
-
danicampora authored
-
Paul Sokolovsky authored
Like foo.bar or foo->bar.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
With MicroPython codestyle, with pointer casts, "*" packs with primary type without space. Few other similar changes too (git diff -b -w is null).
-
Martijn Koster authored
-
danicampora authored
-
Paul Sokolovsky authored
Based on the original patch by Galen Hazelwood: https://github.com/micropython/micropython/pull/1517 .
-
stijn authored
-
stijn authored
-
stijn authored
-
- Oct 25, 2015
-
-
Paul Sokolovsky authored
This is required to write structures to files, pass to FFI functions, etc.
-
Damien George authored
Addresses issue #1529.
-
Martijn Koster authored
-
Martijn Koster authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
stijn authored
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.
-
stijn authored
Fixes issues like #1532
-
Paul Sokolovsky authored
They return None if no data available.
-