1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/core/mocks/generated/trezorio
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
..
__init__.pyi refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
fatfs.pyi style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
sdcard.pyi