1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00
trezor-firmware/legacy
Pavol Rusnak e5bdf0d51b
Merge pull request #742 from trezor/language
common: change language field to IETF BCP 47 language tag
2019-12-12 18:07:54 +01:00
..
bootloader legacy/bootloader: don't include FONT_FIXED 2019-11-09 19:13:55 +00:00
demo legacy: explicitly initialize variables 2019-10-09 17:05:33 +02:00
emulator legacy: explicitly initialize variables 2019-10-09 17:05:33 +02:00
firmware Merge pull request #742 from trezor/language 2019-12-12 18:07:54 +01:00
gen legacy/bootloader: don't include FONT_FIXED 2019-11-09 19:13:55 +00:00
gitian
script
vendor
.dockerignore MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
.gitignore
buttons.c
buttons.h
common.c legacy: explicitly initialize variables 2019-10-09 17:05:33 +02:00
common.h
COPYING MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
flash.c
flash.h
layout.c legacy/layout: use bmp_btn_confirm, bmp_btn_cancel 2019-11-09 19:02:51 +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 all: let's use -Wno-missing-braces because clang does not respect 2019-10-11 09:59:32 +02:00
memory_app_0.0.0.ld
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 MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
memory.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
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 legacy/oled: remove non-ASCII symbols from font definitions 2019-11-09 19:02:48 +00:00
oled.h legacy/oled: remove non-ASCII symbols from font definitions 2019-11-09 19:02:48 +00:00
README.md docs: update legacy build instructions (fixes #658) 2019-12-11 14:21:07 +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
startup.S legacy: fix firmware build in CI with MEMORY_PROTECT=0 2019-08-28 16:12:19 +02:00
supervise.c
supervise.h
timer.c all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
timer.h
usb21_standard.c legacy: explicitly initialize variables 2019-10-09 17:05:33 +02:00
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 legacy: refactor readprotobufint() 2019-10-09 15:48:52 +00:00
webusb_defs.h
webusb.c
webusb.h core+legacy: reintroduce USB 2.1 landing page for firmware 2019-04-24 22:56:07 +02:00
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.