mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 01:18:28 +00:00
ef22adb2b7
Mostly to try out current design of the event loop and the event multiplexing. It works, but the pin_widget code is not really something extra. |
||
---|---|---|
assets | ||
docs | ||
extmod | ||
src | ||
tools | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
emu_stick.sh | ||
emu.sh | ||
LICENSE | ||
Makefile | ||
README.md | ||
send_udp.py |
##Build instructions
###Linux
sudo apt-get install libsdl2-dev:i386 libffi-dev:i386
make build_unix
###OS X
brew install sdl2
make build_unix64