From 81a4b9e09116ee0695264d61d0237b9099999a58 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 5 Jun 2016 09:47:44 +0000 Subject: Updated CMSIS header for STM32F7xx family git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9585 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ext/CMSIS/ST/STM32F7xx/system_stm32f7xx.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'os/common/ext/CMSIS/ST/STM32F7xx/system_stm32f7xx.h') diff --git a/os/common/ext/CMSIS/ST/STM32F7xx/system_stm32f7xx.h b/os/common/ext/CMSIS/ST/STM32F7xx/system_stm32f7xx.h index a94c531ee..536bacd33 100644 --- a/os/common/ext/CMSIS/ST/STM32F7xx/system_stm32f7xx.h +++ b/os/common/ext/CMSIS/ST/STM32F7xx/system_stm32f7xx.h @@ -2,13 +2,13 @@ ****************************************************************************** * @file system_stm32f7xx.h * @author MCD Application Team - * @version V1.0.2 - * @date 21-September-2015 + * @version V1.1.0 + * @date 22-April-2016 * @brief CMSIS Cortex-M7 Device System Source File for STM32F7xx devices. ****************************************************************************** * @attention * - *

© COPYRIGHT(c) 2015 STMicroelectronics

+ *

© COPYRIGHT(c) 2016 STMicroelectronics

* * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: @@ -62,10 +62,10 @@ */ -/** @addtogroup STM32F7xx_System_Exported_types +/** @addtogroup STM32F7xx_System_Exported_Variables * @{ */ - /* This variable is updated in three ways: + /* The SystemCoreClock variable is updated in three ways: 1) by calling CMSIS function SystemCoreClockUpdate() 2) by calling HAL API function HAL_RCC_GetSysClockFreq() 3) each time HAL_RCC_ClockConfig() is called to configure the system clock frequency @@ -75,6 +75,9 @@ */ extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ +extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */ +extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */ + /** * @} -- cgit v1.2.3