aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-03-17 08:25:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-03-17 08:25:22 +0000
commit7e9ca62aad5269d7feb486797500cba091f7ea36 (patch)
tree21ba2b503f8b0226a8865b5f1817b061b28c54b6 /readme.txt
parent17844dea8d1922e2199311d5c51a30c044155103 (diff)
downloadChibiOS-7e9ca62aad5269d7feb486797500cba091f7ea36.tar.gz
ChibiOS-7e9ca62aad5269d7feb486797500cba091f7ea36.tar.bz2
ChibiOS-7e9ca62aad5269d7feb486797500cba091f7ea36.zip
Added H753 to all H7 mcuconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12707 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 9eb901082..dd309b345 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,6 +73,9 @@
*** Releases and Change Log ***
*****************************************************************************
+*** 19.1.2 ***
+- HAL: Added H753 to all H7 mcuconf.h files.
+
*** 19.1.1 ***
- LIB: Re-introduced missing chGuardedPoolGetCounterI() function to guarded
pools allocator.