aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 0f07e2fc0..995175aa4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,6 +73,10 @@
*****************************************************************************
*** 3.1.0 ***
+- HAL: Introduced preliminary support for STM32F7xx devices.
+- HAL: Introduced preliminary support for STM32L4xx devices.
+- HAL: Introduced preliminary support for STM32L0xx devices.
+- HAL: Added PAL driver for STM32L4xx GPIOv3 peripheral.
- HAL: Added I2S driver for STM32 SPIv2 peripheral.
- HAL: Added demos and board files for ST's Nucleo32 boards (F031, F042, F303).
- HAL: Added "lines" handling to PAL driver, lines are identifiers of both
@@ -119,8 +123,6 @@
- HAL: STM32F0xx and STM32L0xx devices now share the same ADCv1 driver.
- HAL: STM32F0xx, STM32F1xx, STM32F3xx, STM32F37x, STM32L0xx and STM32L1xx
devices now share the same DMAv1 driver.
-- HAL: Introduced preliminary support for STM32F7xx devices.
-- HAL: Introduced preliminary support for STM32L0xx devices.
- HAL: New STM32 shared DMAv2 driver supporting channel selection and
data cache invalidation (F2, F4, F7).
- HAL: New STM32 shared DMAv1 driver supporting channel selection and fixing