git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9658 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-06-24 10:22:19 +00:00
parent bb10146545
commit bd4b3b1aff
4 changed files with 6 additions and 6 deletions

View File

@ -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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with 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_SEG14) | \
PIN_ODR_HIGH(GPIOC_LCD_SEG9) | \ PIN_ODR_HIGH(GPIOC_LCD_SEG9) | \
PIN_ODR_HIGH(GPIOC_LCD_SEG13) | \ 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_OVCURR) | \
PIN_ODR_HIGH(GPIOC_OTG_FS_VBUS) | \ PIN_ODR_HIGH(GPIOC_OTG_FS_VBUS) | \
PIN_ODR_HIGH(GPIOC_OTG_FS_ID) | \ PIN_ODR_HIGH(GPIOC_OTG_FS_ID) | \

View File

@ -1,5 +1,5 @@
# List of all the board related files. # 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 # Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_STM32L476_DISCOVERY BOARDINC = ${CHIBIOS}/os/hal/boards/ST_STM32L476_DISCOVERY

View File

@ -438,7 +438,7 @@
<pin9 <pin9
ID="OTG_FS_PSON" ID="OTG_FS_PSON"
Type="PushPull" Type="PushPull"
Level="Low" Level="High"
Speed="Maximum" Speed="Maximum"
Resistor="Floating" Resistor="Floating"
Mode="Output" Mode="Output"