1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-09 06:02:40 +00:00

core: remove readline from built firmware

This commit is contained in:
matejcik 2020-04-07 12:00:01 +02:00 committed by matejcik
parent 6c0a960794
commit a6976355c3
2 changed files with 1 additions and 3 deletions

View File

@ -176,7 +176,7 @@ SOURCE_MICROPYTHON = [
'vendor/micropython/extmod/modutimeq.c',
'vendor/micropython/extmod/utime_mphal.c',
'vendor/micropython/lib/embed/abort_.c',
'vendor/micropython/lib/mp-readline/readline.c',
#'vendor/micropython/lib/mp-readline/readline.c',
'vendor/micropython/lib/utils/gchelper_m3.s',
'vendor/micropython/lib/utils/interrupt_char.c',
'vendor/micropython/lib/utils/printf.c',

View File

@ -181,8 +181,6 @@ extern const struct _mp_obj_module_t mp_module_trezorutils;
#define MP_STATE_PORT MP_STATE_VM
#define MICROPY_PORT_ROOT_POINTERS \
const char *readline_hist[8]; \
// type definitions for the specific machine