mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-23 13:51:00 +00:00
bb2556a22c
* docs: improve loop.py, ui.init * docs: improve trezor.loop, rename spawn to race * docs: wire * core/wire: simplify and document the session handler * core/wire: improve documentation * core/wire: improve docs * core/docs: document ui.grid function * core: decouple ui and workflow, document both * core: improve docs Co-authored-by: Tomas Susanka <tsusanka@gmail.com> |
||
---|---|---|
.. | ||
assets | ||
docs | ||
embed | ||
mocks | ||
site_scons/site_tools/micropython | ||
src | ||
tests | ||
tools | ||
vendor | ||
.dockerignore | ||
.gitignore | ||
.pylintrc | ||
asan_blacklist.txt | ||
AUTHORS | ||
build-docker.sh | ||
ChangeLog | ||
COPYING | ||
emu.sh | ||
Makefile | ||
README.md | ||
SConscript.boardloader | ||
SConscript.bootloader | ||
SConscript.firmware | ||
SConscript.prodtest | ||
SConscript.reflash | ||
SConscript.unix | ||
SConstruct | ||
trezor_cmd.sh |
Trezor Core
This is the source code for 2nd generation of Trezor called Trezor model T.
It runs both inside of the device and also in the Trezor Emulator.
Documentation
The documentation can be found in the docs
folder. See SUMMARY.md for a list of topics.
The documentation is also automatically built into a HTML format using mdBook and deployed to https://docs.trezor.io, where you can read it in a well arranged way.