Commit Graph

224 Commits (2e58a4959f99f53d3155b3cabfafafb26d498ed1)

Author SHA1 Message Date
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 f8be07b732 feat(core): Increase Optiga I2C timeout.
5 months ago
Andrew Kozlik d453dac45c feat(core): Measure Optiga response timeout in ms not number of attempts.
5 months ago
Andrew Kozlik 594d7425cd feat(core): Retry getting Optiga response even when it doesn't seem to have one.
5 months ago
Andrew Kozlik 62e3a414ad chore(core): Disable wait_random() for prodtest and VCP.
5 months ago
Andrew Kozlik ed43a5bc5b feat(core): Don't lock Optiga in debug builds.
5 months ago
matejcik 54c441a607 feat(core): enable Optiga logging in debug builds by default
5 months ago
Andrew Kozlik 182a9b1ce8 refactor(core): Refactor Optiga macros.
5 months ago
Andrew Kozlik 9a5e9b25c7 feat(core): Add Optiga command logging macro.
5 months ago
tychovrahe ab11afa442 fix(core): set proper VDD level for T3T1 boards
5 months ago
tychovrahe e5e40cf4a8 fix(core): ensure correctly programmed oem key option bytes
5 months ago
tychovrahe 916dbdff9c fix(core): fix reboot to bootloader crash when display copying is in progress
5 months ago
tychovrahe 457e5956c8 fix(core): fix sha256 calculation with hash processor
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 a873a7064e chore(core): add comments to secret.h functions
6 months ago
tychovrahe 8a18cfe0d4 feat(core): use U5 DHUK to encrypt optiga pairing secret in flash
6 months ago
tychovrahe e060ac68c5 feat(core): use U5 HW keys to additionally encrypt storage items
6 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 576ed7e04e chore(core): use SD hal driver from submodule
6 months ago
tychovrahe 69ed626ca0 fix(core): slowdown i2c on u5 to 200kHz
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 047c8a881b fix(core): fix order of loading BHK into SAES key register
6 months ago
tychovrahe a80959e50f feat(core): allow T3T1 to start without touch during testing
6 months ago
tychovrahe 5e827e09c4 fix(core): fix haptic driver initialization
6 months ago
obrusvit 54468abd89 feat(core/emu): handle arrow buttons as swipes
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 fb2868d297 fix(core): setup option bytes for STM32U5
6 months ago
tychovrahe 4fe9294377 fix(core): fix prodtest mpu setting on U5 - allow read of MCU ID
6 months ago
cepetr ecd4465ab3 fix(core): fix mouse event processing in the simulator
6 months ago
Martin Milata ebb480ef29 fix(core): T3T1 emulator
6 months ago
tychovrahe e736d389f2 fix(core): fix backlight reinitialization with maximum value
7 months ago
tychovrahe 8ccd2cb048 feat(core): add support for T3T1 rev. E HW
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 0e70fcdc6f feat(core): add haptic to prodtest
7 months ago
tychovrahe 8c1425edd5 perf(core): optimize boot time by removing unnecessary touch initialization delays
7 months ago
tychovrahe 30edad0151 perf(core): optimize i2c initialization on U5 by statically defining timing constant
7 months ago