Go to file
Pavol Rusnak ddaa1b1502
adapt display driver for ST7789V
2016-09-27 17:26:09 +02:00
assets add bitbucket/gitlab to known u2f apps 2016-09-27 17:26:01 +02:00
bootloader update submodule, start bootloader work 2016-09-27 17:26:02 +02:00
docs add bootloader ideas 2016-09-27 17:26:04 +02:00
extmod adapt display driver for ST7789V 2016-09-27 17:26:09 +02:00
src rework aes module, add summary to test script 2016-09-27 17:26:09 +02:00
tools build wire_type index in pb2py 2016-09-27 17:26:05 +02:00
vendor implement hid methods in trezor.msg 2016-09-27 17:26:08 +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 clean_cross to makefile; update micropython submodule 2016-09-27 17:26:05 +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 ...