git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6451 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
744250d0e2
commit
b14eb58afe
|
@ -44,7 +44,6 @@
|
||||||
#define STM32_HSECLK 12000000
|
#define STM32_HSECLK 12000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Board voltages.
|
* Board voltages.
|
||||||
* Required for performance limits calculation.
|
* Required for performance limits calculation.
|
||||||
|
@ -54,7 +53,7 @@
|
||||||
/*
|
/*
|
||||||
* MCU type as defined in the ST header.
|
* MCU type as defined in the ST header.
|
||||||
*/
|
*/
|
||||||
#define STM32F401xx
|
#define STM32F40_41xxx
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IO pins assignments.
|
* IO pins assignments.
|
||||||
|
|
|
@ -23,8 +23,13 @@
|
||||||
<bus_type>RMII</bus_type>
|
<bus_type>RMII</bus_type>
|
||||||
</ethernet_phy>
|
</ethernet_phy>
|
||||||
<subtype>STM32F40_41xxx</subtype>
|
<subtype>STM32F40_41xxx</subtype>
|
||||||
<clocks HSEFrequency="12000000" HSEBypass="false" LSEFrequency="32768"
|
<clocks
|
||||||
VDD="330" />
|
HSEFrequency="12000000"
|
||||||
|
HSEBypass="false"
|
||||||
|
LSEFrequency="32768"
|
||||||
|
LSEBypass="false"
|
||||||
|
VDD="330"
|
||||||
|
/>
|
||||||
<ports>
|
<ports>
|
||||||
<GPIOA>
|
<GPIOA>
|
||||||
<pin0 ID="BUTTON_WKUP" Type="PushPull" Speed="Maximum" Resistor="Floating"
|
<pin0 ID="BUTTON_WKUP" Type="PushPull" Speed="Maximum" Resistor="Floating"
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
#define STM32_HSECLK 12000000
|
#define STM32_HSECLK 12000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Board voltages.
|
* Board voltages.
|
||||||
* Required for performance limits calculation.
|
* Required for performance limits calculation.
|
||||||
|
|
|
@ -23,8 +23,13 @@
|
||||||
<bus_type>RMII</bus_type>
|
<bus_type>RMII</bus_type>
|
||||||
</ethernet_phy>
|
</ethernet_phy>
|
||||||
<subtype>STM32F40_41xxx</subtype>
|
<subtype>STM32F40_41xxx</subtype>
|
||||||
<clocks HSEFrequency="12000000" HSEBypass="false" LSEFrequency="32768"
|
<clocks
|
||||||
VDD="330" />
|
HSEFrequency="12000000"
|
||||||
|
HSEBypass="false"
|
||||||
|
LSEFrequency="32768"
|
||||||
|
LSEBypass="false"
|
||||||
|
VDD="330"
|
||||||
|
/>
|
||||||
<ports>
|
<ports>
|
||||||
<GPIOA>
|
<GPIOA>
|
||||||
<pin0 ID="BUTTON_WKUP" Type="PushPull" Speed="Maximum" Resistor="Floating"
|
<pin0 ID="BUTTON_WKUP" Type="PushPull" Speed="Maximum" Resistor="Floating"
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STM32_HSECLK 8000000
|
#define STM32_HSECLK 8000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Board voltages.
|
* Board voltages.
|
||||||
* Required for performance limits calculation.
|
* Required for performance limits calculation.
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#define STM32_HSECLK 8000000
|
#define STM32_HSECLK 8000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Board voltages.
|
* Board voltages.
|
||||||
* Required for performance limits calculation.
|
* Required for performance limits calculation.
|
||||||
|
|
|
@ -13,7 +13,9 @@
|
||||||
<clocks
|
<clocks
|
||||||
HSEFrequency="0"
|
HSEFrequency="0"
|
||||||
HSEBypass="true"
|
HSEBypass="true"
|
||||||
LSEFrequency="32768" />
|
LSEFrequency="32768"
|
||||||
|
LSEBypass="false"
|
||||||
|
/>
|
||||||
<ports>
|
<ports>
|
||||||
<GPIOA>
|
<GPIOA>
|
||||||
<pin0
|
<pin0
|
||||||
|
|
Loading…
Reference in New Issue