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
tychovrahe e8281385f6
feat(core): implement secret handling in bootloader
1 year ago
..
bootloader
debug_signing
demo
emulator
firmware feat(core): implement secret handling in bootloader 1 year ago
gen
gitian
imhex
intermediate_fw
script feat(legacy): use new artifacts naming for legacy builds 2 years ago
vendor
.dockerignore
.gitignore
COPYING
Makefile refactor(core): add abstraction over flash memory layout 1 year ago
Makefile.include fix(core/bootloader): do not use insecure LCG PRNG. Change insecure PRNG to be opt-in, not opt-out 2 years ago
README.md
buttons.c
buttons.h
common.c feat(core/rust): bootloader implementation in rust 2 years ago
common.h feat(core/rust): bootloader implementation in rust 2 years ago
compiler_traits.h
flash.c refactor(core): add abstraction over flash memory layout 1 year ago
flash.h refactor(core): add abstraction over flash memory layout 1 year ago
fw_signatures.c
fw_signatures.h
layout.c
layout.h
memory.c
memory.h
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 refactor(core): add abstraction over flash memory layout 1 year ago
oled.c
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
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.