Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/unix/mpconfigport.mk

11 lines
299 B
Makefile
Raw Normal View History

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-27 18:10:40 +02:00
# Enable/disable modules and 3rd-party libs to be included in interpreter
# Linking with GNU readline causes binary to be licensed under GPL
MICROPY_USE_READLINE = 1
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:06:55 +02:00
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 00:57:06 +02:00
# Subset of CPython time module
MICROPY_MOD_TIME = 1
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:06:55 +02:00
# ffi module requires libffi (libffi-dev Debian package)
unix: Enable modffi by default. ffi is needed to use micropython-lib, so let's have it enabled by default, then folks who have troubles with libffi can disable it, instead of everyone doing manual actions again and again.
2014-04-13 00:01:40 +03:00
MICROPY_MOD_FFI = 1
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 25ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API