1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 06:49:14 +00:00
trezor-firmware/core/embed
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
..
boardloader fix(core): don't assert reset flags to allow "reboot to bootloader" 2021-03-10 18:31:51 +01:00
bootloader refactor(core): rework color definitions in bootloader 2021-03-10 18:33:00 +01:00
bootloader_ci refactor(core): rework color definitions in bootloader 2021-03-10 18:33:00 +01:00
extmod refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
firmware feat(core): Add Rust bindings to MicroPython and trezorhal 2021-05-05 16:00:21 +02:00
prodtest
reflash
rust feat(core): Add Rust bindings to MicroPython and trezorhal 2021-05-05 16:00:21 +02:00
segger
trezorhal core/embed/usb: add back usb fs code for t1 and redo fifo sizing 2021-04-14 23:03:29 +02:00
unix doc(core): update comments around UDP emulator 2021-03-09 16:19:03 +01:00
vendorheader