mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-08 16:42:03 +00:00
1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
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