1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-17 13:29:17 +00:00
trezor-firmware/firmware
2018-06-19 16:00:31 +02:00
..
protob firmware: refactor Stellar code; update trezor-common 2018-06-11 19:13:34 +02:00
u2f
.gitignore coin_info: Refactor coins-gen.py 2018-04-02 21:47:15 +02:00
bl_check.c check_bootloader: depend on MEMORY_PROTECT 2018-04-10 14:19:27 +02:00
bl_check.h update bootloader to 1.4.0 via firmware, run unsigned firmware in unprivileged mode 2018-03-20 15:44:20 +01:00
bl_data.py Makefile: Add GENERATE_CODE function 2018-04-02 21:47:15 +02:00
ChangeLog docs: update changelogs 2018-03-21 12:29:38 +01:00
coin_info.py vendor: update trezor-common; add version_group_id flag (for zcash overwintered tx) 2018-06-05 11:16:37 +02:00
coins.c protob: don't return coins in Features message 2018-05-22 18:40:15 +02:00
coins.h vendor: update trezor-common; add version_group_id flag (for zcash overwintered tx) 2018-06-05 11:16:37 +02:00
crypto.c crypto: cashaddr for verify message 2018-06-01 21:24:59 +02:00
crypto.h crypto: Remove hardcoded instances of secp256k1 2018-04-03 18:40:41 +02:00
debug.c Added fixed-width font and multi-font support 2018-02-20 18:22:47 +01:00
debug.h
defs firmware: use new coin definitions from trezor-common 2018-05-29 17:17:29 +02:00
ethereum_tokens.c
ethereum_tokens.h
ethereum.c ethereum: use original ethereum message digest 2018-05-25 14:22:54 +02:00
ethereum.h
fsm_msg_coin.h fsm: don't show progress bar in GetAddress unless multisig is used 2018-05-17 13:17:46 +02:00
fsm_msg_common.h protob: don't return coins in Features message 2018-05-22 18:40:15 +02:00
fsm_msg_crypto.h fsm: split fsm_msg functions into various topic include files 2018-05-03 16:48:47 +02:00
fsm_msg_debug.h fsm: split fsm_msg functions into various topic include files 2018-05-03 16:48:47 +02:00
fsm_msg_ethereum.h fsm: split fsm_msg functions into various topic include files 2018-05-03 16:48:47 +02:00
fsm_msg_nem.h fsm: split fsm_msg functions into various topic include files 2018-05-03 16:48:47 +02:00
fsm_msg_stellar.h firmware: refactor Stellar code; update trezor-common 2018-06-11 19:13:34 +02:00
fsm.c firmware: introduce protectAbortedByCancel 2018-06-05 22:38:39 +02:00
fsm.h firmware: refactor Stellar code; update trezor-common 2018-06-11 19:13:34 +02:00
gettext.h
layout2.c firmware: refactor Stellar code; update trezor-common 2018-06-11 19:13:34 +02:00
layout2.h firmware: refactor Stellar code; update trezor-common 2018-06-11 19:13:34 +02:00
Makefile build: optimize for speed just the essential critical crypto stuff 2018-06-19 16:00:31 +02:00
messages.c messages: code cleanup after emulator change 2018-04-04 16:49:04 +02:00
messages.h messages: fix size of msg_tiny and add static_assert 2018-03-20 15:42:53 +01:00
nem2.c nem: IV is not copied 2018-04-04 15:02:39 +02:00
nem2.h
nem_mosaics.py firmware: use new coin definitions from trezor-common 2018-05-29 17:17:29 +02:00
pinmatrix.c fix out-of-bounds read (for debug_link) 2018-03-27 15:00:25 +02:00
pinmatrix.h
protect.c firmware: refactor last change in protect.c 2018-06-06 14:45:50 +02:00
protect.h firmware: introduce protectAbortedByCancel 2018-06-05 22:38:39 +02:00
recovery-table.h
recovery.c Fix initialisation of word_pincode 2018-04-05 09:23:23 +02:00
recovery.h
reset.c storage: implement unfinished_backup flag 2018-04-04 12:42:52 +02:00
reset.h
signing.c firmware: implement zip143 overwinter 2018-06-12 19:12:00 +02:00
signing.h signing: Use SignTx in signing_init 2018-04-03 18:40:41 +02:00
stellar.c firmware: refactor Stellar code; update trezor-common 2018-06-11 19:13:34 +02:00
stellar.h firmware: refactor Stellar code; update trezor-common 2018-06-11 19:13:34 +02:00
storage.c storage: refactor default/minimum lock storage, change default values 2018-04-10 23:46:41 +02:00
storage.h storage: implement unfinished_backup flag 2018-04-04 12:42:52 +02:00
transaction.c firmware: implement zip143 overwinter 2018-06-12 19:12:00 +02:00
transaction.h firmware: implement zip143 overwinter 2018-06-12 19:12:00 +02:00
trezor.c storage: allow auto-lock delay configuration 2018-04-04 01:06:26 +02:00
trezor.h bump bootloader version to 1.5.0, firmware version to 1.7.0 2018-04-04 15:04:46 +02:00
u2f_knownapps.h
u2f.c
u2f.h
udp.c emulator: open a second socket for debuglink, same as T2 2018-04-04 16:21:43 +02:00
usb.c Revert WinUSB feature 2018-03-14 00:37:08 +01:00
usb.h