Fixed bug #833.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@10173 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b80d8ebf30
commit
57b4bd2e2b
|
@ -376,7 +376,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
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 16.1.8 ***
|
||||
- HAL: Fixed STM32 OTGv1 number of endpoints (bug #833).
|
||||
- HAL: Fixed transaction end problem with STM32 OTGv1 driver (bug #832).
|
||||
- HAL: Fixed wrong comment in STM32F7 mcuconf (bug #830).
|
||||
- RT: Fixed race condition in chBMReset() (bug #828).
|
||||
|
|
Loading…
Reference in New Issue