git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10172 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-04-25 07:08:08 +00:00
parent 6a99a1fb4c
commit 55bf3adb5c
2 changed files with 3 additions and 2 deletions

View File

@ -425,7 +425,7 @@
#define STM32_HAS_OTG1 TRUE
#define STM32_OTG1_ENDPOINTS 5
#define STM32_HAS_OTG2 TRUE
#define STM32_OTG2_ENDPOINTS 8
#define STM32_OTG2_ENDPOINTS 7
#define STM32_HAS_USB FALSE
@ -771,7 +771,7 @@
#define STM32_HAS_OTG1 TRUE
#define STM32_OTG1_ENDPOINTS 6
#define STM32_HAS_OTG2 TRUE
#define STM32_OTG2_ENDPOINTS 8
#define STM32_OTG2_ENDPOINTS 7
#define STM32_HAS_USB FALSE

View File

@ -160,6 +160,7 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- HAL: Fixed STM32 OTGv1 number of endpoints (bug #833)(backported to 16.1.8).
- HAL: Fixed transaction end problem with STM32 OTGv1 driver (bug #832)
(backported to 16.1.8).
- HAL: Removed unused file in STM32 TIM driver (bug #831).