You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/legacy
Andrew Kozlik 97a3223663
fix(legacy): Skip unused messages in nanopb.
3 years ago
..
bootloader docs(changelog): next bootloader/firmware version will be 1.10.0 3 years ago
demo fix(legacy): store only half of the logo64, use flip to render both parts 3 years ago
emulator fix(legacy): correctly import SDL2 (#1485) 3 years ago
firmware fix(legacy): Skip unused messages in nanopb. 3 years ago
gen fix(legacy): cleanup bitmaps, use 1-bit PNG, update generate script 3 years ago
gitian feat(ci): introduce yamllint 4 years ago
intermediate_fw chore(legacy): update Changelogs 3 years ago
script legacy/intermediate_fw: Intermediate firmware for T1 (#1084) 4 years ago
vendor
.dockerignore
.gitignore
COPYING
Makefile
Makefile.include openocd: separate stlink configs deprecated - now combined 3 years ago
README.md ci: enable editorconfig checks, fix whitespace issues 4 years ago
buttons.c
buttons.h
common.c
common.h
flash.c
flash.h
layout.c legacy: fix wrong logic in layoutButtonNo 4 years ago
layout.h legacy/layout: use bmp_btn_confirm, bmp_btn_cancel 5 years ago
memory.c
memory.h
memory.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_0.0.0.ld
memory_app_1.0.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_1.8.0.ld chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
memory_app_fastflash.ld
norcow_config.h legacy: Implement ChangeWipeCode message for Trezor One. 5 years ago
oled.c fix(legacy): refactor oledDrawBitmap and oledDrawBitmapFlip 3 years ago
oled.h fix(legacy): store only half of the logo64, use flip to render both parts 3 years ago
rng.c
rng.h
secbool.h
setup.c
setup.h
startup.S chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
supervise.c chore(legacy): unify {go,return}_to_bootloader => stay_in_bootloader 3 years ago
supervise.h fix(legacy): change STAY_IN_BOOTLOADER_FLAG to 0x0FC35A96 3 years ago
timer.c
timer.h
usb21_standard.c
usb21_standard.h
usb_private.h
usb_standard.c
util.c chore(legacy): simplify data2hex 3 years ago
util.h chore(legacy): simplify data2hex 3 years ago
webusb.c legacy: show webusb popup only in bootloader and only if firmware is not installed 4 years ago
webusb.h legacy: show webusb popup only in bootloader and only if firmware is not installed 4 years ago
webusb_defs.h
winusb.c
winusb.h
winusb_defs.h

README.md

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.