1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00
trezor-firmware/legacy
2024-04-10 09:28:11 +02:00
..
bootloader chore(legacy): bump versions after release 2023-02-27 14:54:25 +01:00
debug_signing
demo
emulator
firmware
gen
gitian
imhex
intermediate_fw
script
vendor build(legacy): build with secp256k1-zkp library 2021-11-18 19:05:40 +01:00
.dockerignore
.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
compiler_traits.h fix(legacy): ignore compiler check for emulator 2021-11-09 13:50:50 +01:00
COPYING
flash.c refactor(core): improve flash api by introducing flash_area_write_data function 2024-04-03 10:18:40 +02:00
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
layout.h feat(legacy): Use fixed font in SignMessage and VerifyMessage. 2021-11-10 17:35:57 +01:00
Makefile
Makefile.include
memory_app_0.0.0.ld
memory_app_1.0.0.ld
memory_app_1.8.0.ld
memory_app_fastflash.ld
memory.c chore(core, legacy, storage): refactor flash drivers 2024-02-29 23:05:56 +01:00
memory.h
memory.ld
norcow_config.h chore(core, legacy, storage): refactor flash drivers 2024-02-29 23:05:56 +01:00
oled.c
oled.h
random_delays.c
random_delays.h
README.md ci: enable editorconfig checks, fix whitespace issues 2020-11-11 14:43:50 +01:00
rng.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
rng.h
secbool.h
setup.c
setup.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
supervise.c
supervise.h fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
timer.c
timer.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
usb21_standard.c refactor(legacy): move wait_random into separate file 2021-05-21 13:42:53 +02:00
usb21_standard.h MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
usb_private.h MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
usb_standard.c docs: fix typos in comments 2021-06-30 15:41:55 +02:00
util.c
util.h
webusb_defs.h
webusb.c
webusb.h legacy: show webusb popup only in bootloader and only if firmware is not installed 2020-02-12 21:01:06 +00:00
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.