1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/legacy
2020-07-24 12:33:46 +02:00
..
bootloader all: rename changelogs to .md for highlighting 2020-07-08 10:43:40 +02:00
demo
emulator all: shut down emulator on error_shutdown 2020-02-12 13:31:31 +01:00
firmware core, legacy: set version of the upcoming release in Changelog 2020-07-24 12:33:46 +02:00
gen legacy/bootloader: don't include FONT_FIXED 2019-11-09 19:13:55 +00:00
gitian
script legacy: improve script/setup 2020-02-18 13:39:24 +00:00
vendor
.dockerignore
.gitignore toplevel: reorganize .gitignore files 2019-04-17 00:05:24 +02:00
buttons.c
buttons.h
common.c
common.h
COPYING
flash.c
flash.h
layout.c legacy: fix wrong logic in layoutButtonNo 2020-02-04 16:37:20 +00:00
layout.h
Makefile
Makefile.include legacy: add missing SDL2_image to Makefile 2020-07-10 16:31:50 +02: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
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
README.md docs: update legacy build instructions (fixes #658) 2019-12-11 14:21:07 +01:00
rng.c
rng.h
secbool.h
setup.c
setup.h
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
timer.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
usb21_standard.c
usb21_standard.h
usb_private.h
usb_standard.c
util.c
util.h
webusb_defs.h
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 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
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.