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
Ondřej Vejpustek 82e62cf41c
chore(legacy): initialize automatic variables to zero
5 months ago
..
bootloader chore(legacy): bump versions after release 2 years ago
debug_signing chore: upgrade style checkers 7 months ago
demo
emulator
firmware refactor(legacy): fix empty parameter list warnings 5 months ago
gen
gitian
imhex
intermediate_fw chore(core, legacy, storage): refactor flash drivers 7 months ago
script feat(legacy): use new artifacts naming for legacy builds 2 years ago
vendor
.dockerignore
.gitignore docs(legacy/firmware): use towncrier for generating CHANGELOG.md 3 years ago
COPYING
Makefile chore(core, legacy, storage): refactor flash drivers 7 months ago
Makefile.include chore(legacy): initialize automatic variables to zero 5 months ago
README.md
buttons.c refactor(legacy): fix empty parameter list warnings 5 months ago
buttons.h
common.c refactor(legacy): fix empty parameter list warnings 5 months ago
common.h feat(core/rust): bootloader implementation in rust 2 years ago
compiler_traits.h
flash.c refactor(core): improve flash api by introducing flash_area_write_data function 6 months ago
flash.h chore(core, legacy, storage): refactor flash drivers 7 months ago
fw_signatures.c fix(legacy): fix v2 signature validation 2 years ago
fw_signatures.h
layout.c
layout.h
memory.c chore(core, legacy, storage): refactor flash drivers 7 months ago
memory.h
memory.ld
memory_app_0.0.0.ld
memory_app_1.0.0.ld
memory_app_1.8.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 4 years ago
memory_app_fastflash.ld
norcow_config.h chore(core, legacy, storage): refactor flash drivers 7 months ago
oled.c refactor(legacy): fix empty parameter list warnings 5 months ago
oled.h
random_delays.c
random_delays.h
rng.c
rng.h
secbool.h
setup.c
setup.h
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
util.c
util.h
webusb.c
webusb.h
webusb_defs.h
winusb.c
winusb.h MONOREPO MERGE trezor-mcu 6 years ago
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.