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
Martin Milata a4f924baa4
chore(legacy/firmware): bump version to 1.11.2
2 years ago
..
bootloader feat(legacy): Return fw_vendor in firmware Features message. 2 years ago
demo
emulator fix(legacy): fix SDL2 include path 2 years ago
firmware chore(legacy/firmware): bump version to 1.11.2 2 years ago
gen build(core,legacy): remove gcc, use cc instead of gcc 2 years ago
gitian feat(ci): introduce yamllint 4 years ago
intermediate_fw fix(legacy/intermediate_fw): workaround for gcc-10.3 3 years ago
script build(legacy): make bootloader_align target repeatable 2 years ago
vendor build(legacy): build with secp256k1-zkp library 3 years ago
.dockerignore
.gitignore
COPYING
Makefile feat(legacy): Return fw_vendor in firmware Features message. 2 years ago
Makefile.include build(core,legacy): remove gcc, use cc instead of gcc 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 refactor(legacy): move wait_random into separate file 3 years ago
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 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 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 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
oled.h
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 chore(legacy): rename MEMORY_PROTECT flag to PRODUCTION to match core naming (#2003) 3 years ago
setup.h
startup.S chore(legacy): rename MEMORY_PROTECT flag to PRODUCTION to match core naming (#2003) 3 years ago
supervise.c
supervise.h
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.