1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00
Go to file
Jan Pochyla 34ed2fb86a
workflow monitor, reset_device layout work
- request/response manner of usual protobuf workflows is enforced, workflows are expected to either return a valid protobuf response, or raise an exception
- added wire.FailureError exception that allows workflow to provide Failure code & message
- pin workflows simplified

TODO: all this workflow work does not really belong in trezor.wire
2016-09-27 17:26:11 +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 fix int param for crypto.random.uniform() 2016-09-27 17:26:10 +02:00
src workflow monitor, reset_device layout work 2016-09-27 17:26:11 +02:00
tools build wire_type index in pb2py 2016-09-27 17:26:05 +02:00
vendor minor changes to display module 2016-09-27 17:26:09 +02:00
.gitignore
.gitmodules
emu.sh
LICENSE
Makefile add clean_cross to makefile; update micropython submodule 2016-09-27 17:26:05 +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 ...