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:
parent
6c0a960794
commit
a6976355c3
@ -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',
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user