Go to file
Pavol Rusnak 85d068f03f
reorganize modtrezorui sources
2016-09-27 17:24:14 +02:00
assets improve display.loader 2016-09-27 17:24:04 +02:00
docs update info about bootloader format 2016-09-27 17:24:13 +02:00
extmod reorganize modtrezorui sources 2016-09-27 17:24:14 +02:00
src WIP: more UI experiments, now with 100% more OOP 2016-09-27 17:24:13 +02:00
tools Generate message type constant into message modules 2016-09-27 17:24:10 +02:00
vendor reorganize modtrezorui sources 2016-09-27 17:24:14 +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 make update -> make vendor 2016-09-27 17:24:14 +02:00
README.md os -> core 2016-09-27 17:24:13 +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 add recv to send_udp example 2016-09-27 17:24:11 +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