1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 11:39:03 +00:00
trezor-firmware/core/embed/extmod
matejcik 391976bcda refactor(core/usb): do not require serial number on instantiaton of USB
On a cleanly wiped device, storage must be unlocked in order to create
and retrieve the serial number. However, storage unlocking happens in
boot.py, which is imported _after_ usb.py

We must therefore sidestep asking for the serial number.
2021-05-06 13:14:21 +02:00
..
modtrezorconfig style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
modtrezorcrypto style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
modtrezorio refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
modtrezorui style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
modtrezorutils style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
trezorobj.c feat(core): Add Rust bindings to MicroPython and trezorhal 2021-05-05 16:00:21 +02:00
trezorobj.h feat(core): Add Rust bindings to MicroPython and trezorhal 2021-05-05 16:00:21 +02:00