aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-03 20:23:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-03 20:23:01 +0000
commit3ea461b0b1087f26d2c2b1cd251d05ed5968f341 (patch)
tree4e3b56870ad7fc41e651e889fa881ed5bcf0cd24
parentb630753334a5f0c92f3806d2185f1bdc4357d8c2 (diff)
downloadChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.tar.gz
ChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.tar.bz2
ChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.zip
Fixed bug #437.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6413 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32/OTGv1/stm32_otg.h2
-rw-r--r--readme.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/OTGv1/stm32_otg.h b/os/hal/platforms/STM32/OTGv1/stm32_otg.h
index a78ba57e4..f81ce5412 100644
--- a/os/hal/platforms/STM32/OTGv1/stm32_otg.h
+++ b/os/hal/platforms/STM32/OTGv1/stm32_otg.h
@@ -40,7 +40,7 @@
/**
* @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.
diff --git a/readme.txt b/readme.txt
index ed183f690..49b5f4f1c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,8 @@
*****************************************************************************
*** 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
to 2.6.2).
- FIX: Fixed STM32L1 remove reset flag (bug #435)(backported to 2.6.2).