aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 6cd4ec57c..193120849 100644
--- a/readme.txt
+++ b/readme.txt
@@ -67,6 +67,10 @@
*** 2.1.4 ***
- NEW: Initial STM8L support: HAL, PAL and Serial drivers.
- NEW: Added demo for the ST STM8L-Discovery kit.
+- CHANGE: Improved the STM32 HAL to support more sub-families, now it
+ is possible to test the presence of any single peripheral into the
+ specified STM32 device. Now in the board.h files the specific device
+ must be specified instead of the sub-family.
- CHANGE: Separated dynamic threads code into dedicated files: chdynamic.c
and chdynamic.h.
- Added SPI driver to the STM8 documentation, it was missing.