1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +00:00
trezor-firmware/legacy
matejcik 35f4e1ce19 fix(legacy): display very large amounts
Previously, an amount whose decimal representation with suffix does not
fit in buffer would not be rendered at all. This looks weird in
"Send                          to address 0xblabla".

Enlarging the buffer lets the amount be stringified. Then it won't fit
on screen so this is not a perfect fix, but "Send 25000000... to
address" is better than before.
2023-03-24 13:24:46 +01:00
..
bootloader chore(legacy): bump versions after release 2023-02-27 14:54:25 +01:00
debug_signing chore(legacy): added signing script for v3 debug keys 2023-02-06 10:03:27 +01:00
demo fix(demo): fix build 2023-01-02 11:03:38 +01:00
emulator fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
firmware fix(legacy): display very large amounts 2023-03-24 13:24:46 +01:00
gen
gitian
imhex docs(legacy): ImHex patterns for v2 trezor.bin, v1+v2 combined trezor.bin and bootloader binary images 2022-11-01 14:58:35 +01:00
intermediate_fw chore(legacy): bundle bootloader 1.12.1 into firmware 2023-02-06 10:03:27 +01:00
script feat(legacy): use new artifacts naming for legacy builds 2023-03-21 15:52:19 +01:00
vendor
.dockerignore
.gitignore
buttons.c
buttons.h
common.c feat(core/rust): bootloader implementation in rust 2023-03-09 16:14:36 +01:00
common.h feat(core/rust): bootloader implementation in rust 2023-03-09 16:14:36 +01:00
compiler_traits.h
COPYING
flash.c refactor: Move flash_init to emulator main. 2022-05-03 19:00:04 +02:00
flash.h refactor: Move flash_init to emulator main. 2022-05-03 19:00:04 +02:00
fw_signatures.c fix(legacy): fix v2 signature validation 2023-02-06 10:03:27 +01:00
fw_signatures.h feat(legacy): add model info to image header 2023-01-02 11:03:38 +01:00
layout.c
layout.h feat(legacy): Use fixed font in SignMessage and VerifyMessage. 2021-11-10 17:35:57 +01:00
Makefile feat(legacy): make debugging less painful, remove PRODUCTION macro matrix, split reset_handlers 2023-01-02 11:03:38 +01:00
Makefile.include fix(core/bootloader): do not use insecure LCG PRNG. Change insecure PRNG to be opt-in, not opt-out 2023-03-22 10:21:21 +01:00
memory_app_0.0.0.ld
memory_app_1.0.0.ld
memory_app_1.8.0.ld
memory_app_fastflash.ld
memory.c feat(legacy): qa build for upgrade testing 2023-01-02 11:03:38 +01:00
memory.h Revert "feat(legacy): implement firmware dumping" 2022-08-02 17:12:07 +02:00
memory.ld
norcow_config.h
oled.c fix(legacy): refactor oledInvertPixel 2022-06-02 10:50:40 +02:00
oled.h fix(legacy): refactor oledInvertPixel 2022-06-02 10:50:40 +02:00
random_delays.c
random_delays.h
README.md
rng.c
rng.h
secbool.h
setup.c feat(legacy): qa build for upgrade testing 2023-01-02 11:03:38 +01:00
setup.h
supervise.c fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
supervise.h fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
timer.c
timer.h
usb21_standard.c refactor(legacy): move wait_random into separate file 2021-05-21 13:42:53 +02:00
usb21_standard.h
usb_private.h
usb_standard.c
util.c
util.h fix(legacy): better stack setup for debug devices 2023-01-02 11:03:38 +01:00
webusb_defs.h
webusb.c
webusb.h
winusb_defs.h
winusb.c
winusb.h

Trezor Legacy

Firmware currently running on Model One. If you are working on a new feature, you probably want to contribute this to Core.

See docs/legacy for more info.