git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8987 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-02-28 09:32:15 +00:00
parent 830c98ba01
commit b162410c9c
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- HAL: Fixed wrong definition in STM32L4 ext_lld_isr.h (bug #717)
(backported to 16.1.4).
- HAL: Fixed wrong definitions in STM32F746 mcuconf.h files (bug #716)
(backported to 16.1.4).
- RT: Fixed wrong SysTick initialization in generic demos (bug #715)