2014-04-20 22:20:48 +03:00
|
|
|
# Enable/disable modules and 3rd-party libs to be included in interpreter
|
|
|
|
|
|
|
|
# Build 32-bit binaries on a 64-bit host
|
2021-11-25 12:16:29 +11:00
|
|
|
MICROPY_FORCE_32BIT ?= 0
|
2014-04-20 22:20:48 +03:00
|
|
|
|
2018-12-15 13:54:55 +11:00
|
|
|
# This variable can take the following values:
|
|
|
|
# 0 - no readline, just simple stdin input
|
|
|
|
# 1 - use MicroPython version of readline
|
2021-11-25 12:16:29 +11:00
|
|
|
MICROPY_USE_READLINE ?= 1
|