mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-09 17:10:17 +00:00
d9590cbe90
[no changelog]
1.9 KiB
1.9 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
2.1.2 [April 2024]
Added
- Added firmware update without interaction. Split builds of different parts to use simple util.s assembler, while FW+bootloader use interconnected ones. #3205
- Added basic support for STM32U5 #3370
2.1.1 [September 2023]
Added
- Added support for STM32F429I-DISC1 board #2989
Fixed
- Fixed gamma correction settings for Model T #2955
- Removed unwanted delay when resetting LCD on the Model R. #3222
2.1.0 [June 2023]
Internal only release for Model R prototypes.
Added
- Add basic Trezor Model R hardware support #2243
- Boardloader capabilities structure #2324
- Using hardware acceleration (dma2d) for rendering #2414
- Check image model when replacing bootloader #2623
- Added production public keys for T2B1. #3048
Changed
- CPU Frequency increased to 180 MHz #2587
- Fixed display blinking by increasing backlight PWM frequency #2595
Security
- Avoid accidental build with broken stack protector #1642