1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-24 06:11:06 +00:00
trezor-firmware/core
2019-08-09 16:53:12 +02:00
..
assets
docs docs: do not ignore build subdirectory 2019-08-08 11:12:17 +02:00
embed core/crypto: Add AES mode constants. 2019-08-09 12:46:08 +02:00
mocks core/crypto: Add AES mode constants. 2019-08-09 12:46:08 +02:00
site_scons/site_tools/micropython
src core: debug messages when reading from wire 2019-08-09 16:53:12 +02:00
tests Merge pull request #280 from trezor/andrewkozlik/slip-0021 2019-08-06 14:26:34 +02:00
tools core/tools: Clarify hid-bridge README. 2019-08-09 12:46:41 +02:00
vendor
.dockerignore
.gitignore
.pylintrc
asan_blacklist.txt
AUTHORS
build-docker.sh
ChangeLog core+legacy: add new changelog entries 2019-08-07 15:42:33 +02:00
COPYING
emu.sh
Makefile
pytest.ini
README.md docs: add link to a built version of the docs 2019-08-08 11:38:32 +02:00
SConscript.boardloader MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
SConscript.bootloader
SConscript.firmware
SConscript.prodtest
SConscript.reflash
SConscript.unix
SConstruct
trezor_cmd.sh

Trezor Core

Trezor Logo

Build Status Gitter

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.

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.