git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8188 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-08-08 09:57:26 +00:00
parent ec355e5711
commit 6e93194923
1 changed files with 2 additions and 4 deletions

View File

@ -98,10 +98,8 @@
- VAR: Fixed lwIP arch code breaks with a 16-bit systick timer (bug #627)
(backported to 3.0.1).
- HAL: Fixed broken MAC driver for STM32F107 (bug #626)(backported to 3.0.1).
- NIL: Fixed missing configuration options from NIL and RT PPC ports
(bug #625).
- RT: Fixed missing configuration options from NIL and RT PPC ports
(bug #625).
- NIL: Fixed missing configuration options from NIL PPC port (bug #625)
(backported to 3.0.1).
- HAL: Fixed wrong offset in STM32 DAC driver (bug #624)(backported to 3.0.1).
- HAL: Fixed crash on STM32F030x4/6 devices (bug #623)(backported to 3.0.1).
- HAL: Fixed duplicated doxygen tag in STM32F4xx hal_lld.h file (bug #621)