Ondrej Mikle
|
a0287698d5
|
feat(core): show blue dot when USB data not connected
|
2022-08-25 16:42:29 +02:00 |
|
matejcik
|
a6410693b3
|
Revert "feat(core): implement firmware dumping"
This reverts commit 37c61c1381 .
|
2022-08-02 17:12:07 +02:00 |
|
Ondrej Mikle
|
c563c987e1
|
feat(core): jump back and stay in bootloader for TT via reverse SVC call trampoline
|
2022-06-01 14:50:59 +02:00 |
|
matejcik
|
37c61c1381
|
feat(core): implement firmware dumping
|
2022-05-03 19:00:04 +02:00 |
|
Andrew Kozlik
|
485ee6e209
|
feat(core): Show progress in GetFirmwareHash.
|
2022-05-03 19:00:04 +02:00 |
|
Andrew Kozlik
|
822b1c344f
|
feat(core): Return fw_vendor in firmware Features message.
|
2022-05-03 19:00:04 +02:00 |
|
Andrew Kozlik
|
106ab65e21
|
feat(core): Implement GetFirmwareHash message.
|
2022-05-03 19:00:04 +02:00 |
|
matejcik
|
b41d4c71f0
|
feat(core/emulator): JSON memory map dump
use `trezor.utils.mem_dump("somefile.json")` in a key place, then
`analyze.py src/somefile.json` to look at what is going on
|
2021-07-14 13:50:24 +02:00 |
|
Pavol Rusnak
|
23aa69caea
|
fix(core): unify Features.revision reporting with legacy
|
2021-06-04 12:50:49 +02:00 |
|
Martin Milata
|
ac711fb8ee
|
style(core): use more recent type annotation syntax
https://www.python.org/dev/peps/pep-0585/ - Type Hinting Generics In Standard Collections
https://www.python.org/dev/peps/pep-0604/ - Allow writing union types as X | Y
|
2021-04-01 11:12:30 +02:00 |
|
Martin Milata
|
8b3ac659a0
|
style(core): mypy: disable implicit Optional for function arguments
https://www.python.org/dev/peps/pep-0484/#union-types
|
2021-04-01 11:12:30 +02:00 |
|
matejcik
|
0c3bc53aee
|
core: clean up types for field caching, fix count_message
|
2020-07-24 14:09:31 +02:00 |
|
matejcik
|
85d74ece76
|
core: implement synchronous v1 codec
|
2020-07-24 14:09:31 +02:00 |
|
matejcik
|
87433995b0
|
core: add BITCOIN_ONLY to mock file
|
2020-06-04 16:18:46 +02:00 |
|
Pavol Rusnak
|
3de1b3aa54
|
core/embed: switch to unprivileged in main.c
|
2020-01-24 12:29:46 +00:00 |
|
Jan Pochyla
|
3af75c0b8b
|
core/typing: improve extmod types
|
2019-07-09 12:51:48 +02:00 |
|