aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 3e86fbb55..0c3341dc8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -126,7 +126,9 @@
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB, STM32F091xC,
STM32F098xx devices.
-- HAL: Fixed Wrong vector name for STM32F3xx EXTI33 (bug #655)(backported
+- HAL: Fixed STM32 USBv1 wrong buffer alignment (bug #656)(backported
+ to 3.0.3 and 2.6.10).
+- HAL: Fixed wrong vector name for STM32F3xx EXTI33 (bug #655)(backported
to 3.0.3 and 2.6.10).
- HAL: Fixed no demo for nucleo STM32F072RB board (bug #652).
- HAL: Fixed missing RCC and ISR definitions for STM32F0xx timers (bug #651)