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:25:49 +02:00
assets
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 add fido_u2f app skeleton 2016-09-27 17:25:49 +02:00
tools
vendor update micropython submodule 2016-09-27 17:25:49 +02:00
.gitignore
.gitmodules
emu_stick.sh
emu.sh
LICENSE
Makefile
README.md
send_udp.py

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