--- a/stmhal/mpconfigport.mk +++ b/stmhal/mpconfigport.mk @@ -5,3 +5,15 @@ MICROPY_PY_WIZNET5K ?= 0 # cc3k module for wifi support MICROPY_PY_CC3K ?= 0 + +MICROPY_PY_TREZORCONFIG = 1 + +MICROPY_PY_TREZORCRYPTO = 1 + +MICROPY_PY_TREZORDEBUG = 1 + +MICROPY_PY_TREZORMSG = 1 + +MICROPY_PY_TREZORUI = 1 + +MICROPY_PY_TREZORUTILS = 1