diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-24 10:22:19 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-24 10:22:19 +0000 |
commit | bd4b3b1affd37b8a89ed0615083589088ce32bdc (patch) | |
tree | f4fbe7046bf3258c2df1777371c9c9c563535ef6 /os/hal | |
parent | bb101465450205e9249686656bdef3fb36077fe3 (diff) | |
download | ChibiOS-bd4b3b1affd37b8a89ed0615083589088ce32bdc.tar.gz ChibiOS-bd4b3b1affd37b8a89ed0615083589088ce32bdc.tar.bz2 ChibiOS-bd4b3b1affd37b8a89ed0615083589088ce32bdc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9658 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/boards/ST_STM32L476_DISCOVERY/board.c | 2 | ||||
-rw-r--r-- | os/hal/boards/ST_STM32L476_DISCOVERY/board.h | 4 | ||||
-rw-r--r-- | os/hal/boards/ST_STM32L476_DISCOVERY/board.mk | 4 | ||||
-rw-r--r-- | os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/boards/ST_STM32L476_DISCOVERY/board.c b/os/hal/boards/ST_STM32L476_DISCOVERY/board.c index 588163397..bfd3e8ada 100644 --- a/os/hal/boards/ST_STM32L476_DISCOVERY/board.c +++ b/os/hal/boards/ST_STM32L476_DISCOVERY/board.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/os/hal/boards/ST_STM32L476_DISCOVERY/board.h b/os/hal/boards/ST_STM32L476_DISCOVERY/board.h index c36bf650d..53dcfeaf5 100644 --- a/os/hal/boards/ST_STM32L476_DISCOVERY/board.h +++ b/os/hal/boards/ST_STM32L476_DISCOVERY/board.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -699,7 +699,7 @@ PIN_ODR_HIGH(GPIOC_LCD_SEG14) | \
PIN_ODR_HIGH(GPIOC_LCD_SEG9) | \
PIN_ODR_HIGH(GPIOC_LCD_SEG13) | \
- PIN_ODR_LOW(GPIOC_OTG_FS_PSON) | \
+ PIN_ODR_HIGH(GPIOC_OTG_FS_PSON) | \
PIN_ODR_HIGH(GPIOC_OTG_FS_OVCURR) | \
PIN_ODR_HIGH(GPIOC_OTG_FS_VBUS) | \
PIN_ODR_HIGH(GPIOC_OTG_FS_ID) | \
diff --git a/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk b/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk index bd86ee41a..845d6ca2d 100644 --- a/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk +++ b/os/hal/boards/ST_STM32L476_DISCOVERY/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_STM32L476_DISCOVERY/board.c
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_STM32L476_DISCOVERY/board.c
# Required include directories
-BOARDINC = $(CHIBIOS)/os/hal/boards/ST_STM32L476_DISCOVERY
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_STM32L476_DISCOVERY
diff --git a/os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg b/os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg index 7e1d79215..fe7dd57e6 100644 --- a/os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg +++ b/os/hal/boards/ST_STM32L476_DISCOVERY/cfg/board.chcfg @@ -438,7 +438,7 @@ <pin9
ID="OTG_FS_PSON"
Type="PushPull"
- Level="Low"
+ Level="High"
Speed="Maximum"
Resistor="Floating"
Mode="Output"
|