aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-09-04 07:31:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-09-04 07:31:59 +0000
commitfc3f6b32fcbfda905ed747126bd79cb15d1c188e (patch)
treef104f1c660d017fd0d90cf25dfa70f781101d93b /os/hal/boards/ST_STM32F746G_DISCOVERY/board.h
parentf6c67102beda3747a33ed818b71f7ec7e24d1be0 (diff)
downloadChibiOS-fc3f6b32fcbfda905ed747126bd79cb15d1c188e.tar.gz
ChibiOS-fc3f6b32fcbfda905ed747126bd79cb15d1c188e.tar.bz2
ChibiOS-fc3f6b32fcbfda905ed747126bd79cb15d1c188e.zip
Added ULPI tag in board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8272 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_STM32F746G_DISCOVERY/board.h')
-rw-r--r--os/hal/boards/ST_STM32F746G_DISCOVERY/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h b/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h
index 2c12c03fb..eb6626990 100644
--- a/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h
+++ b/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h
@@ -34,6 +34,11 @@
#define BOARD_PHY_RMII
/*
+ * The board has an ULPI USB PHY.
+ */
+#define BOARD_OTG2_USES_ULPI
+
+/*
* Board oscillators-related settings.
*/
#if !defined(STM32_LSECLK)