Go to file
Jan Pochyla cb0f5e2595
switch to v2 wire protocol
- sessions
- crc32 checksum

TODO: tests
TODO: python-trezor implementation
TODO: dispatching
2016-09-27 17:26:01 +02:00
assets add bitbucket/gitlab to known u2f apps 2016-09-27 17:26:01 +02:00
docs remove homebrew docu generator, use docstring syntax 2016-09-27 17:25:50 +02:00
extmod add mem constants to debug module 2016-09-27 17:26:01 +02:00
src switch to v2 wire protocol 2016-09-27 17:26:01 +02:00
tools add __repr__ to Message and MessageType 2016-09-27 17:25:55 +02:00
vendor split debug (=dangerous) things from trezor.utils to trezor.debug 2016-09-27 17:26:01 +02:00
.gitignore introduce toi format 2016-09-27 17:19:50 +02:00
.gitmodules remove mbedtls 2016-09-27 17:23:21 +02:00
LICENSE init 2016-09-27 17:19:47 +02:00
Makefile add build_cross and build_frozen make targets 2016-09-27 17:24:19 +02:00
README.md update build instructions 2016-09-27 17:25:49 +02:00
emu.sh add perf option to emu.sh (-p) 2016-09-27 17:25:58 +02:00
send_udp.py send real wire msgs in send_udp.py 2016-09-27 17:24:21 +02:00

README.md

TREZOR Core

##Build instructions

###Linux

####Debian/Ubuntu

sudo apt-get install libsdl2-dev:i386
make build_unix

####Fedora

sudo yum install SDL2-devel.i686
make build_unix

####openSUSE

sudo zypper install libSDL2-devel-32bit
make build_unix

###OS X

brew install --universal sdl2
make build_unix

Windows

Not supported yet ...