2014-04-20 15:20:48 -04:00
|
|
|
# Enable/disable modules and 3rd-party libs to be included in interpreter
|
|
|
|
|
|
|
|
# Build 32-bit binaries on a 64-bit host
|
|
|
|
MICROPY_FORCE_32BIT = 0
|
|
|
|
|
2018-12-14 21:54:55 -05:00
|
|
|
# This variable can take the following values:
|
|
|
|
# 0 - no readline, just simple stdin input
|
|
|
|
# 1 - use MicroPython version of readline
|
2015-06-01 05:41:28 -04:00
|
|
|
MICROPY_USE_READLINE = 1
|
2014-04-20 15:20:48 -04:00
|
|
|
|
|
|
|
# ffi module requires libffi (libffi-dev Debian package)
|
2014-05-24 18:03:12 -04:00
|
|
|
MICROPY_PY_FFI = 0
|