From 1ab61e8d8f03953e328466e58c041372164f14a4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 29 May 2017 09:13:17 +0000 Subject: Implemented LSE Drive parameter for STM32F7xx, re-generated F7 board files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10225 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/hal/boards/ST_STM32F746G_DISCOVERY/cfg') diff --git a/os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg b/os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg index 83b877072..9fa7a8563 100644 --- a/os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg +++ b/os/hal/boards/ST_STM32F746G_DISCOVERY/cfg/board.chcfg @@ -30,7 +30,8 @@ HSEBypass="true" LSEFrequency="32768" LSEBypass="false" - VDD="300" /> + VDD="300" + LSEDrive="3 High Drive (default)" />