aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO_F302R8/cfg/board.chcfg
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-26 08:45:49 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-26 08:45:49 +0000
commitae90e9c47b2c0cbd54cf0a07db42228f8237513e (patch)
treea6a0bc68b9df701ea7568b30b8d6bb64860387bc /os/hal/boards/ST_NUCLEO_F302R8/cfg/board.chcfg
parent65fb619d2599b714fa212de360dd468326c99ab8 (diff)
downloadChibiOS-ae90e9c47b2c0cbd54cf0a07db42228f8237513e.tar.gz
ChibiOS-ae90e9c47b2c0cbd54cf0a07db42228f8237513e.tar.bz2
ChibiOS-ae90e9c47b2c0cbd54cf0a07db42228f8237513e.zip
Fixed RT-STM32F302R8-NUCLEO demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7926 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO_F302R8/cfg/board.chcfg')
-rw-r--r--os/hal/boards/ST_NUCLEO_F302R8/cfg/board.chcfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/os/hal/boards/ST_NUCLEO_F302R8/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO_F302R8/cfg/board.chcfg
index 05ab56a47..dc23f0351 100644
--- a/os/hal/boards/ST_NUCLEO_F302R8/cfg/board.chcfg
+++ b/os/hal/boards/ST_NUCLEO_F302R8/cfg/board.chcfg
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- STM32F4xx board Template -->
+<!-- STM32F3xx board Template -->
<board
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.chibios.org/xml/schema/boards/stm32f3xx_board.xsd">
@@ -57,12 +57,12 @@
Mode="Input"
Alternate="0" />
<pin5
- ID="LED_GREEN"
+ ID=""
Type="PushPull"
Level="Low"
Speed="High"
- Resistor="Floating"
- Mode="Output"
+ Resistor="PullUp"
+ Mode="Input"
Alternate="0" />
<pin6
ID=""
@@ -251,12 +251,12 @@
Mode="Input"
Alternate="0" />
<pin13
- ID=""
+ ID="LED_GREEN"
Type="PushPull"
Level="High"
Speed="Maximum"
- Resistor="PullUp"
- Mode="Input"
+ Resistor="Floating"
+ Mode="Output"
Alternate="0" />
<pin14
ID=""