Go to file
Jan Pochyla b6caad6b9b
send touch events on iface in modtrezormsg
2016-09-27 17:25:45 +02:00
assets introduce trezor.res module 2016-09-27 17:24:24 +02:00
docs update docu 2016-09-27 17:24:20 +02:00
extmod send touch events on iface in modtrezormsg 2016-09-27 17:25:45 +02:00
src rework events around interfaces, split msg.py to wire.py 2016-09-27 17:25:44 +02:00
tools MessageType.type -> MessageType.wire_type 2016-09-27 17:24:21 +02:00
vendor trezor.storage -> trezor.config 2016-09-27 17:24:23 +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 os -> core 2016-09-27 17:24:13 +02:00
collect_res.py fix gitignore filename 2016-09-27 17:24:24 +02:00
emu.sh new message handling using msg.select 2016-09-27 17:23:59 +02:00
emu_stick.sh Stickuv playground 2016-09-27 17:24:06 +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

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

###OS X

brew install sdl2
make build_unix64