diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-04 14:22:41 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-04 14:22:41 +0000 |
commit | 1d76faa7cba467f1f147f9e0dba2915c73427612 (patch) | |
tree | a543023b9a4bfddef494723f8da85e394f50d47d /os/hal/boards/ST_NUCLEO64_F070RB/cfg | |
parent | e1e2af64f7096fecc1ca9cee407d1e23bd99b52e (diff) | |
download | ChibiOS-1d76faa7cba467f1f147f9e0dba2915c73427612.tar.gz ChibiOS-1d76faa7cba467f1f147f9e0dba2915c73427612.tar.bz2 ChibiOS-1d76faa7cba467f1f147f9e0dba2915c73427612.zip |
Revert part of last changes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9411 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO64_F070RB/cfg')
-rw-r--r-- | os/hal/boards/ST_NUCLEO64_F070RB/cfg/board.chcfg | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/os/hal/boards/ST_NUCLEO64_F070RB/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO64_F070RB/cfg/board.chcfg index 64f0e598e..2ec985930 100644 --- a/os/hal/boards/ST_NUCLEO64_F070RB/cfg/board.chcfg +++ b/os/hal/boards/ST_NUCLEO64_F070RB/cfg/board.chcfg @@ -21,16 +21,16 @@ Type="PushPull" Level="High" Speed="Maximum" - Resistor="Floating" - Mode="Analog" + Resistor="PullUp" + Mode="Input" Alternate="0" /> <pin1 ID="ARD_A1 ADC1_IN1" Type="PushPull" Level="High" Speed="Maximum" - Resistor="Floating" - Mode="Analog" + Resistor="PullUp" + Mode="Input" Alternate="0" /> <pin2 ID="ARD_D1 USART2_TX" @@ -53,8 +53,8 @@ Type="PushPull" Level="High" Speed="Maximum" - Resistor="Floating" - Mode="Analog" + Resistor="PullUp" + Mode="Input" Alternate="0" /> <pin5 ID="LED_GREEN" @@ -151,8 +151,8 @@ Type="PushPull" Level="High" Speed="Maximum" - Resistor="Floating" - Mode="Analog" + Resistor="PullUp" + Mode="Input" Alternate="0" /> <pin1 ID="" @@ -211,21 +211,21 @@ Mode="Input" Alternate="0" /> <pin8 - ID="ARD_D15 I2C1_SCL" + ID="ARD_D15" Type="PushPull" Level="High" Speed="Maximum" - Resistor="Floating" - Mode="Alternate" - Alternate="1" /> + Resistor="PullUp" + Mode="Input" + Alternate="0" /> <pin9 - ID="ARD_D14 I2C1_SDA" + ID="ARD_D14" Type="PushPull" Level="High" Speed="Maximum" - Resistor="Floating" - Mode="Alternate" - Alternate="1" /> + Resistor="PullUp" + Mode="Input" + Alternate="0" /> <pin10 ID="ARD_D6" Type="PushPull" @@ -281,16 +281,16 @@ Type="PushPull" Level="High" Speed="Maximum" - Resistor="Floating" - Mode="Analog" + Resistor="PullUp" + Mode="Input" Alternate="0" /> <pin1 ID="ARD_A4 ADC1_IN10" Type="PushPull" Level="High" Speed="Maximum" - Resistor="Floating" - Mode="Analog" + Resistor="PullUp" + Mode="Input" Alternate="0" /> <pin2 ID="" |