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
Pavol Rusnak ede1a0bae3
core/sd_salt: introduce _get_device_dir, _get_salt_path
5 years ago
..
assets
docs docs: improve tests documentation 5 years ago
embed core: use set_clr_card_detect to disable SD card pull-up resistor 5 years ago
mocks core: regenerate mocks 5 years ago
site_scons/site_tools/micropython Revert "core: replace BITCOIN_ONLY with a constant only in src/trezor/utils.py" 5 years ago
src core/sd_salt: introduce _get_device_dir, _get_salt_path 5 years ago
tests core/tests: don't use curl, use wget 5 years ago
tools core/tools: Clarify hid-bridge README. 5 years ago
vendor
.dockerignore
.gitignore
.pylintrc
AUTHORS
COPYING
ChangeLog core: update changelog 5 years ago
Makefile core: respect PYOPT in firmware build 5 years ago
README.md
SConscript.boardloader
SConscript.bootloader
SConscript.firmware core: alphabetically order files in SConscript files 5 years ago
SConscript.prodtest
SConscript.reflash
SConscript.unix core: alphabetically order files in SConscript files 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.