From b0a3f4b4675d1b1eadf247ead7b00f2a6cfb6db3 Mon Sep 17 00:00:00 2001 From: Uladzimir Pylinski Date: Mon, 31 Oct 2016 13:45:14 +0000 Subject: 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 --- os/hal/boards/ST_NUCLEO144_F746ZG/board.h | 5 ----- os/hal/boards/ST_NUCLEO144_F767ZI/board.h | 5 ----- 2 files changed, 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 @@ -33,11 +33,6 @@ #define BOARD_PHY_ID MII_LAN8742A_ID #define BOARD_PHY_RMII -/* - * The board has an ULPI USB PHY. - */ -#define BOARD_OTG2_USES_ULPI - /* * Board oscillators-related settings. */ 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 @@ -33,11 +33,6 @@ #define BOARD_PHY_ID MII_LAN8742A_ID #define BOARD_PHY_RMII -/* - * The board has an ULPI USB PHY. - */ -#define BOARD_OTG2_USES_ULPI - /* * Board oscillators-related settings. */ -- cgit v1.2.3