diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-05 08:26:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-05 08:26:41 +0000 |
commit | 6d7f9128b8c15298047e931b6a9feb6af8b46b64 (patch) | |
tree | 92a1e26a61fc5d44e67f662eeb607352e6164c7d /tools/eclipse | |
parent | a628a1f4a959454ad3ed1a7855504c8283d0e4f5 (diff) | |
download | ChibiOS-6d7f9128b8c15298047e931b6a9feb6af8b46b64.tar.gz ChibiOS-6d7f9128b8c15298047e931b6a9feb6af8b46b64.tar.bz2 ChibiOS-6d7f9128b8c15298047e931b6a9feb6af8b46b64.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4525 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse')
-rw-r--r-- | tools/eclipse/config_wizard/resources/gencfg/xml/stm32f0board.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/eclipse/config_wizard/resources/gencfg/xml/stm32f0board.xml b/tools/eclipse/config_wizard/resources/gencfg/xml/stm32f0board.xml index 7d564e3a8..6659dfdd0 100644 --- a/tools/eclipse/config_wizard/resources/gencfg/xml/stm32f0board.xml +++ b/tools/eclipse/config_wizard/resources/gencfg/xml/stm32f0board.xml @@ -533,18 +533,18 @@ </GPIOD>
<GPIOF>
<pin0
- ID=""
+ ID="OSC_IN"
Type="PushPull"
Speed="Minimum"
- Resistor="PullUp"
+ Resistor="Floating"
Level="High"
Mode="Input"
- Alternate="0" />
+ Alternate="0" >OOSOSCOSC_OSC_IOSC_INOSC_IOSC_OSCOSO</pin0>
<pin1
- ID=""
+ ID="OSC_OUT"
Type="PushPull"
Speed="Minimum"
- Resistor="PullUp"
+ Resistor="Floating"
Level="High"
Mode="Input"
Alternate="0" />
|