1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-25 22:02:05 +00:00
Commit Graph

13571 Commits

Author SHA1 Message Date
Pavol Rusnak
0200ee5763
bootloader: cleanup protobuf messages 2017-04-16 19:31:03 +02:00
Pavol Rusnak
b91d8da421
bootloader: more protobuf cleanup 2017-04-16 17:37:39 +02:00
Pavol Rusnak
fffe8abd02
bootloader: rework message creation 2017-04-16 14:16:40 +02:00
Pavol Rusnak
05306ad79d
build: bring makefiles closer 2017-04-13 23:30:32 +02:00
Pavol Rusnak
a08782bd8c
add gitter badge 2017-04-13 21:58:29 +02:00
Pavol Rusnak
00f566c434
bootloader: start working on USB processing 2017-04-12 18:31:23 +02:00
Pavol Rusnak
bee9af1f90
use v1 transport for T2 bootloader (for now) 2017-04-12 17:54:34 +02:00
Pavol Rusnak
80d8ab7825
bootloader/firmware: update usb strings 2017-04-12 15:20:09 +02:00
Pavol Rusnak
e7bcaae3d4
src.apps.common: update coins.py 2017-04-12 14:48:51 +02:00
Pavol Rusnak
6b96a91d52
docs: update markdown according to lint 2017-04-12 14:45:58 +02:00
Pavol Rusnak
29348f4098
add new firmware update method, update protobuf 2017-04-12 14:11:42 +02:00
Jan Pochyla
4c183268a8 trezorhal: align uint8_t buffers 2017-04-11 18:22:30 +02:00
Jan Pochyla
87909637bf stmhal: vcp+hid style & comments, vcp tx ring buffer 2017-04-11 18:06:20 +02:00
Pavol Rusnak
242b415453
travis: add webhooks 2017-04-11 17:16:30 +02:00
Pavol Rusnak
4dba3ca38a
cleanup 2017-04-11 17:12:30 +02:00
Karel Bilek
078b387399 Build trezor-crypto 2017-04-11 16:59:29 +02:00
Karel Bilek
d01aa69c26 Read segwit from input 2017-04-11 16:59:29 +02:00
Karel Bilek
0094706e0e Adding segwit test vector 2017-04-11 16:59:29 +02:00
Karel Bilek
6089167f65 Fixing C test of optimized bip32 2017-04-11 16:59:29 +02:00
Karel Bilek
08545a15e7 Experiment - generating segwit addresses 2017-04-11 16:59:29 +02:00
Karel Bilek
81c61ba5a4 Adding emscripten tests 2017-04-11 16:59:29 +02:00
Pavol Rusnak
dcceec806d
fix call to protectButton while showing segwit warning 2017-04-11 14:05:19 +02:00
Pavol Rusnak
69d7f39b23
modtrezorutils: call __fatal_error on stm 2017-04-10 19:43:07 +02:00
Pavol Rusnak
0c060b6d4a
rename loader to bootloader 2017-04-10 19:24:21 +02:00
Pavol Rusnak
0633506166
rename bootloader to boardloader 2017-04-10 19:11:44 +02:00
Pavol Rusnak
b412ef4b24
trezorhal: usbd - fix typo 2017-04-10 18:39:10 +02:00
Jan Pochyla
28d6b38f6f trezorhal: implement vcp read and ctrl-c soft reset, fix write 2017-04-10 18:32:13 +02:00
Jan Pochyla
137d27d69e trezorhal: cleanup hid, usb 2017-04-10 18:30:02 +02:00
Pavol Rusnak
f12c630914
trezorhal: don't use legacy symbols from STMhal 2017-04-10 18:15:48 +02:00
Pavol Rusnak
8a1ec2aad6
trezorhal: upgrade usbd files from stmcube 1.15 2017-04-10 17:52:18 +02:00
Pavol Rusnak
995ae517cd
build: add make bloaty 2017-04-10 16:40:41 +02:00
Pavol Rusnak
56c3c55b7c
assets: update bootloader ui mockups 2017-04-09 02:42:49 +02:00
Jochen Hoenicke
d70ac623a4 Small bugfixes in signing
Segwit progress bar fixed.
Call `signing_abort` instead of `layoutHome` on all errors
The second `compile_output` does not work for user button and cannot
return -1.
2017-04-08 22:39:49 +02:00
Jochen Hoenicke
420471889d Refactored signing method.
Put larger pieces of codes into functions of their own.
No changes to this code.
2017-04-08 21:59:51 +02:00
Jochen Hoenicke
9d9377438c Fix missing returns after signing_abort 2017-04-08 20:33:27 +02:00
Jochen Hoenicke
e5c9b361d3 Better error message for segwit without amount 2017-04-08 20:29:58 +02:00
Pavol Rusnak
fd1718f8b6
mocks: update build script, refresh 2017-04-08 18:43:26 +02:00
Pavol Rusnak
62ad4d6a39
tools: pass sigmask and seckey as parameter to binctl 2017-04-08 18:24:46 +02:00
Pavol Rusnak
393ead9beb
src: remove boot.py 2017-04-08 18:11:10 +02:00
Jan Pochyla
df57f47aa9 trezorhal: minor usb cleanup 2017-04-07 17:40:22 +02:00
Jan Pochyla
cc38f537d3 trezorhal: whitespace 2017-04-07 13:41:12 +02:00
Pavol Rusnak
1851bffe26
loader: move usb/flash init to mainloop, add simple demo 2017-04-07 02:36:26 +02:00
Pavol Rusnak
4ca7dd2345
build: fix travis build 2017-04-06 19:14:12 +02:00
Jan Pochyla
792faea908 loader: cleanup usb before jump 2017-04-06 19:06:05 +02:00
Jan Pochyla
0e33357ee7 trezorhal: add usb_deinit 2017-04-06 19:06:05 +02:00
Pavol Rusnak
b592a95fb1 loader: better report descriptor format 2017-04-06 19:06:05 +02:00
Jan Pochyla
0636c12729 loader: fix b2f9725 2017-04-06 19:06:05 +02:00
Jan Pochyla
823a33b930 trezorhal: export usb_hid_read_select 2017-04-06 19:06:05 +02:00
Jan Pochyla
9fcf5afaa9 usb_init_all: better report descriptor format 2017-04-06 19:06:05 +02:00
Jan Pochyla
a54293b808 trezorhal: add usb_hid_read_select 2017-04-06 19:06:05 +02:00