1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00
Go to file
2016-09-27 17:25:49 +02:00
assets introduce trezor.res module 2016-09-27 17:24:24 +02:00
docs add trezor.crypto.random 2016-09-27 17:25:47 +02:00
extmod add unit tests for trezor.crypto.random 2016-09-27 17:25:48 +02:00
src fix trezor.res 2016-09-27 17:25:49 +02:00
tools rename resource collector script and move it to scripts 2016-09-27 17:25:46 +02:00
vendor update micropython submodule 2016-09-27 17:25:49 +02:00
.gitignore
.gitmodules
emu_stick.sh
emu.sh
LICENSE
Makefile add build_cross and build_frozen make targets 2016-09-27 17:24:19 +02:00
README.md libffi-dev not needed anymore 2016-09-27 17:25:49 +02:00
send_udp.py send real wire msgs in send_udp.py 2016-09-27 17:24:21 +02:00

TREZOR Core

##Build instructions

###Linux

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

###OS X

brew install sdl2
make build_unix64