Fixed bug #978.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12272 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
29f768a490
commit
736b8dfa59
|
@ -1568,7 +1568,7 @@
|
|||
/* USB attributes.*/
|
||||
#define STM32_OTG_STEPPING 2
|
||||
#define STM32_HAS_OTG1 TRUE
|
||||
#define STM32_OTG1_ENDPOINTS 3
|
||||
#define STM32_OTG1_ENDPOINTS 5
|
||||
|
||||
#define STM32_HAS_OTG2 FALSE
|
||||
#define STM32_HAS_USB FALSE
|
||||
|
@ -1903,7 +1903,7 @@
|
|||
/* USB attributes.*/
|
||||
#define STM32_OTG_STEPPING 2
|
||||
#define STM32_HAS_OTG1 TRUE
|
||||
#define STM32_OTG1_ENDPOINTS 3
|
||||
#define STM32_OTG1_ENDPOINTS 5
|
||||
|
||||
#define STM32_HAS_OTG2 FALSE
|
||||
#define STM32_HAS_USB FALSE
|
||||
|
|
|
@ -150,6 +150,8 @@
|
|||
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
||||
- HAL: Fixed wrong number of endpoints fot STM32F412/413 (bug #978)
|
||||
(backported to 18.2.2 and 17.6.5).
|
||||
- RT: Fixed chEvtGetAndClearFlags(...) does not mask events (bug #977)
|
||||
(backported to 18.2.2 and 17.6.5).
|
||||
- HAL: Fixed HAL channels chnControl() macro broken (bug #976)
|
||||
|
|
Loading…
Reference in New Issue