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

8 lines
187 B
Makefile
Raw Normal View History

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
# Enable/disable modules to be included in interpreter
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)
MICROPY_MOD_FFI = 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 26ms Template: 1ms
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