You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core
matejcik 93062c4cc2
docs: improve docs, add random.md
5 years ago
..
assets MONOREPO CREATE FROM trezor-core 5 years ago
docs docs: improve docs, add random.md 5 years ago
embed core: bump version to 2.1.9 5 years ago
mocks core: add final mypy fixes! 5 years ago
site_scons/site_tools/micropython core: fix new Python SyntaxWarning (new in 3.8) 5 years ago
src core: fix typo in get_address 5 years ago
tests core/tezos: support the new protocol update (005-BABYLON) 5 years ago
tools
vendor
.dockerignore
.gitignore
.pylintrc
AUTHORS
COPYING
ChangeLog core: update changelog 5 years ago
Makefile ci: add fido2 tests to ci 5 years ago
README.md
SConscript.boardloader all: let's use -Wno-missing-braces because clang does not respect 5 years ago
SConscript.bootloader all: let's use -Wno-missing-braces because clang does not respect 5 years ago
SConscript.firmware all: let's use -Wno-missing-braces because clang does not respect 5 years ago
SConscript.prodtest all: let's use -Wno-missing-braces because clang does not respect 5 years ago
SConscript.reflash all: let's use -Wno-missing-braces because clang does not respect 5 years ago
SConscript.unix all: let's use -Wno-missing-braces because clang does not respect 5 years ago
SConstruct
asan_blacklist.txt
emu.sh
trezor_cmd.sh all: replace /bin/bash with /usr/bin/env bash 5 years ago

README.md

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.