1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00
trezor-firmware/firmware
2019-02-15 15:13:05 +01:00
..
protob fsm: input messages are no longer confidential 2019-02-04 14:25:13 +01:00
u2f u2f: replace U2F header with newer ones 2018-12-17 23:18:02 +01:00
.gitignore firmware: generate coin defs with Mako 2018-09-06 18:44:41 +02:00
bl_check.c
bl_check.h
bl_data.py Makefile: Add GENERATE_CODE function 2018-04-02 21:47:15 +02:00
ChangeLog
coin_info.c.mako
coin_info.h.mako firmware: generate coin defs with Mako 2018-09-06 18:44:41 +02:00
coins.c protob: don't return coins in Features message 2018-05-22 18:40:15 +02:00
coins.h firmware: drop version_group_id from coin definition, use externally provided one 2018-10-15 18:07:16 +02:00
config.c Support interruption of the PIN wait dialog by Cancel and Initialize messages. 2019-02-15 15:13:05 +01:00
config.h
crypto.c
crypto.h signing: implemented simplified API for MultisigRedeemScriptType 2019-02-04 13:53:30 +01:00
debug.c Added fixed-width font and multi-font support 2018-02-20 18:22:47 +01:00
debug.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
defs
ethereum_networks.h.mako
ethereum_tokens.c.mako firmware: generate coin defs with Mako 2018-09-06 18:44:41 +02:00
ethereum_tokens.h.mako firmware: generate coin defs with Mako 2018-09-06 18:44:41 +02:00
ethereum.c
ethereum.h ethereum: address in messages is now string 2019-01-29 17:16:14 +01:00
fsm_msg_coin.h
fsm_msg_common.h Reorder storage keys in config.c to correspond with trezor-core and add KEY_INITIALIZED. Add CHECK_PIN to fsm_msgApplyFlags() and to other fsm_msg functions in order to unlock storage. Improve error handling in reset.c and recovery.c. 2019-02-15 15:13:05 +01:00
fsm_msg_crypto.h
fsm_msg_debug.h
fsm_msg_ethereum.h
fsm_msg_lisk.h layout: treat address as accounts for EthereumGetAddress dialogs 2018-10-22 15:15:15 +02:00
fsm_msg_nem.h
fsm_msg_stellar.h stellar: check return value for stellar_deriveNode 2018-10-24 13:38:33 +02:00
fsm.c firmware: integrate trezor-storage 2019-02-15 15:12:53 +01:00
fsm.h fsm: input messages are no longer confidential 2019-02-04 14:25:13 +01:00
gettext.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
layout2.c firmware: integrate trezor-storage 2019-02-15 15:12:53 +01:00
layout2.h
lisk.c
lisk.h fsm: use const where applicable, document where it isn't and why 2018-09-14 14:40:29 +02:00
Makefile firmware: integrate trezor-storage 2019-02-15 15:12:53 +01:00
messages.c
messages.h
nem2.c replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:00:01 +01:00
nem2.h
nem_mosaics.c.mako
nem_mosaics.h.mako
pinmatrix.c
pinmatrix.h
protect.c Support interruption of the PIN wait dialog by Cancel and Initialize messages. 2019-02-15 15:13:05 +01:00
protect.h Support interruption of the PIN wait dialog by Cancel and Initialize messages. 2019-02-15 15:13:05 +01:00
recovery-table.h
recovery.c
recovery.h
reset.c
reset.h firmware: integrate trezor-storage 2019-02-15 15:12:53 +01:00
signing.c signing: add default values for branch_id (zcash) 2019-02-15 01:44:10 +01:00
signing.h firmware: use flattened protobuf symbols 2018-09-06 18:47:36 +02:00
stellar.c
stellar.h stellar: check return value for stellar_deriveNode 2018-10-24 13:38:33 +02:00
transaction.c
transaction.h firmware: use flattened protobuf symbols 2018-09-06 18:47:36 +02:00
trezor.c
trezor.h
u2f_knownapps.h
u2f.c
u2f.h
udp.c
usb.c
usb.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00