1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/core/embed/extmod/modtrezorio
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
..
diskio.h
ff_unifdef.sh
ff.c core/extmod: explicitly initialize automatic variables 2020-08-04 14:50:07 +02:00
ff.h
ffconf.h
ffunicode.c core/extmod: explicitly initialize automatic variables 2020-08-04 14:50:07 +02:00
modtrezorio-fatfs.h style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
modtrezorio-flash.h core/extmod: explicitly initialize automatic variables 2020-08-04 14:50:07 +02:00
modtrezorio-hid.h feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 2021-03-09 16:13:21 +01:00
modtrezorio-poll.h style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
modtrezorio-sbu.h
modtrezorio-sdcard.h core/extmod: explicitly initialize automatic variables 2020-08-04 14:50:07 +02:00
modtrezorio-usb.h refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
modtrezorio-vcp.h feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 2021-03-09 16:13:21 +01:00
modtrezorio-webusb.h feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 2021-03-09 16:13:21 +01:00
modtrezorio.c fix(core): help mypy understand micropython's module management 2020-09-23 16:00:10 +02:00