Go to file
Jan Pochyla 9104d7684c
fix msg.send()
2016-09-27 17:24:21 +02:00
assets new logo :) 2016-09-27 17:24:17 +02:00
docs update docu 2016-09-27 17:24:20 +02:00
extmod fix msg.send() 2016-09-27 17:24:21 +02:00
src make the var names in msg.py a bit less similar 2016-09-27 17:24:20 +02:00
tools "TYPE = %d" => "t.type = %d" 2016-09-27 17:24:15 +02:00
vendor update micropython 2016-09-27 17:24:18 +02:00
.gitignore
.gitmodules
LICENSE
Makefile add build_cross and build_frozen make targets 2016-09-27 17:24:19 +02:00
README.md os -> core 2016-09-27 17:24:13 +02:00
emu.sh
emu_stick.sh
send_udp.py

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