2014-02-27 16:10:40 +00: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
|
2014-02-01 18:06:55 +00:00
|
|
|
|
2014-02-01 22:57:06 +00:00
|
|
|
# Subset of CPython time module
|
|
|
|
MICROPY_MOD_TIME = 1
|
|
|
|
|
2014-02-01 18:06:55 +00:00
|
|
|
# ffi module requires libffi (libffi-dev Debian package)
|
2014-03-29 13:48:32 +00:00
|
|
|
MICROPY_MOD_FFI = 0
|