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 892f3e348d
fix(crypto): Remove public key from the ed25519 signing API.
2 years ago
..
bootloader chore(legacy): release bootloader 1.11.0 2 years ago
demo build: add bip39_english.o where appropriate 2 years ago
emulator fix(legacy): update sector argument to match flash_erase_sector size 2 years ago
firmware fix(crypto): Remove public key from the ed25519 signing API. 2 years ago
gen build(core,legacy): remove gcc, use cc instead of gcc 2 years ago
gitian feat(ci): introduce yamllint 4 years ago
intermediate_fw fix(legacy/intermediate_fw): workaround for gcc-10.3 2 years ago
script build(legacy): make bootloader_align target repeatable 2 years ago
vendor build(legacy): build with secp256k1-zkp library 2 years ago
.dockerignore MONOREPO MERGE trezor-mcu 5 years ago
.gitignore docs(legacy/firmware): use towncrier for generating CHANGELOG.md 3 years ago
COPYING MONOREPO MERGE trezor-mcu 5 years ago
Makefile feat(legacy): Return fw_vendor in firmware Features message. 2 years ago
Makefile.include fix(legacy): refactor oledInvertPixel 2 years 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 fix(legacy): cleanup of undesired states where USB processing should not happen 2 years ago
common.h refactor(legacy): move wait_random into separate file 3 years ago
compiler_traits.h fix(legacy): ignore compiler check for emulator 2 years ago
flash.c refactor: Move flash_init to emulator main. 2 years ago
flash.h refactor: Move flash_init to emulator main. 2 years ago
fw_signatures.c feat(legacy): Return fw_vendor in firmware Features message. 2 years ago
fw_signatures.h feat(legacy): Return fw_vendor in firmware Features message. 2 years 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. 2 years ago
memory.c feat(legacy): implement firmware dumping 2 years ago
memory.h 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 MONOREPO MERGE trezor-mcu 5 years ago
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 MONOREPO MERGE trezor-mcu 5 years ago
norcow_config.h feat(legacy): Support 50 digit PIN and wipe code. 3 years 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 chore(legacy): rename MEMORY_PROTECT flag to PRODUCTION to match core naming (#2003) 2 years ago
setup.h all: rename TREZOR to Trezor where possible 5 years ago
startup.S chore(legacy): rename MEMORY_PROTECT flag to PRODUCTION to match core naming (#2003) 2 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 MONOREPO MERGE trezor-mcu 5 years ago
usb_private.h MONOREPO MERGE trezor-mcu 5 years ago
usb_standard.c docs: fix typos in comments 3 years ago
util.c chore(legacy): simplify data2hex 3 years ago
util.h chore(legacy): simplify data2hex 3 years 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 MONOREPO MERGE trezor-mcu 5 years ago
winusb.c refactor(legacy): move wait_random into separate file 3 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.