Commit Graph

75 Commits (ac1a25fc21dee164288c29ff5b6aee7f69384fb4)

Author SHA1 Message Date
tychovrahe b0b2ffd38f feat(core/prodtest): add reboot command
3 months ago
tychovrahe 0c4b1d6213 fix(core): fix framebuffer switching, was too fast so the change was sometimes not visible
4 months ago
tychovrahe b178c10e8b fix(core): prevent overloading app with touch events
4 months ago
tychovrahe a65511846b feat(core): added user adjustable brightness setting
4 months ago
tychovrahe fe829a5d59 fix(core): fix clearing st7789's internal framebuffer when changing display orientation
4 months ago
cepetr e3a383526b feat(core): introduce mono8 bitmap blending
4 months ago
tychovrahe 751390ec08 fix(core): fix old frame flicker when backlight is risen too soon
4 months ago
tychovrahe 2a123b3c5e feat(core): add alpha capabilities to 4-bit blending
4 months ago
cepetr 3336e3902f feat(core): introduce new display drivers
4 months ago
Ondřej Vejpustek 18f7820d47 style: fix style according to new clang
4 months ago
tychovrahe 6fe476a828 chore(core): fix typos in usb implementation
5 months ago
tychovrahe 1ce694b7fc fix(core): fix usb configuration for FS peripheral (use 6 endpoints)
5 months ago
tychovrahe 8ebb8c2128 fix(core): fix prodtest WIPE on STM32U5
5 months ago
Andrew Kozlik 62e3a414ad chore(core): Disable wait_random() for prodtest and VCP.
5 months ago
tychovrahe 916dbdff9c fix(core): fix reboot to bootloader crash when display copying is in progress
5 months ago
tychovrahe 72146c2ae2 fix(core): fix display fatal error screen
5 months ago
tychovrahe 1600759457 refactor(core): simplify secret.h api, hide platform differences
5 months ago
tychovrahe 89c6590e45 feat(core/prodtest): add commands TOUCH VERSION and VARIANT READ
5 months ago
tychovrahe c8e18dd4d2 fix(core): slow down SDIO communication in T3T1 prodtest
5 months ago
tychovrahe 8a18cfe0d4 feat(core): use U5 DHUK to encrypt optiga pairing secret in flash
5 months ago
tychovrahe ed6aa48726 feat(core): use confidential section for confidential and sensitive data
6 months ago
tychovrahe ba741b81fd feat(core): use HSI as PLL source on T3T1
6 months ago
tychovrahe ba065c5b38 fix(core/prodtest): do not require sd detect pin for running SD card test
6 months ago
Pavol Rusnak 4b189eb2cb fix(core): always zero-initialize structures in trezorhal
6 months ago
tychovrahe 89147ef493 refactor(core): improve flash api by introducing flash_area_write_data function
6 months ago
tychovrahe 39cfa7087a fix(core): set proper GPIO speeds for T3T1
6 months ago
tychovrahe a80959e50f feat(core): allow T3T1 to start without touch during testing
6 months ago
tychovrahe 70a673fabc feat(core): use flash bursts for faster flashing
6 months ago
tychovrahe 6e2f5ff27d fix(core): improve bhk handling on STM32U5
6 months ago
tychovrahe e736d389f2 fix(core): fix backlight reinitialization with maximum value
7 months ago
tychovrahe d69750fae4 refactor(core): do not use framebuffer dma copy in boardloader to safe flash space
7 months ago
tychovrahe f08bed363d refactor(core): extract framebuffer copy to separate bg_copy functionality
7 months ago
tychovrahe afefc17478 refactor(core): use internal framebuffer on T3T1 (with ST7789V display controller)
7 months ago
tychovrahe 7c800f183f refactor(core): make translations blob handling HW agnostic
7 months ago
tychovrahe eb6796059c fix(core): fix st7789v driver compilation for other than T models
7 months ago
tychovrahe 8c1425edd5 perf(core): optimize boot time by removing unnecessary touch initialization delays
7 months ago
tychovrahe 95999623fc fix(core): fix STM32F4 display base address
7 months ago
tychovrahe 653d73ee22 chore(core): optimize flash usage - backlight pwm
7 months ago
tychovrahe 5106ac7aa3 feat(core): support optiga handling on U5
7 months ago
tychovrahe 7d7ccc9dde chore(core): unify i2c instances numbering
7 months ago
tychovrahe cec0191360 fix(core): fix bootloader update on STM32U5
7 months ago
tychovrahe 8815e764d2 feat(core): add support for STM32U585
7 months ago
cepetr 4cf781abb2 chore(core, legacy, storage): refactor flash drivers
7 months ago
cepetr 271bed8bf6 chore(core): use cortex-m33 stack protection
7 months ago
cepetr c4c571d837 chore(core): refactor boot_args
7 months ago
tychovrahe 8150636a81 feat(core): add basic support for STM32U5
7 months ago
tychovrahe 8147b11345 fix(core): fix quadword-only storage
7 months ago
Andrew Kozlik 440b1304c0 refactor(storage): Split implementations based on FLASH_BIT_ACCESS.
7 months ago
grdddj b8ea21d24a feat(all): implement translations into Trezor
7 months ago
cepetr 446c3b77b4 refactor(core/embed): move&rename display terminal functions
8 months ago