You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Jan Pochyla 4a255e8b77
add write_message
8 years ago
assets new logo :) 8 years ago
docs update docu 8 years ago
extmod simulator border now reflects backlight value 8 years ago
src add write_message 8 years ago
tools "TYPE = %d" => "t.type = %d" 8 years ago
vendor update micropython 8 years ago
.gitignore introduce toi format 8 years ago
.gitmodules remove mbedtls 8 years ago
LICENSE init 8 years ago
Makefile add build_cross and build_frozen make targets 8 years ago
README.md os -> core 8 years ago
emu.sh new message handling using msg.select 8 years ago
emu_stick.sh Stickuv playground 8 years ago
send_udp.py add recv to send_udp example 8 years ago

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