1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
Go to file
2016-09-27 17:24:06 +02:00
assets improve display.loader 2016-09-27 17:24:04 +02:00
docs use little endian for toif, fix random 2016-09-27 17:23:22 +02:00
extmod new pbkdf2 api with update 2016-09-27 17:24:05 +02:00
src Stickuv playground 2016-09-27 17:24:06 +02:00
tools cleanup pb2py, add debug to emu.sh 2016-09-27 17:23:23 +02:00
vendor Stickuv playground 2016-09-27 17:24:06 +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
emu_stick.sh Stickuv playground 2016-09-27 17:24:06 +02:00
emu.sh new message handling using msg.select 2016-09-27 17:23:59 +02:00
LICENSE init 2016-09-27 17:19:47 +02:00
Makefile first parameter of log methods is now name 2016-09-27 17:24:03 +02:00
README.md add build instructions 2016-09-27 17:24:05 +02:00
send_udp.py replace wait with msg.select 2016-09-27 17:24:00 +02:00

TREZOR OS

##Build instructions

###Linux

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

###OS X

brew install sdl2
make build_unix64