Fixed bug 3436125.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.2.x@3688 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-12-30 10:24:42 +00:00
parent d9911f12c0
commit 362be5c663
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
*** 2.2.8 ***
- NEW: Added new API chThdExitS() in order to allow atomic operations on
thead exit.
- FIX: Fixed DMA priority setting error in STM32 UART driver (bug 3436125).
- FIX: Fixed DMA priority setting error in STM32 SPI driver (bug 3436124).
- FIX: Fixed broken support for UART5 in STM32 serial driver (bug 3434094).
- FIX: Fixed misplaced chRegSetThreadName() in ARM7-AT91SAM7S-FATFS-GCC demo