1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/firmware
2018-07-19 17:56:11 +02:00
..
protob protob: add two missing files 2018-07-16 15:24:15 +02:00
u2f
.gitignore coin_info: Refactor coins-gen.py 2018-04-02 21:47:15 +02:00
bl_check.c firmware: add hash of bootloader 1.5.0 2018-06-22 15:03:46 +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 firmware: fix changelog for 1.6.1 2018-06-25 13:33:41 +02:00
coin_info.py firmware: support also testnet coins in stable firmware 2018-06-21 15:22:56 +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 firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
crypto.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +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: update token list 2018-06-21 16:28:25 +02:00
ethereum_tokens.h ethereum: update token list 2018-06-21 16:28:25 +02:00
ethereum.c fixed rlp_length for chain_id > 255 (#381) 2018-07-19 17:56:11 +02:00
ethereum.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
fsm_msg_coin.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
fsm_msg_common.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
fsm_msg_crypto.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +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 firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
fsm_msg_nem.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
fsm_msg_stellar.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
fsm.c vendor: update trezor-common; reflect rename of common.proto to messages-common.proto 2018-07-16 15:07:42 +02:00
fsm.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
gettext.h
layout2.c firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
layout2.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
Makefile vendor: update trezor-common; reflect rename of common.proto to messages-common.proto 2018-07-16 15:07:42 +02:00
messages.c messages: Use pb_get_encoded_size 2018-07-10 17:21:11 +02:00
messages.h firmware: fix message processing, typos in recovery 2018-06-22 15:26:14 +02:00
nem2.c firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
nem2.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
nem_mosaics.py firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +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: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
protect.h vendor: update trezor-common; reflect rename of common.proto to messages-common.proto 2018-07-16 15:07:42 +02:00
recovery-table.h
recovery.c firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
recovery.h
reset.c firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
reset.h
signing.c firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
signing.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
stellar.c firmware: fix stuff broken in the last commit 2018-07-10 20:44:30 +02:00
stellar.h firmware: fix stuff broken in the last commit 2018-07-10 20:44:30 +02:00
storage.c firmware: fix message processing, typos in recovery 2018-06-22 15:26:14 +02:00
storage.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
transaction.c firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
transaction.h firmware: update code to use new nested messages in trezor-common 2018-07-10 17:21:11 +02:00
trezor.c Check if firmware has privileges. (#369) 2018-06-21 14:28:39 +02:00
trezor.h firmware: next version will be 1.6.2 2018-06-19 16:50:02 +02:00
u2f_knownapps.h u2f: add u2f.bin.coffee 2017-11-14 14:29:46 +01:00
u2f.c util: Add MIN and MAX macros 2017-12-17 03:12:37 +01:00
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