1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/legacy
2021-03-09 11:41:55 +01:00
..
bootloader docs(changelog): next bootloader/firmware version will be 1.10.0 2021-03-05 18:32:23 +01:00
demo fix(legacy): store only half of the logo64, use flip to render both parts 2021-03-03 16:23:53 +01:00
emulator fix(legacy): correctly import SDL2 (#1485) 2021-02-18 11:58:04 +01:00
firmware docs(changelog): add public key to ECDHSessionKey 2021-03-08 16:52:44 +01:00
gen fix(legacy): cleanup bitmaps, use 1-bit PNG, update generate script 2021-03-03 16:23:53 +01:00
gitian feat(ci): introduce yamllint 2020-11-10 10:27:47 +01:00
intermediate_fw chore(legacy): update Changelogs 2021-03-03 12:06:58 +01:00
script legacy/intermediate_fw: Intermediate firmware for T1 (#1084) 2020-08-21 14:58:13 +02:00
vendor
.dockerignore
.gitignore
buttons.c
buttons.h
common.c
common.h
COPYING
flash.c
flash.h
layout.c
layout.h
Makefile
Makefile.include openocd: separate stlink configs deprecated - now combined 2021-03-09 11:41:55 +01:00
memory_app_0.0.0.ld
memory_app_1.0.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 2021-03-03 12:06:57 +01:00
memory_app_1.8.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 2021-03-03 12:06:57 +01:00
memory_app_fastflash.ld
memory.c
memory.h
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 oledDrawBitmap and oledDrawBitmapFlip 2021-03-03 16:23:53 +01:00
oled.h fix(legacy): store only half of the logo64, use flip to render both parts 2021-03-03 16:23:53 +01:00
README.md ci: enable editorconfig checks, fix whitespace issues 2020-11-11 14:43:50 +01:00
rng.c
rng.h
secbool.h
setup.c
setup.h
startup.S chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 2021-03-03 12:06:57 +01:00
supervise.c chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 2021-03-03 12:06:57 +01:00
supervise.h fix(legacy): change STAY_IN_BOOTLOADER_FLAG to 0x0FC35A96 2021-03-03 16:18:31 +01:00
timer.c
timer.h
usb21_standard.c
usb21_standard.h
usb_private.h
usb_standard.c
util.c chore(legacy): simplify data2hex 2021-01-22 22:41:11 +01:00
util.h chore(legacy): simplify data2hex 2021-01-22 22:41:11 +01:00
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.