Paul Sokolovsky
|
793838a919
|
MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
This change allows to build unix version without libreadline installed.
|
2014-02-28 11:09:29 +02:00 |
|
Paul Sokolovsky
|
a9459bc723
|
unix: Add basic time module (with time() and clock() functions).
Both return int so far (single-precision float doesn't have enough
bits to represent int32 precisely).
|
2014-02-02 01:34:11 +02:00 |
|
Paul Sokolovsky
|
ed1239fce6
|
Add mpconfigport.mk file to configure which modules to include into build.
Proof of concept, controls "ffi" module as one which requires external
dependencies.
|
2014-02-01 20:09:45 +02:00 |
|