1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/legacy
2023-01-20 15:21:24 +01:00
..
bootloader feat(legacy): bootloader with v3 SignMessage signatures + signatures debug 2022-11-22 15:00:19 +01:00
debug_signing feat(legacy): bootloader with v3 SignMessage signatures + signatures debug 2022-11-22 15:00:19 +01:00
demo build: add bip39_english.o where appropriate 2022-06-01 16:35:33 +02:00
emulator fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
firmware docs: add missing changelog entries 2023-01-20 15:21:24 +01:00
gen build(core,legacy): remove gcc, use cc instead of gcc 2022-04-27 15:48:14 +02:00
gitian
imhex docs(legacy): ImHex patterns for v2 trezor.bin, v1+v2 combined trezor.bin and bootloader binary images 2022-11-01 14:58:35 +01:00
intermediate_fw
script
vendor
.dockerignore
.gitignore
buttons.c
buttons.h
common.c
common.h
compiler_traits.h
COPYING MONOREPO MERGE trezor-mcu 2019-04-15 19:14:58 +02:00
flash.c refactor: Move flash_init to emulator main. 2022-05-03 19:00:04 +02:00
flash.h refactor: Move flash_init to emulator main. 2022-05-03 19:00:04 +02:00
fw_signatures.c chore(legacy): typos and style 2022-11-22 15:00:19 +01:00
fw_signatures.h chore(legacy): typos and style 2022-11-22 15:00:19 +01:00
layout.c
layout.h
Makefile feat(legacy): Ability to flash bootloader and firmware via JLink 2022-09-19 10:09:14 +02:00
Makefile.include feat(legacy): bootloader with v3 SignMessage signatures + signatures debug 2022-11-22 15:00:19 +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 Revert "feat(legacy): implement firmware dumping" 2022-08-02 17:12:07 +02:00
memory.h Revert "feat(legacy): implement firmware dumping" 2022-08-02 17:12:07 +02:00
memory.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 2021-03-03 12:06:57 +01:00
norcow_config.h
oled.c fix(legacy): refactor oledInvertPixel 2022-06-02 10:50:40 +02:00
oled.h fix(legacy): refactor oledInvertPixel 2022-06-02 10:50:40 +02:00
random_delays.c
random_delays.h
README.md
rng.c
rng.h
secbool.h
setup.c
setup.h
startup.S
supervise.c fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
supervise.h fix(legacy): update sector argument to match flash_erase_sector size 2022-05-26 17:18:20 +02:00
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 chore(legacy): simplify data2hex 2021-01-22 22:41:11 +01:00
webusb_defs.h
webusb.c
webusb.h
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.