1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00
trezor-firmware/legacy
2020-09-08 19:36:10 +02:00
..
bootloader core+legacy: expand month names in changelogs 2020-08-05 23:07:11 +02:00
demo
emulator
firmware
gen legacy: print inverted question mark for nonprintable characters 2020-07-27 16:29:03 +02:00
gitian
intermediate_fw legacy/intermediate_fw: fix optflags 2020-08-21 15:02:43 +02:00
script
vendor
.dockerignore MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
.gitignore toplevel: reorganize .gitignore files 2019-04-17 00:05:24 +02:00
buttons.c
buttons.h
common.c legacy: explicitly initialize variables 2019-10-09 17:05:33 +02:00
common.h
COPYING
flash.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
flash.h
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 MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +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 MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
memory_app_1.8.0.ld MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
memory_app_fastflash.ld
memory.c
memory.h
memory.ld MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
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
rng.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
rng.h
secbool.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
setup.c
setup.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
startup.S legacy: add comment to startup.S 2020-02-19 14:51:29 +00:00
supervise.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
supervise.h
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 MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
usb_private.h
usb_standard.c legacy: explicitly initialize variables 2019-10-09 17:05:33 +02:00
util.c legacy: refactor readprotobufint() 2019-10-09 15:48:52 +00:00
util.h
webusb_defs.h MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
webusb.c legacy: show webusb popup only in bootloader and only if firmware is not installed 2020-02-12 21:01:06 +00:00
webusb.h
winusb_defs.h
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.