diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 83723d0c1..9eeba1d3e 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,10 @@ *****************************************************************************
*** 3.1.0 ***
+- HAL: Now STM32 USARTv2 driver initializes the ISR vectors statically on
+ initialization. Disabling them was not necessary and added to
+ the code size.
+- HAL: Added serial driver support for USART 3..6 on STM32F030xC devices.
- HAL: Merged the newest ST header files for STM32F1xx.
- HAL: Added support for differential mode to the STM32F3xx ADC driver.
- HAL: Experimental isochronous capability added to STM32 OTGv1 driver.
|