diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-04 13:42:03 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-04 13:42:03 +0000 |
commit | e1e2af64f7096fecc1ca9cee407d1e23bd99b52e (patch) | |
tree | fafb161ababbba4def70dd24f8ff4f416b50fbbe /os/hal/boards/ST_NUCLEO64_F072RB/cfg | |
parent | 6858c1c0eb7802f56707467ed39379836229e2d6 (diff) | |
download | ChibiOS-e1e2af64f7096fecc1ca9cee407d1e23bd99b52e.tar.gz ChibiOS-e1e2af64f7096fecc1ca9cee407d1e23bd99b52e.tar.bz2 ChibiOS-e1e2af64f7096fecc1ca9cee407d1e23bd99b52e.zip |
Improved STM32 Nucleo64 board files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9410 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO64_F072RB/cfg')
-rw-r--r-- | os/hal/boards/ST_NUCLEO64_F072RB/cfg/board.chcfg | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/os/hal/boards/ST_NUCLEO64_F072RB/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO64_F072RB/cfg/board.chcfg index ab15323e3..f5a33182b 100644 --- a/os/hal/boards/ST_NUCLEO64_F072RB/cfg/board.chcfg +++ b/os/hal/boards/ST_NUCLEO64_F072RB/cfg/board.chcfg @@ -17,7 +17,7 @@ <ports> <GPIOA> <pin0 - ID="ARD_A0" + ID="ARD_A0 ADC1_IN0" Type="PushPull" Level="High" Speed="Maximum" @@ -25,7 +25,7 @@ Mode="Analog" Alternate="0" /> <pin1 - ID="ARD_A1" + ID="ARD_A1 ADC1_IN1" Type="PushPull" Level="High" Speed="Maximum" @@ -33,7 +33,7 @@ Mode="Analog" Alternate="0" /> <pin2 - ID="ARD_D1 USART_TX" + ID="ARD_D1 USART2_TX" Type="PushPull" Level="High" Speed="High" @@ -41,7 +41,7 @@ Mode="Alternate" Alternate="1" /> <pin3 - ID="ARD_D0 USART_RX" + ID="ARD_D0 USART2_RX" Type="PushPull" Level="High" Speed="High" @@ -49,7 +49,7 @@ Mode="Alternate" Alternate="1" /> <pin4 - ID="ARD_A2" + ID="ARD_A2 ADC1_IN4" Type="PushPull" Level="High" Speed="Maximum" @@ -147,7 +147,7 @@ </GPIOA> <GPIOB> <pin0 - ID="ARD_A3" + ID="ARD_A3 ADC1_IN8" Type="PushPull" Level="High" Speed="Maximum" @@ -211,21 +211,21 @@ Mode="Input" Alternate="0" /> <pin8 - ID="ARD_D15 ARD_A5_ALT" + ID="ARD_D15 I2C1_SCL" Type="PushPull" Level="High" Speed="Maximum" - Resistor="PullUp" - Mode="Input" - Alternate="0" /> + Resistor="Floating" + Mode="Alternate" + Alternate="1" /> <pin9 - ID="ARD_D14 ARD_A4_ALT" + ID="ARD_D14 I2C1_SDA" Type="PushPull" Level="High" Speed="Maximum" - Resistor="PullUp" - Mode="Input" - Alternate="0" /> + Resistor="Floating" + Mode="Alternate" + Alternate="1" /> <pin10 ID="ARD_D6" Type="PushPull" @@ -277,7 +277,7 @@ </GPIOB> <GPIOC> <pin0 - ID="ARD_A5" + ID="ARD_A5 ADC1_IN11" Type="PushPull" Level="High" Speed="Maximum" @@ -285,7 +285,7 @@ Mode="Analog" Alternate="0" /> <pin1 - ID="ARD_A4" + ID="ARD_A4 ADC1_IN10" Type="PushPull" Level="High" Speed="Maximum" @@ -389,19 +389,19 @@ Mode="Input" Alternate="0" /> <pin14 - ID="" + ID="OSC32_IN" Type="PushPull" Level="High" Speed="Maximum" - Resistor="PullUp" + Resistor="Floating" Mode="Input" Alternate="0" /> <pin15 - ID="" + ID="OSC32_OUT" Type="PushPull" Level="High" Speed="Maximum" - Resistor="PullUp" + Resistor="Floating" Mode="Input" Alternate="0" /> </GPIOC> @@ -667,19 +667,19 @@ </GPIOE> <GPIOF> <pin0 - ID="" + ID="OSC_IN" Type="PushPull" Level="High" Speed="Maximum" - Resistor="PullUp" + Resistor="Floating" Mode="Input" Alternate="0" /> <pin1 - ID="" + ID="OSC_OUT" Type="PushPull" Level="High" Speed="Maximum" - Resistor="PullUp" + Resistor="Floating" Mode="Input" Alternate="0" /> <pin2 |