aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ext/CMSIS/ST/STM32F1xx/system_stm32f1xx.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-10-03 12:44:18 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-10-03 12:44:18 +0000
commitd95ab37214952a2c30e7ad5ab7a98e214e66d3f8 (patch)
treef0ab431f68adc8a4989f8ebb3569cd675503a854 /os/common/ext/CMSIS/ST/STM32F1xx/system_stm32f1xx.h
parent3e35320975201e4693f8ae3e39b758ea582042b9 (diff)
downloadChibiOS-d95ab37214952a2c30e7ad5ab7a98e214e66d3f8.tar.gz
ChibiOS-d95ab37214952a2c30e7ad5ab7a98e214e66d3f8.tar.bz2
ChibiOS-d95ab37214952a2c30e7ad5ab7a98e214e66d3f8.zip
Updating CMSIS header for STM32F1xx sub-family.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9840 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ext/CMSIS/ST/STM32F1xx/system_stm32f1xx.h')
-rw-r--r--os/common/ext/CMSIS/ST/STM32F1xx/system_stm32f1xx.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/os/common/ext/CMSIS/ST/STM32F1xx/system_stm32f1xx.h b/os/common/ext/CMSIS/ST/STM32F1xx/system_stm32f1xx.h
index 2394c29fe..35870158c 100644
--- a/os/common/ext/CMSIS/ST/STM32F1xx/system_stm32f1xx.h
+++ b/os/common/ext/CMSIS/ST/STM32F1xx/system_stm32f1xx.h
@@ -2,13 +2,13 @@
******************************************************************************
* @file system_stm32f10x.h
* @author MCD Application Team
- * @version V4.0.1
- * @date 31-July-2015
+ * @version V4.1.0
+ * @date 29-April-2016
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File.
******************************************************************************
* @attention
*
- * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
+ * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -67,6 +67,8 @@
*/
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 */
/**
* @}