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
overcat 3d1e2bc20d
fix(legacy): resolves the issue of incorrect signature generation when the Stellar transaction source account differs from the signing account.
3 weeks ago
..
bootloader chore(legacy): bump versions after release 1 year ago
debug_signing chore: upgrade style checkers 2 months ago
demo fix(demo): fix build 1 year ago
emulator fix(legacy): update sector argument to match flash_erase_sector size 2 years ago
firmware fix(legacy): resolves the issue of incorrect signature generation when the Stellar transaction source account differs from the signing account. 3 weeks ago
gen build(core,legacy): remove gcc, use cc instead of gcc 2 years ago
gitian feat(ci): introduce yamllint 4 years ago
imhex docs(legacy): ImHex patterns for v2 trezor.bin, v1+v2 combined trezor.bin and bootloader binary images 2 years ago
intermediate_fw chore(core, legacy, storage): refactor flash drivers 2 months ago
script feat(legacy): use new artifacts naming for legacy builds 1 year ago
vendor build(legacy): build with secp256k1-zkp library 2 years ago
.dockerignore
.gitignore docs(legacy/firmware): use towncrier for generating CHANGELOG.md 3 years ago
COPYING
Makefile chore(core, legacy, storage): refactor flash drivers 2 months ago
Makefile.include fix(core): fix quadword-only storage 2 months ago
README.md ci: enable editorconfig checks, fix whitespace issues 4 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 feat(core/rust): bootloader implementation in rust 1 year ago
common.h feat(core/rust): bootloader implementation in rust 1 year ago
compiler_traits.h fix(legacy): ignore compiler check for emulator 3 years ago
flash.c refactor(core): improve flash api by introducing flash_area_write_data function 4 weeks ago
flash.h chore(core, legacy, storage): refactor flash drivers 2 months ago
fw_signatures.c fix(legacy): fix v2 signature validation 1 year ago
fw_signatures.h feat(legacy): add model info to image header 1 year ago
layout.c fix(legacy): make bootloader fit into its region 2 years ago
layout.h feat(legacy): Use fixed font in SignMessage and VerifyMessage. 3 years ago
memory.c chore(core, legacy, storage): refactor flash drivers 2 months ago
memory.h Revert "feat(legacy): implement firmware dumping" 2 years ago
memory.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_0.0.0.ld
memory_app_1.0.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_1.8.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_fastflash.ld
norcow_config.h chore(core, legacy, storage): refactor flash drivers 2 months ago
oled.c fix(legacy): refactor oledInvertPixel 2 years ago
oled.h fix(legacy): refactor oledInvertPixel 2 years ago
random_delays.c refactor(legacy): move wait_random into separate file 3 years ago
random_delays.h refactor(legacy): move wait_random into separate file 3 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 feat(legacy): qa build for upgrade testing 1 year ago
setup.h all: rename TREZOR to Trezor where possible 5 years ago
supervise.c fix(legacy): update sector argument to match flash_erase_sector size 2 years ago
supervise.h fix(legacy): update sector argument to match flash_erase_sector size 2 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 refactor(legacy): move wait_random into separate file 3 years ago
usb21_standard.h
usb_private.h
usb_standard.c docs: fix typos in comments 3 years ago
util.c chore(legacy): simplify data2hex 3 years ago
util.h fix(legacy): better stack setup for debug devices 1 year ago
webusb.c refactor(legacy): move wait_random into separate file 3 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 refactor(legacy): move wait_random into separate file 3 years ago
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.