You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Enable/disable modules to be included in interpreter
|
|
|
|
|
|
|
|
# Subset of CPython time module
|
|
|
|
MICROPY_MOD_TIME = 1
|
|
|
|
|
|
|
|
# ffi module requires libffi (libffi-dev Debian package)
|
|
|
|
MICROPY_MOD_FFI = 0
|