1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-16 04:29:08 +00:00
trezor-firmware/legacy
2021-02-10 10:56:52 +01:00
..
bootloader
demo legacy: explicitly initialize variables 2019-10-09 17:05:33 +02:00
emulator all: shut down emulator on error_shutdown 2020-02-12 13:31:31 +01:00
firmware
gen legacy: print inverted question mark for nonprintable characters 2020-07-27 16:29:03 +02:00
gitian feat(ci): introduce yamllint 2020-11-10 10:27:47 +01:00
intermediate_fw
script legacy/intermediate_fw: Intermediate firmware for T1 (#1084) 2020-08-21 14:58:13 +02:00
vendor
.dockerignore
.gitignore toplevel: reorganize .gitignore files 2019-04-17 00:05:24 +02:00
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
COPYING
flash.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
flash.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
layout.c legacy: fix wrong logic in layoutButtonNo 2020-02-04 16:37:20 +00:00
layout.h legacy/layout: use bmp_btn_confirm, bmp_btn_cancel 2019-11-09 19:02:51 +00:00
Makefile
Makefile.include fix(legacy): fix emulator build on darwin 2021-01-22 22:24:21 +01:00
memory_app_0.0.0.ld
memory_app_1.0.0.ld
memory_app_1.8.0.ld
memory_app_fastflash.ld
memory.c
memory.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
memory.ld
norcow_config.h legacy: Implement ChangeWipeCode message for Trezor One. 2019-11-25 12:32:20 +01:00
oled.c
oled.h legacy/oled: remove non-ASCII symbols from font definitions 2019-11-09 19:02:48 +00:00
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 all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
secbool.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
setup.c
setup.h
startup.S
supervise.c
supervise.h
timer.c
timer.h
usb21_standard.c
usb21_standard.h
usb_private.h
usb_standard.c
util.c
util.h chore(legacy): simplify data2hex 2021-01-22 22:41:11 +01:00
webusb_defs.h
webusb.c
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.