mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
34ed2fb86a
- 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 |
||
---|---|---|
assets | ||
bootloader | ||
docs | ||
extmod | ||
src | ||
tools | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
emu.sh | ||
LICENSE | ||
Makefile | ||
README.md |
##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 ...