Skip to content

Commit 3fba65b

Browse files
committed
[NUCLEO_F103RB] Update to std periph driver V3.6.1
1 parent b275fc5 commit 3fba65b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+198
-191
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/misc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file misc.c
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file provides all the miscellaneous firmware functions (add-on
88
* to CMSIS functions).
99
*******************************************************************************
@@ -237,4 +237,4 @@ void SysTick_CLKSourceConfig(uint32_t SysTick_CLKSource)
237237
* @}
238238
*/
239239

240-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
240+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/misc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file misc.h
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file contains all the functions prototypes for the miscellaneous
88
* firmware library functions (add-on to CMSIS functions).
99
*******************************************************************************
@@ -232,4 +232,4 @@ void SysTick_CLKSourceConfig(uint32_t SysTick_CLKSource);
232232
* @}
233233
*/
234234

235-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
235+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x_adc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f10x_adc.c
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file provides all the ADC firmware functions.
88
*******************************************************************************
99
* Copyright (c) 2014, STMicroelectronics
@@ -1319,4 +1319,4 @@ void ADC_ClearITPendingBit(ADC_TypeDef* ADCx, uint16_t ADC_IT)
13191319
* @}
13201320
*/
13211321

1322-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
1322+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x_adc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f10x_adc.h
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file contains all the functions prototypes for the ADC firmware
88
* library.
99
*******************************************************************************
@@ -495,4 +495,4 @@ void ADC_ClearITPendingBit(ADC_TypeDef* ADCx, uint16_t ADC_IT);
495495
* @}
496496
*/
497497

498-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
498+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x_bkp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f10x_bkp.c
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file provides all the BKP firmware functions.
88
*******************************************************************************
99
* Copyright (c) 2014, STMicroelectronics
@@ -320,4 +320,4 @@ void BKP_ClearITPendingBit(void)
320320
* @}
321321
*/
322322

323-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
323+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x_bkp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f10x_bkp.h
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file contains all the functions prototypes for the BKP firmware
88
* library.
99
*******************************************************************************
@@ -207,4 +207,4 @@ void BKP_ClearITPendingBit(void);
207207
* @}
208208
*/
209209

210-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
210+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x_can.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f10x_can.c
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file provides all the CAN firmware functions.
88
*******************************************************************************
99
* Copyright (c) 2014, STMicroelectronics
@@ -1427,4 +1427,4 @@ static ITStatus CheckITStatus(uint32_t CAN_Reg, uint32_t It_Bit)
14271427
* @}
14281428
*/
14291429

1430-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
1430+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x_can.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f10x_can.h
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file contains all the functions prototypes for the CAN firmware
88
* library.
99
*******************************************************************************
@@ -709,4 +709,4 @@ void CAN_ClearITPendingBit(CAN_TypeDef* CANx, uint32_t CAN_IT);
709709
* @}
710710
*/
711711

712-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
712+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x_cec.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f10x_cec.c
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file provides all the CEC firmware functions.
88
*******************************************************************************
99
* Copyright (c) 2014, STMicroelectronics
@@ -445,4 +445,4 @@ void CEC_ClearITPendingBit(uint16_t CEC_IT)
445445
* @}
446446
*/
447447

448-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
448+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/stm32f10x_cec.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f10x_cec.h
44
* @author MCD Application Team
5-
* @version V3.5.0
6-
* @date 11-March-2011
5+
* @version V3.6.1
6+
* @date 05-March-2012
77
* @brief This file contains all the functions prototypes for the CEC firmware
88
* library.
99
*******************************************************************************
@@ -222,4 +222,4 @@ void CEC_ClearITPendingBit(uint16_t CEC_IT);
222222
* @}
223223
*/
224224

225-
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
225+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

0 commit comments

Comments
 (0)