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 e6491bb3c7
build(legacy): add bootloader updater script
2 years ago
..
bootloader chore(legacy/bootloader): drop unused VERSION_x_CHAR 2 years ago
debug_signing feat(legacy): bootloader with v3 SignMessage signatures + signatures debug 2 years ago
demo fix(demo): fix build 2 years ago
emulator fix(legacy): update sector argument to match flash_erase_sector size 2 years ago
firmware chore(legacy): changelogs 2 years ago
gen build(core,legacy): remove gcc, use cc instead of gcc 2 years ago
gitian
imhex docs(legacy): ImHex patterns for v2 trezor.bin, v1+v2 combined trezor.bin and bootloader binary images 2 years ago
intermediate_fw chore(legacy): changelogs 2 years ago
script build(legacy): add bootloader updater script 2 years ago
vendor build(legacy): build with secp256k1-zkp library 3 years ago
.dockerignore
.gitignore
COPYING
Makefile feat(legacy): make debugging less painful, remove PRODUCTION macro matrix, split reset_handlers 2 years ago
Makefile.include feat(legacy): bootloader with v3 SignMessage signatures + signatures debug 2 years ago
README.md
buttons.c
buttons.h
common.c fix(legacy): cleanup of undesired states where USB processing should not happen 2 years ago
common.h
compiler_traits.h fix(legacy): ignore compiler check for emulator 3 years ago
flash.c refactor: Move flash_init to emulator main. 2 years ago
flash.h refactor: Move flash_init to emulator main. 2 years ago
fw_signatures.c chore(legacy): typos and style 2 years ago
fw_signatures.h chore(legacy): typos and style 2 years ago
layout.c fix(legacy): make bootloader fit into its region 3 years ago
layout.h feat(legacy): Use fixed font in SignMessage and VerifyMessage. 3 years ago
memory.c Revert "feat(legacy): implement firmware dumping" 2 years ago
memory.h Revert "feat(legacy): implement firmware dumping" 2 years ago
memory.ld
memory_app_0.0.0.ld
memory_app_1.0.0.ld
memory_app_1.8.0.ld
memory_app_fastflash.ld
norcow_config.h
oled.c fix(legacy): refactor oledInvertPixel 2 years ago
oled.h fix(legacy): refactor oledInvertPixel 2 years ago
random_delays.c
random_delays.h
rng.c
rng.h
secbool.h
setup.c chore(legacy): rename MEMORY_PROTECT flag to PRODUCTION to match core naming (#2003) 3 years ago
setup.h
supervise.c fix(legacy): update sector argument to match flash_erase_sector size 2 years ago
supervise.h fix(legacy): update sector argument to match flash_erase_sector size 2 years ago
timer.c
timer.h
usb21_standard.c
usb21_standard.h
usb_private.h
usb_standard.c
util.c
util.h fix(legacy): better stack setup for debug devices 2 years ago
webusb.c
webusb.h
webusb_defs.h
winusb.c
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.