aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-06 16:21:01 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-06 16:21:01 +0000
commitc62c5f50629f340eb3af59b0da2efea0ff7e8af5 (patch)
tree11251b3681e1b773dc1c7d8e2c428e96fa509849 /readme.txt
parent7837e18969ca04514e270a529e66fe2b31cf4b61 (diff)
downloadChibiOS-c62c5f50629f340eb3af59b0da2efea0ff7e8af5.tar.gz
ChibiOS-c62c5f50629f340eb3af59b0da2efea0ff7e8af5.tar.bz2
ChibiOS-c62c5f50629f340eb3af59b0da2efea0ff7e8af5.zip
STM32L433 added to STM32L4xx HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12537 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 8673b5db9..8d61897c9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,7 @@
*****************************************************************************
*** Next ***
+- NEW: STM32L433 added to STM32L4xx HAL.
- CHG: chFifoObjectInit() renamed to chFifoObjectInitAligned(). Added a new
chFifoObjectInit() without the alignment parameter.
- NEW: Stricter alignment checks in memory pools.