You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/legacy
matejcik d318a29343
fix(legacy/ethereum): set correct limit for SignTxEIP1559.to
3 years ago
..
bootloader docs: fix typos in comments 3 years ago
demo fix(legacy): store only half of the logo64, use flip to render both parts 3 years ago
emulator feat(legacy/emulator): avoid busy loop when waiting for messages 3 years ago
firmware fix(legacy/ethereum): set correct limit for SignTxEIP1559.to 3 years ago
gen docs: fix typos in comments 3 years ago
gitian
intermediate_fw docs(core+legacy): use towncrier for generating CHANGELOG.md 3 years ago
script build(legacy): don't try to build intermediary_fw for emulator 3 years ago
vendor
.dockerignore
.gitignore docs(legacy/firmware): use towncrier for generating CHANGELOG.md 3 years ago
COPYING
Makefile refactor(legacy): move wait_random into separate file 3 years ago
Makefile.include openocd: separate stlink configs deprecated - now combined 3 years ago
README.md
buttons.c
buttons.h
common.c refactor(legacy): move wait_random into separate file 3 years ago
common.h refactor(legacy): move wait_random into separate file 3 years ago
flash.c
flash.h
layout.c
layout.h
memory.c
memory.h
memory.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_0.0.0.ld
memory_app_1.0.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_1.8.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_fastflash.ld
norcow_config.h feat(legacy): Support 50 digit PIN and wipe code. 3 years ago
oled.c fix(legacy): Flip bitmaps correctly. 3 years ago
oled.h fix(legacy): store only half of the logo64, use flip to render both parts 3 years ago
random_delays.c refactor(legacy): move wait_random into separate file 3 years ago
random_delays.h refactor(legacy): move wait_random into separate file 3 years ago
rng.c
rng.h
secbool.h
setup.c
setup.h
startup.S chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
supervise.c chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
supervise.h fix(legacy): change STAY_IN_BOOTLOADER_FLAG to 0x0FC35A96 3 years ago
timer.c
timer.h
usb21_standard.c refactor(legacy): move wait_random into separate file 3 years ago
usb21_standard.h
usb_private.h
usb_standard.c docs: fix typos in comments 3 years ago
util.c
util.h
webusb.c refactor(legacy): move wait_random into separate file 3 years ago
webusb.h
webusb_defs.h
winusb.c refactor(legacy): move wait_random into separate file 3 years ago
winusb.h
winusb_defs.h

README.md

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.