..
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
fix(legacy): Improve error handling in msg_read_tiny().
2021-03-17 22:34:26 +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
move vendored submodules to root vendor/ dir
2019-05-13 13:51:53 +02:00
.dockerignore
MONOREPO MERGE trezor-mcu
2019-04-15 19:14:58 +02:00
.gitignore
toplevel: reorganize .gitignore files
2019-04-17 00:05:24 +02:00
buttons.c
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
buttons.h
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
common.c
legacy: explicitly initialize variables
2019-10-09 17:05:33 +02:00
common.h
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
COPYING
MONOREPO MERGE trezor-mcu
2019-04-15 19:14:58 +02:00
flash.c
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
flash.h
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
layout.c
legacy: fix wrong logic in layoutButtonNo
2020-02-04 16:37:20 +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
openocd: separate stlink configs deprecated - now combined
2021-03-09 11:41:55 +01:00
memory_app_0.0.0.ld
MONOREPO MERGE trezor-mcu
2019-04-15 19:14:58 +02:00
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
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
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +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
legacy: Implement ChangeWipeCode message for Trezor One.
2019-11-25 12:32:20 +01:00
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
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
rng.h
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
secbool.h
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
setup.c
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
setup.h
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
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
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
timer.h
all: rename TREZOR to Trezor where possible
2019-06-17 20:28:29 +02:00
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
MONOREPO MERGE trezor-mcu
2019-04-15 19:14:58 +02:00
usb_standard.c
legacy: explicitly initialize variables
2019-10-09 17:05:33 +02:00
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
MONOREPO MERGE trezor-mcu
2019-04-15 19:14:58 +02:00
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
MONOREPO MERGE trezor-mcu
2019-04-15 19:14:58 +02:00
winusb.c
legacy: Move wait_random() to common.c and use HMAC DRBG to generate delays.
2019-06-11 11:41:40 +02:00
winusb.h
MONOREPO MERGE trezor-mcu
2019-04-15 19:14:58 +02:00