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
Andrew Kozlik f0561649b2
chore(legacy): Make buttons behave cyclically on the virtual keyboard.
3 years ago
..
bootloader chore(legacy): Rename buttonState YesUp to YesReleased. 3 years ago
demo chore(legacy): Rename buttonState YesUp to YesReleased. 3 years ago
emulator all: shut down emulator on error_shutdown 4 years ago
firmware chore(legacy): Make buttons behave cyclically on the virtual keyboard. 3 years ago
gen feat(legacy): Implement virtual keyboard. 3 years ago
gitian feat(ci): introduce yamllint 4 years ago
intermediate_fw legacy/intermediate_fw: fix optflags 4 years ago
script legacy/intermediate_fw: Intermediate firmware for T1 (#1084) 4 years ago
vendor move vendored submodules to root vendor/ dir 5 years ago
.dockerignore MONOREPO MERGE trezor-mcu 5 years ago
.gitignore toplevel: reorganize .gitignore files 5 years ago
COPYING MONOREPO MERGE trezor-mcu 5 years ago
Makefile MONOREPO MERGE trezor-mcu 5 years ago
Makefile.include legacy: add missing SDL2_image to Makefile 4 years ago
README.md ci: enable editorconfig checks, fix whitespace issues 4 years ago
buttons.c chore(legacy): Rename buttonState YesUp to YesReleased. 3 years ago
buttons.h chore(legacy): Rename buttonState YesUp to YesReleased. 3 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 fix(legacy): Fix incorrect constants in layoutButtonNo(). 3 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 MONOREPO MERGE trezor-mcu 5 years ago
memory_app_0.0.0.ld MONOREPO MERGE trezor-mcu 5 years ago
memory_app_1.0.0.ld MONOREPO MERGE trezor-mcu 5 years ago
memory_app_1.8.0.ld MONOREPO MERGE trezor-mcu 5 years ago
memory_app_fastflash.ld MONOREPO MERGE trezor-mcu 5 years ago
norcow_config.h legacy: Implement ChangeWipeCode message for Trezor One. 4 years ago
oled.c legacy: print inverted question mark for nonprintable characters 4 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 MONOREPO MERGE trezor-mcu 5 years ago
usb_private.h MONOREPO MERGE trezor-mcu 5 years ago
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 MONOREPO MERGE trezor-mcu 5 years ago
winusb.c legacy: Move wait_random() to common.c and use HMAC DRBG to generate delays. 5 years ago
winusb.h MONOREPO MERGE trezor-mcu 5 years ago
winusb_defs.h MONOREPO MERGE trezor-mcu 5 years ago

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.