diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-05 00:55:57 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-05 00:55:57 +0000 |
commit | a21ea7128bf738c458449ac51361fbb45834f447 (patch) | |
tree | 3f51634edbbf0622814825308dba4054409c3baa /os/hal/boards/ST_NUCLEO32_F031K6 | |
parent | 59aa6038ef358b38f8e28eb5e1c3b8ca208c1521 (diff) | |
download | ChibiOS-a21ea7128bf738c458449ac51361fbb45834f447.tar.gz ChibiOS-a21ea7128bf738c458449ac51361fbb45834f447.tar.bz2 ChibiOS-a21ea7128bf738c458449ac51361fbb45834f447.zip |
Completed STM32L0xx port adding STM32L011xx support,
Added STM32 Nucleo32-L011K4 board files
Added demo NIL-STM32L011K4-NUCLEO32
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9414 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO32_F031K6')
-rw-r--r-- | os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg index 8cd278de0..a31562edb 100644 --- a/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg +++ b/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg @@ -173,10 +173,10 @@ <pin3 ID="ARD_D13 LED_GREEN" Type="PushPull" - Level="High" + Level="Low" Speed="Maximum" - Resistor="PullUp" - Mode="Input" + Resistor="Floating" + Mode="Output" Alternate="0" /> <pin4 ID="ARD_D12" |