git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10160 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-04-17 17:34:14 +00:00
parent 46389ab806
commit 1d23d56a1b
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- RT: Fixed race condition in chBMReset() (bug #828)(backported to 16.1.8).
- HAL: Fixed wrong number of EXTI lines for STM32F303x8 (bug #827)(backported
to 16.1.8).
- HAL: Fixed invalid SDC OCR initialization value (bug #826)(backported