diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2016-10-31 13:45:14 +0000 |
---|---|---|
committer | Uladzimir Pylinski <barthess@yandex.ru> | 2016-10-31 13:45:14 +0000 |
commit | b0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3 (patch) | |
tree | 9ab4fd83c1d5f4b73bc3198a8edd5053f998701c /os/hal | |
parent | f7809b2ec0ba18425462345d36c715b7a6250b9c (diff) | |
download | ChibiOS-b0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3.tar.gz ChibiOS-b0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3.tar.bz2 ChibiOS-b0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3.zip |
STM32F7x. Nucleo-144 board.h fixes. This boards have no external USB PHY.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9893 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.h | 5 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F767ZI/board.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/board.h b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h index 33d4f86f9..1314e7bbb 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZG/board.h +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h @@ -34,11 +34,6 @@ #define BOARD_PHY_RMII
/*
- * The board has an ULPI USB PHY.
- */
-#define BOARD_OTG2_USES_ULPI
-
-/*
* Board oscillators-related settings.
*/
#if !defined(STM32_LSECLK)
diff --git a/os/hal/boards/ST_NUCLEO144_F767ZI/board.h b/os/hal/boards/ST_NUCLEO144_F767ZI/board.h index 3b15e9b9a..8d18026e1 100644 --- a/os/hal/boards/ST_NUCLEO144_F767ZI/board.h +++ b/os/hal/boards/ST_NUCLEO144_F767ZI/board.h @@ -34,11 +34,6 @@ #define BOARD_PHY_RMII
/*
- * The board has an ULPI USB PHY.
- */
-#define BOARD_OTG2_USES_ULPI
-
-/*
* Board oscillators-related settings.
*/
#if !defined(STM32_LSECLK)
|