1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-12 09:28:10 +00:00
Commit Graph

7717 Commits

Author SHA1 Message Date
Pavol Rusnak
ee67b0bab7
make display class a singleton 2016-09-27 17:21:02 +02:00
Pavol Rusnak
774d6aaee4
use constants 2016-09-27 17:21:02 +02:00
Pavol Rusnak
c41922a654
fix wording 2016-09-27 17:21:02 +02:00
Pavol Rusnak
fef9a2266d
more font work 2016-09-27 17:21:01 +02:00
Pavol Rusnak
733b421580
move various devel scripts into Makefile 2016-09-27 17:21:01 +02:00
Pavol Rusnak
14e792e346
add mouseclick handling to modTrezorUi-unix 2016-09-27 17:21:01 +02:00
Pavol Rusnak
cdd89f9a77
add black border around display in emulator 2016-09-27 17:21:01 +02:00
Pavol Rusnak
0ebb25c82c
add scripts for st-flash, openocd and gdb 2016-09-27 17:20:58 +02:00
Pavol Rusnak
be3cd79bc8
add Display.orientation and Display.rawcmd 2016-09-27 17:20:40 +02:00
Pavol Rusnak
05d00668e0
add Display.rotation (WIP for stmhal) 2016-09-27 17:20:39 +02:00
Pavol Rusnak
927589ddcb
add micropython as a submodule 2016-09-27 17:20:39 +02:00
slush0
7dc716a05a
Stub for python src & emu.sh 2016-09-27 17:20:39 +02:00
Pavol Rusnak
2d90abe4bf
add Display.icon function 2016-09-27 17:20:39 +02:00
Pavol Rusnak
047578c4c0
add write_callback to sinf_inflate function 2016-09-27 17:20:39 +02:00
Pavol Rusnak
9558ac1830
introduce TOI grayscale 4-bit format 2016-09-27 17:20:38 +02:00
Pavol Rusnak
cf4078543b
allow more than 1 built-in font 2016-09-27 17:20:38 +02:00
Pavol Rusnak
0069b72f26
import modTrezorUi source 2016-09-27 17:20:32 +02:00
Pavol Rusnak
711adbeea4
update ttf2c generator 2016-09-27 17:19:51 +02:00
Pavol Rusnak
8041bc7a8e
add ttf2c tool 2016-09-27 17:19:51 +02:00
Pavol Rusnak
ced1a8fdef
introduce toi format 2016-09-27 17:19:50 +02:00
Pavol Rusnak
fa8fdb683a
add reed solomon 2016-09-27 17:19:50 +02:00
Pavol Rusnak
89dff71612
simplify types 2016-09-27 17:19:50 +02:00
Pavol Rusnak
c0748d265b
pip 3107 -> 0484 2016-09-27 17:19:50 +02:00
Pavol Rusnak
9d493e358a
update 2016-09-27 17:19:50 +02:00
Pavol Rusnak
7b81a04791
add logo 2016-09-27 17:19:49 +02:00
Pavol Rusnak
8a0868c1f7
more changes to api 2016-09-27 17:19:49 +02:00
Pavol Rusnak
0c954769d5
update api 2016-09-27 17:19:49 +02:00
Pavol Rusnak
a8d5432fd5
init 2016-09-27 17:19:47 +02:00
Pavol Rusnak
25672288cf
use hid_version=2 for HidTransportV2 2016-09-26 20:52:33 +02:00
Pavol Rusnak
ec4e85b008
fix v2 protocol 2016-09-26 17:32:54 +02:00
Karel Bílek
b6535b8354 Moving zcash testcoin out (it's cleaner) 2016-09-26 15:56:08 +02:00
Pavol Rusnak
9fe9ebc990
fix usb descriptor in bootloader 2016-09-26 14:57:10 +02:00
Karel Bílek
887a45f40b Adding zcash
+changing format slightly
2016-09-26 14:51:47 +02:00
Pavol Rusnak
2f7ed2aa0f
implement firmware_present flag in bootloader 2016-09-26 13:09:18 +02:00
Pavol Rusnak
ed9f7d838f
update protobuf 2016-09-26 12:46:38 +02:00
Pavol Rusnak
7c3a4f9dc5
add Features.firmware_present field 2016-09-26 12:45:15 +02:00
Pavol Rusnak
05c243d29b
add possibility to skip check in firmware_update 2016-09-26 12:28:06 +02:00
Karel Bílek
c2a0b255ff Adding fee/B
Aside from Bitcoin, those are made up. We can fix them later.
2016-09-25 18:44:22 +02:00
Pavol Rusnak
cda9ae4b29
change version description in bootloader 2016-09-25 16:36:44 +02:00
Pavol Rusnak
dc8348b4a0
add flash target to bootloader makefile 2016-09-25 16:04:07 +02:00
Pavol Rusnak
259eeae26e
don't halt on broken firmware but stay in bootloader mode 2016-09-25 15:52:39 +02:00
Karel Bílek
ca0f187805 Adding BIP44 indexes
zcash is just temporary
2016-09-23 16:34:25 +02:00
Karel Bílek
3c5bc3c77c Correcting typo 2016-09-23 15:14:10 +02:00
Karel Bílek
0461c7d4f0 Adding xpub and xprv magic 2016-09-23 15:13:41 +02:00
Karel Bílek
4ba387d4f8 Adding genesis block hash 2016-09-23 14:33:52 +02:00
Pavol Rusnak
fb8e76d8f6
add coins.json (extracted from trezor-mcu coins.s) 2016-09-23 13:24:41 +02:00
Pavol Rusnak
153405b843
update udev rules 2016-09-22 17:54:13 +02:00
Jan Pochyla
80ffa27052 enable crc32, update protocol, add session closing 2016-09-21 16:51:29 +02:00
slush0
531350d6ba Merge pull request #71 from sp4ke/sp4ke-patch-1
Avoid repeating keyword argument
2016-09-19 01:41:11 +02:00
Chakib Benziane
fc2cc7a284 Avoid repeating keyword argument
Repeating the keyword argument breaks package build with the following error: "SyntaxError: keyword argument" repeated
2016-09-18 23:58:10 +02:00