Go to file
slush0 76d8be3395
Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html)
2016-09-27 17:26:17 +02:00
assets add bitbucket/gitlab to known u2f apps 2016-09-27 17:26:01 +02:00
bootloader update submodule, start bootloader work 2016-09-27 17:26:02 +02:00
docs add bootloader ideas 2016-09-27 17:26:04 +02:00
extmod do not update display after each letter 2016-09-27 17:26:16 +02:00
mocks Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
src limit pin length 2016-09-27 17:26:17 +02:00
tools res_collect now works also on CPython<3.5 2016-09-27 17:26:16 +02:00
vendor update micropython submodule 2016-09-27 17:26:14 +02:00
.gitignore cleanup makefile; make res_collect tool more verbose 2016-09-27 17:26:12 +02:00
.gitmodules remove mbedtls 2016-09-27 17:23:21 +02:00
LICENSE init 2016-09-27 17:19:47 +02:00
Makefile cleanup makefile; make res_collect tool more verbose 2016-09-27 17:26:12 +02:00
README.md update build instructions 2016-09-27 17:25:49 +02:00
emu.sh add perf option to emu.sh (-p) 2016-09-27 17:25:58 +02:00

README.md

TREZOR Core

##Build instructions

###Linux

####Debian/Ubuntu

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

####Fedora

sudo yum install SDL2-devel.i686
make build_unix

####openSUSE

sudo zypper install libSDL2-devel-32bit
make build_unix

###OS X

brew install --universal sdl2
make build_unix

Windows

Not supported yet ...