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
Tomas Susanka 2c0504ad1c
Merge pull request #803 from trezor/passphrase
5 years ago
..
bootloader legacy/bootloader: update combine script 5 years ago
demo
emulator
firmware Merge pull request #803 from trezor/passphrase 5 years ago
gen legacy/bootloader: don't include FONT_FIXED 5 years ago
gitian
script legacy: make sure nanopb_generator is ready 5 years ago
vendor
.dockerignore
.gitignore
COPYING
Makefile
Makefile.include all: let's use -Wno-missing-braces because clang does not respect 5 years ago
README.md docs: update legacy build instructions (fixes #658) 5 years ago
buttons.c
buttons.h
common.c
common.h
flash.c
flash.h
layout.c legacy: fix wrong logic in layoutButtonNo 5 years ago
layout.h legacy/layout: use bmp_btn_confirm, bmp_btn_cancel 5 years ago
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 legacy: Implement ChangeWipeCode message for Trezor One. 5 years ago
oled.c legacy/oled: remove non-ASCII symbols from font definitions 5 years ago
oled.h legacy/oled: remove non-ASCII symbols from font definitions 5 years ago
rng.c
rng.h
secbool.h
setup.c
setup.h
startup.S
supervise.c
supervise.h
timer.c
timer.h
usb21_standard.c
usb21_standard.h
usb_private.h
usb_standard.c
util.c legacy: refactor readprotobufint() 5 years ago
util.h legacy: refactor readprotobufint() 5 years ago
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.