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
|
2021-11-24 20:16:29 -05:00
|
|
|
MICROPY_FORCE_32BIT ?= 0
|
2014-04-20 15:20:48 -04:00
|
|
|
|
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
|
2021-11-24 20:16:29 -05:00
|
|
|
MICROPY_USE_READLINE ?= 1
|