1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-23 13:51:00 +00:00
trezor-firmware/core
2019-08-08 11:38:32 +02:00
..
assets
docs docs: do not ignore build subdirectory 2019-08-08 11:12:17 +02:00
embed
mocks
site_scons/site_tools/micropython
src
tests Merge pull request #280 from trezor/andrewkozlik/slip-0021 2019-08-06 14:26:34 +02:00
tools core/typing: improve extmod types 2019-07-09 12:51:48 +02:00
vendor move vendored submodules to root vendor/ dir 2019-05-13 13:51:53 +02:00
.dockerignore
.gitignore core: git ignore coverage outputs 2019-06-26 22:10:05 +02:00
.pylintrc
asan_blacklist.txt
AUTHORS
build-docker.sh
ChangeLog
COPYING
emu.sh core/emu: use #!/usr/bin/env in shebang (#263) 2019-06-26 12:16:41 +02:00
Makefile
pytest.ini python: more consistent handling of markers in device_tests 2019-05-27 16:38:35 +02:00
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 MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
SConscript.unix core: add slip39 keyboard 2019-06-23 21:33:58 +02:00
SConstruct MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
trezor_cmd.sh all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00

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.