Fixed some STM32F3 registry entries.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7925 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
766c11bd30
commit
65fb619d25
|
@ -661,8 +661,8 @@
|
||||||
|
|
||||||
/* USB attributes.*/
|
/* USB attributes.*/
|
||||||
#define STM32_HAS_USB TRUE
|
#define STM32_HAS_USB TRUE
|
||||||
#define STM32_USB_ACCESS_SCHEME_2x16 FALSE
|
#define STM32_USB_ACCESS_SCHEME_2x16 TRUE
|
||||||
#define STM32_USB_PMA_SIZE 512
|
#define STM32_USB_PMA_SIZE 768
|
||||||
#define STM32_USB_HAS_BCDR FALSE
|
#define STM32_USB_HAS_BCDR FALSE
|
||||||
#define STM32_HAS_OTG1 FALSE
|
#define STM32_HAS_OTG1 FALSE
|
||||||
#define STM32_HAS_OTG2 FALSE
|
#define STM32_HAS_OTG2 FALSE
|
||||||
|
@ -979,10 +979,7 @@
|
||||||
#define STM32_HAS_USART6 FALSE
|
#define STM32_HAS_USART6 FALSE
|
||||||
|
|
||||||
/* USB attributes.*/
|
/* USB attributes.*/
|
||||||
#define STM32_HAS_USB TRUE
|
#define STM32_HAS_USB FALSE
|
||||||
#define STM32_USB_ACCESS_SCHEME_2x16 FALSE
|
|
||||||
#define STM32_USB_PMA_SIZE 512
|
|
||||||
#define STM32_USB_HAS_BCDR FALSE
|
|
||||||
#define STM32_HAS_OTG1 FALSE
|
#define STM32_HAS_OTG1 FALSE
|
||||||
#define STM32_HAS_OTG2 FALSE
|
#define STM32_HAS_OTG2 FALSE
|
||||||
#endif /* defined(STM32F318x8) */
|
#endif /* defined(STM32F318x8) */
|
||||||
|
@ -1303,7 +1300,7 @@
|
||||||
#endif /* defined(STM32F358xC) */
|
#endif /* defined(STM32F358xC) */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* STM32F334xC. */
|
/* STM32F334x8. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
#if defined(STM32F334x8) || defined(__DOXYGEN__)
|
#if defined(STM32F334x8) || defined(__DOXYGEN__)
|
||||||
/* ADC attributes.*/
|
/* ADC attributes.*/
|
||||||
|
|
Loading…
Reference in New Issue