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

master
gdisirio 2011-11-27 09:05:28 +00:00
parent 73b61b850b
commit cc34d272eb
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@
specific directories because documentation issues.
*** 2.3.3 ***
- FIX: Fixed missing UART5 definition in STM32 HAL (bug 3411774)(backported
to 2.2.8).
- FIX: Fixed uninitialized variable in STM32 PWM and ICU drivers (bug 3413558).
- FIX: Fixed wrong parameter passed to the DMA error hook in STM32 ADC driver,
the DMA error hook has been removed entirely in the new ADC driver model