git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6413 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-11-03 20:23:01 +00:00
parent b630753334
commit 3ea461b0b1
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@
/** /**
* @brief OTG_FS FIFO memory size in words. * @brief OTG_FS FIFO memory size in words.
*/ */
#define STM32_OTG1_FIFO_MEM_SIZE 384 #define STM32_OTG1_FIFO_MEM_SIZE 320
/** /**
* @brief OTG_HS FIFO memory size in words. * @brief OTG_HS FIFO memory size in words.

View File

@ -89,6 +89,8 @@
***************************************************************************** *****************************************************************************
*** 2.7.0 *** *** 2.7.0 ***
- FIX: Fixed STM32 OTG-FS wrong upper memory limit (bug #437)(backported
to 2.6.2).
- FIX: Fixed timing issue in the STM32 OTGv1 USB driver (bug #436)(backported - FIX: Fixed timing issue in the STM32 OTGv1 USB driver (bug #436)(backported
to 2.6.2). to 2.6.2).
- FIX: Fixed STM32L1 remove reset flag (bug #435)(backported to 2.6.2). - FIX: Fixed STM32L1 remove reset flag (bug #435)(backported to 2.6.2).