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
Pavol Rusnak 0c46b79ebf
fix(legacy): don't erase firmware and storage in intermediate firmware
3 years ago
..
bootloader docs(legacy/bootloader): use towncrier for generating CHANGELOG.md 3 years ago
demo fix(legacy): store only half of the logo64, use flip to render both parts 4 years ago
emulator
firmware refactor(legacy): rename check_bootloader to check_and_replace_bootloader 3 years ago
gen fix(legacy): cleanup bitmaps, use 1-bit PNG, update generate script 4 years ago
gitian
intermediate_fw fix(legacy): don't erase firmware and storage in intermediate firmware 3 years ago
script build(legacy): don't try to build intermediary_fw for emulator 3 years ago
vendor
.dockerignore
.gitignore docs(legacy/firmware): use towncrier for generating CHANGELOG.md 3 years ago
COPYING
Makefile
Makefile.include openocd: separate stlink configs deprecated - now combined 4 years ago
README.md
buttons.c
buttons.h
common.c
common.h
flash.c
flash.h
layout.c
layout.h
memory.c
memory.h
memory.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 4 years ago
memory_app_0.0.0.ld
memory_app_1.0.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 4 years ago
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 feat(legacy): Support 50 digit PIN and wipe code. 4 years ago
oled.c fix(legacy): Flip bitmaps correctly. 4 years ago
oled.h fix(legacy): store only half of the logo64, use flip to render both parts 4 years ago
rng.c
rng.h
secbool.h
setup.c
setup.h
startup.S chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 4 years ago
supervise.c chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 4 years ago
supervise.h fix(legacy): change STAY_IN_BOOTLOADER_FLAG to 0x0FC35A96 4 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.