Fixed bug 3291898.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2888 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1a8c09bec5
commit
8e51a4e76a
|
@ -396,7 +396,7 @@
|
||||||
#define STM32_HAS_USB TRUE
|
#define STM32_HAS_USB TRUE
|
||||||
#define STM32_HAS_OTG1 FALSE
|
#define STM32_HAS_OTG1 FALSE
|
||||||
|
|
||||||
#elif defined(STM32F10X_XD)
|
#elif defined(STM32F10X_XL)
|
||||||
/*
|
/*
|
||||||
* Capability flags for Performance Line eXtra Density devices.
|
* Capability flags for Performance Line eXtra Density devices.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -71,6 +71,8 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.3.2 ***
|
*** 2.3.2 ***
|
||||||
|
- FIX: Fixed wrong macro check for STM32 XL devices (bug 3291898)(backported
|
||||||
|
to 2.2.4).
|
||||||
- FIX: Fixed missing state transition in ADC driver (bug 3288149)(backported
|
- FIX: Fixed missing state transition in ADC driver (bug 3288149)(backported
|
||||||
to 2.2.4).
|
to 2.2.4).
|
||||||
- FIX: Fixed missing state transition in SPI driver (bug 3288112)(backported
|
- FIX: Fixed missing state transition in SPI driver (bug 3288112)(backported
|
||||||
|
|
Loading…
Reference in New Issue