aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/RTC/mcuconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-13 20:11:27 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-13 20:11:27 +0000
commitd9d6cffd9e1aaa7ef5cadd43b04c7680e1b60f92 (patch)
tree483e1c2431b6b919ee27933f508a78e8817d8091 /testhal/STM32/STM32F4xx/RTC/mcuconf.h
parent9c863974f824ef9c0e534740ebb8f8a8bdb359cd (diff)
downloadChibiOS-d9d6cffd9e1aaa7ef5cadd43b04c7680e1b60f92.tar.gz
ChibiOS-d9d6cffd9e1aaa7ef5cadd43b04c7680e1b60f92.tar.bz2
ChibiOS-d9d6cffd9e1aaa7ef5cadd43b04c7680e1b60f92.zip
RTC. STM32F4xx. Testhal application moved to OLIMEX_STM32_E407_REV_D board.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8092 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/RTC/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F4xx/RTC/mcuconf.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/testhal/STM32/STM32F4xx/RTC/mcuconf.h b/testhal/STM32/STM32F4xx/RTC/mcuconf.h
index ffc6cac70..cf49a67b7 100644
--- a/testhal/STM32/STM32F4xx/RTC/mcuconf.h
+++ b/testhal/STM32/STM32F4xx/RTC/mcuconf.h
@@ -31,8 +31,6 @@
* 0...3 Lowest...Highest.
*/
-#define STM32_USE_REVISION_A_FIX
-
#define STM32F4xx_MCUCONF
/*
@@ -46,7 +44,7 @@
#define STM32_CLOCK48_REQUIRED TRUE
#define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_HSE
-#define STM32_PLLM_VALUE 8
+#define STM32_PLLM_VALUE 12
#define STM32_PLLN_VALUE 336
#define STM32_PLLP_VALUE 2
#define STM32_PLLQ_VALUE 7
@@ -235,11 +233,11 @@
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 FALSE
-#define STM32_SERIAL_USE_USART2 TRUE
+#define STM32_SERIAL_USE_USART2 FALSE
#define STM32_SERIAL_USE_USART3 FALSE
#define STM32_SERIAL_USE_UART4 FALSE
#define STM32_SERIAL_USE_UART5 FALSE
-#define STM32_SERIAL_USE_USART6 FALSE
+#define STM32_SERIAL_USE_USART6 TRUE
#define STM32_SERIAL_USART1_PRIORITY 12
#define STM32_SERIAL_USART2_PRIORITY 12
#define STM32_SERIAL_USART3_PRIORITY 12