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
Andrew Kozlik 892f3e348d
fix(crypto): Remove public key from the ed25519 signing API.
2 years ago
..
bootloader chore(legacy): release bootloader 1.11.0 2 years ago
demo build: add bip39_english.o where appropriate 2 years ago
emulator fix(legacy): update sector argument to match flash_erase_sector size 2 years ago
firmware fix(crypto): Remove public key from the ed25519 signing API. 2 years ago
gen build(core,legacy): remove gcc, use cc instead of gcc 2 years ago
gitian
intermediate_fw
script build(legacy): make bootloader_align target repeatable 2 years ago
vendor
.dockerignore
.gitignore
COPYING
Makefile feat(legacy): Return fw_vendor in firmware Features message. 2 years ago
Makefile.include fix(legacy): refactor oledInvertPixel 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
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 feat(legacy): Return fw_vendor in firmware Features message. 2 years ago
fw_signatures.h feat(legacy): Return fw_vendor in firmware Features message. 2 years ago
layout.c
layout.h
memory.c feat(legacy): implement firmware dumping 2 years ago
memory.h 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
setup.h
startup.S
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
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.