1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +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: remove loop.signal in favor of chan, change usage 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 MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
.gitignore
.pylintrc
asan_blacklist.txt core: asan config 2019-06-27 19:09:55 +02:00
AUTHORS MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
build-docker.sh core: fix docker build 2019-04-30 18:03:24 +02:00
ChangeLog
COPYING MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
emu.sh
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
SConscript.bootloader
SConscript.firmware core: add slip39 keyboard 2019-06-23 21:33:58 +02:00
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
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.