1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-26 15:20:58 +00:00
trezor-firmware/legacy
2021-11-10 17:35:57 +01:00
..
bootloader fix(legacy/bootloader): compress firmware verification public keys 2021-11-04 09:40:02 +01:00
demo
emulator feat(legacy/emulator): avoid busy loop when waiting for messages 2021-08-04 10:58:15 +02:00
firmware fix(legacy): Fix split_message() to correctly handle strings that are not null-terminated. 2021-11-10 17:35:57 +01:00
gen
gitian feat(ci): introduce yamllint 2020-11-10 10:27:47 +01:00
intermediate_fw
script style(all): use f-strings for formatting 2021-10-13 11:53:17 +02:00
vendor
.dockerignore MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
.gitignore
buttons.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
buttons.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
common.c
common.h
compiler_traits.h
COPYING MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
flash.c
flash.h
layout.c
layout.h
Makefile
Makefile.include
memory_app_0.0.0.ld
memory_app_1.0.0.ld
memory_app_1.8.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 2021-03-03 12:06:57 +01:00
memory_app_fastflash.ld
memory.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
memory.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
memory.ld
norcow_config.h
oled.c
oled.h
random_delays.c refactor(legacy): move wait_random into separate file 2021-05-21 13:42:53 +02:00
random_delays.h
README.md
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
startup.S
supervise.c
supervise.h fix(legacy): change STAY_IN_BOOTLOADER_FLAG to 0x0FC35A96 2021-03-03 16:18:31 +01:00
timer.c
timer.h
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 MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
webusb.c refactor(legacy): move wait_random into separate file 2021-05-21 13:42:53 +02:00
webusb.h
winusb_defs.h MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
winusb.c
winusb.h MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00

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.