1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 22:09:07 +00:00
trezor-firmware/core
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
..
.changelog.d
assets
embed refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
mocks refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
prof
site_scons/site_tools/micropython
src refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
tests
tools
vendor move vendored submodules to root vendor/ dir 2019-05-13 13:51:53 +02:00
.dockerignore
.gitignore
.pylintrc
.towncrier.template.md
asan_blacklist.txt
AUTHORS
CHANGELOG.md
CHANGELOG.unreleased
COPYING
emu.py
emu.sh
Makefile
README.md
SConscript.boardloader
SConscript.bootloader
SConscript.bootloader_ci
SConscript.firmware
SConscript.prodtest
SConscript.reflash
SConscript.unix
SConstruct
towncrier.toml

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.