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 675ff459db
core, legacy: update changelogs
4 years ago
..
bootloader Merge pull request #847 from trezor/prusnak/bootloader-restart 4 years ago
demo legacy: explicitly initialize variables 5 years ago
emulator all: shut down emulator on error_shutdown 4 years ago
firmware core, legacy: update changelogs 4 years ago
gen legacy/bootloader: don't include FONT_FIXED 5 years ago
gitian
script legacy: improve script/setup 4 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 all: rename TREZOR to Trezor where possible 5 years ago
buttons.h all: rename TREZOR to Trezor where possible 5 years ago
common.c legacy: explicitly initialize variables 5 years ago
common.h all: rename TREZOR to Trezor where possible 5 years ago
flash.c all: rename TREZOR to Trezor where possible 5 years ago
flash.h all: rename TREZOR to Trezor where possible 5 years ago
layout.c legacy: fix wrong logic in layoutButtonNo 4 years ago
layout.h legacy/layout: use bmp_btn_confirm, bmp_btn_cancel 5 years ago
memory.c all: rename TREZOR to Trezor where possible 5 years ago
memory.h all: rename TREZOR to Trezor where possible 5 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 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 all: rename TREZOR to Trezor where possible 5 years ago
rng.h all: rename TREZOR to Trezor where possible 5 years ago
secbool.h all: rename TREZOR to Trezor where possible 5 years ago
setup.c all: rename TREZOR to Trezor where possible 5 years ago
setup.h all: rename TREZOR to Trezor where possible 5 years ago
startup.S legacy: add comment to startup.S 4 years ago
supervise.c all: rename TREZOR to Trezor where possible 5 years ago
supervise.h all: rename TREZOR to Trezor where possible 5 years ago
timer.c all: rename TREZOR to Trezor where possible 5 years ago
timer.h all: rename TREZOR to Trezor where possible 5 years ago
usb21_standard.c legacy: explicitly initialize variables 5 years ago
usb21_standard.h
usb_private.h
usb_standard.c legacy: explicitly initialize variables 5 years ago
util.c legacy: refactor readprotobufint() 5 years ago
util.h legacy: refactor readprotobufint() 5 years ago
webusb.c legacy: show webusb popup only in bootloader and only if firmware is not installed 4 years ago
webusb.h legacy: show webusb popup only in bootloader and only if firmware is not installed 4 years ago
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.