Skip to content

Commit 0128dcd

Browse files
committed
Normalize all the line endings
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent f1f4eed commit 0128dcd

File tree

2,768 files changed

+5204691
-5204691
lines changed

Some content is hidden

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

2,768 files changed

+5204691
-5204691
lines changed

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h

Lines changed: 5359 additions & 5359 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h

Lines changed: 5426 additions & 5426 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h

Lines changed: 5805 additions & 5805 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h

Lines changed: 5685 additions & 5685 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h

Lines changed: 5650 additions & 5650 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h

Lines changed: 10663 additions & 10663 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h

Lines changed: 10627 additions & 10627 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h

Lines changed: 6767 additions & 6767 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h

Lines changed: 6732 additions & 6732 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h

Lines changed: 5611 additions & 5611 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h

Lines changed: 5797 additions & 5797 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h

Lines changed: 7365 additions & 7365 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h

Lines changed: 11293 additions & 11293 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h

Lines changed: 11263 additions & 11263 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h

Lines changed: 11844 additions & 11844 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h

Lines changed: 11811 additions & 11811 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h

Lines changed: 226 additions & 226 deletions
Large diffs are not rendered by default.
Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,105 @@
1-
/**
2-
******************************************************************************
3-
* @file system_stm32f0xx.h
4-
* @author MCD Application Team
5-
* @brief CMSIS Cortex-M0 Device System Source File for STM32F0xx devices.
6-
******************************************************************************
7-
* @attention
8-
*
9-
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
10-
* All rights reserved.</center></h2>
11-
*
12-
* This software component is licensed by ST under BSD 3-Clause license,
13-
* the "License"; You may not use this file except in compliance with the
14-
* License. You may obtain a copy of the License at:
15-
* opensource.org/licenses/BSD-3-Clause
16-
*
17-
******************************************************************************
18-
*/
19-
20-
/** @addtogroup CMSIS
21-
* @{
22-
*/
23-
24-
/** @addtogroup stm32f0xx_system
25-
* @{
26-
*/
27-
28-
/**
29-
* @brief Define to prevent recursive inclusion
30-
*/
31-
#ifndef __SYSTEM_STM32F0XX_H
32-
#define __SYSTEM_STM32F0XX_H
33-
34-
#ifdef __cplusplus
35-
extern "C" {
36-
#endif
37-
38-
/** @addtogroup STM32F0xx_System_Includes
39-
* @{
40-
*/
41-
42-
/**
43-
* @}
44-
*/
45-
46-
47-
/** @addtogroup STM32F0xx_System_Exported_types
48-
* @{
49-
*/
50-
/* This variable is updated in three ways:
51-
1) by calling CMSIS function SystemCoreClockUpdate()
52-
3) by calling HAL API function HAL_RCC_GetHCLKFreq()
53-
3) by calling HAL API function HAL_RCC_ClockConfig()
54-
Note: If you use this function to configure the system clock; then there
55-
is no need to call the 2 first functions listed above, since SystemCoreClock
56-
variable is updated automatically.
57-
*/
58-
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
59-
extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */
60-
extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */
61-
62-
/**
63-
* @}
64-
*/
65-
66-
/** @addtogroup STM32F0xx_System_Exported_Constants
67-
* @{
68-
*/
69-
70-
/**
71-
* @}
72-
*/
73-
74-
/** @addtogroup STM32F0xx_System_Exported_Macros
75-
* @{
76-
*/
77-
78-
/**
79-
* @}
80-
*/
81-
82-
/** @addtogroup STM32F0xx_System_Exported_Functions
83-
* @{
84-
*/
85-
86-
extern void SystemInit(void);
87-
extern void SystemCoreClockUpdate(void);
88-
/**
89-
* @}
90-
*/
91-
92-
#ifdef __cplusplus
93-
}
94-
#endif
95-
96-
#endif /*__SYSTEM_STM32F0XX_H */
97-
98-
/**
99-
* @}
100-
*/
101-
102-
/**
103-
* @}
104-
*/
105-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
1+
/**
2+
******************************************************************************
3+
* @file system_stm32f0xx.h
4+
* @author MCD Application Team
5+
* @brief CMSIS Cortex-M0 Device System Source File for STM32F0xx devices.
6+
******************************************************************************
7+
* @attention
8+
*
9+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
10+
* All rights reserved.</center></h2>
11+
*
12+
* This software component is licensed by ST under BSD 3-Clause license,
13+
* the "License"; You may not use this file except in compliance with the
14+
* License. You may obtain a copy of the License at:
15+
* opensource.org/licenses/BSD-3-Clause
16+
*
17+
******************************************************************************
18+
*/
19+
20+
/** @addtogroup CMSIS
21+
* @{
22+
*/
23+
24+
/** @addtogroup stm32f0xx_system
25+
* @{
26+
*/
27+
28+
/**
29+
* @brief Define to prevent recursive inclusion
30+
*/
31+
#ifndef __SYSTEM_STM32F0XX_H
32+
#define __SYSTEM_STM32F0XX_H
33+
34+
#ifdef __cplusplus
35+
extern "C" {
36+
#endif
37+
38+
/** @addtogroup STM32F0xx_System_Includes
39+
* @{
40+
*/
41+
42+
/**
43+
* @}
44+
*/
45+
46+
47+
/** @addtogroup STM32F0xx_System_Exported_types
48+
* @{
49+
*/
50+
/* This variable is updated in three ways:
51+
1) by calling CMSIS function SystemCoreClockUpdate()
52+
3) by calling HAL API function HAL_RCC_GetHCLKFreq()
53+
3) by calling HAL API function HAL_RCC_ClockConfig()
54+
Note: If you use this function to configure the system clock; then there
55+
is no need to call the 2 first functions listed above, since SystemCoreClock
56+
variable is updated automatically.
57+
*/
58+
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
59+
extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */
60+
extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */
61+
62+
/**
63+
* @}
64+
*/
65+
66+
/** @addtogroup STM32F0xx_System_Exported_Constants
67+
* @{
68+
*/
69+
70+
/**
71+
* @}
72+
*/
73+
74+
/** @addtogroup STM32F0xx_System_Exported_Macros
75+
* @{
76+
*/
77+
78+
/**
79+
* @}
80+
*/
81+
82+
/** @addtogroup STM32F0xx_System_Exported_Functions
83+
* @{
84+
*/
85+
86+
extern void SystemInit(void);
87+
extern void SystemCoreClockUpdate(void);
88+
/**
89+
* @}
90+
*/
91+
92+
#ifdef __cplusplus
93+
}
94+
#endif
95+
96+
#endif /*__SYSTEM_STM32F0XX_H */
97+
98+
/**
99+
* @}
100+
*/
101+
102+
/**
103+
* @}
104+
*/
105+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

0 commit comments

Comments
 (0)