1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-21 02:26:10 +00:00
trezor-firmware/legacy
2024-10-23 22:27:48 +02:00
..
bootloader
debug_signing
demo fix(demo): fix build 2023-01-02 11:03:38 +01:00
emulator fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
firmware chore(common): separate definitions of protobuf options 2024-10-23 22:27:48 +02:00
gen
gitian
imhex
intermediate_fw
script
vendor
.dockerignore MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
.gitignore docs(legacy/firmware): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
buttons.c
buttons.h
common.c
common.h feat(core): Account for Optiga throttling delay in PIN countdown. 2024-07-09 16:52:50 +02:00
compiler_traits.h
COPYING
flash.c
flash.h
fw_signatures.c
fw_signatures.h feat(legacy): add model info to image header 2023-01-02 11:03:38 +01:00
layout.c fix(legacy): make bootloader fit into its region 2021-11-22 17:21:49 +01:00
layout.h
Makefile feat(core): Account for Optiga throttling delay in PIN countdown. 2024-07-09 16:52:50 +02:00
Makefile.include
memory_app_0.0.0.ld MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
memory_app_1.0.0.ld
memory_app_1.8.0.ld
memory_app_fastflash.ld MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
memory.c
memory.h Revert "feat(legacy): implement firmware dumping" 2022-08-02 17:12:07 +02:00
memory.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 2021-03-03 12:06:57 +01:00
norcow_config.h feat(storage): Rework PIN processing and upgrade storage. 2024-06-21 18:55:01 +02:00
oled.c
oled.h
random_delays.c
random_delays.h refactor(legacy): move wait_random into separate file 2021-05-21 13:42:53 +02:00
README.md ci: enable editorconfig checks, fix whitespace issues 2020-11-11 14:43:50 +01:00
rng.c
rng.h
secbool.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
setup.c
setup.h
supervise.c
supervise.h fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
time_estimate.c feat(core): Account for Optiga throttling delay in PIN countdown. 2024-07-09 16:52:50 +02:00
time_estimate.h feat(core): Account for Optiga throttling delay in PIN countdown. 2024-07-09 16:52:50 +02:00
timer.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
timer.h
usb21_standard.c
usb21_standard.h
usb_private.h
usb_standard.c
util.c chore(legacy): simplify data2hex 2021-01-22 22:41:11 +01:00
util.h fix(legacy): better stack setup for debug devices 2023-01-02 11:03:38 +01:00
webusb_defs.h
webusb.c
webusb.h
winusb_defs.h
winusb.c refactor(legacy): move wait_random into separate file 2021-05-21 13:42:53 +02:00
winusb.h

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.