Skip to content

Commit a1fde7f

Browse files
luzpazfpistm
authored andcommitted
Fix typos in variants/ subdirectory
Found via `codespell -q 3 -L aes,busses,cas,dout,exten,hsi,nd,pres,serie,sinc,te,ue`
1 parent d217150 commit a1fde7f

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

variants/STM32F0xx/F070CBT/MALYANMx00_F070CB.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ SECTIONS
106106
. = ALIGN(4);
107107
.bss :
108108
{
109-
/* This is used by the startup in order to initialize the .bss secion */
109+
/* This is used by the startup in order to initialize the .bss section */
110110
_sbss = .; /* define a global symbol at bss start */
111111
__bss_start__ = _sbss;
112112
*(.bss)

variants/STM32F0xx/F070CBT/startup_Mx00_f070xb.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ LoopFillZerobss:
100100
cmp r2, r4
101101
bcc FillZerobss
102102

103-
/* Call the clock system intitialization function.*/
103+
/* Call the clock system initialization function.*/
104104
bl SystemInit
105105

106106
cpsie i

variants/STM32F1xx/F103C4T_F103C6(T-U)/variant_BLUEPILL_F103C6.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/*----------------------------------------------------------------------------
1616
* STM32 pins number
1717
*----------------------------------------------------------------------------*/
18-
// Bluepill USB connector on the top, MCU side (pins are reversed vertically for Arduino Ananlog pin correct sequence).
18+
// Bluepill USB connector on the top, MCU side (pins are reversed vertically for Arduino Analog pin correct sequence).
1919
// Left Side
2020
#define PB9 0
2121
#define PB8 1

variants/STM32F1xx/F103C8T_F103CB(T-U)/startup_M200_f103xb.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ LoopFillZerobss:
114114
cmp r2, r3
115115
bcc FillZerobss
116116

117-
/* Call the clock system intitialization function.*/
117+
/* Call the clock system initialization function.*/
118118
bl SystemInit
119119

120120
/* Re-enable handlers */

variants/STM32F1xx/F103C8T_F103CB(T-U)/variant_AFROFLIGHT_F103CB_XX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
* TELEM_OUT PA13 // Warning, SWD access is lost when using this pin, bootloader via uart is required after
163163
*
164164
* BAT_ADC PA4 // Connected to 6 pin header Battery voltage in via resistor divider
165-
* ACC_INT PA5 // Connected to Intterupt pin of MMA84520 accelerometer I2C
165+
* ACC_INT PA5 // Connected to Interrupt pin of MMA84520 accelerometer I2C
166166
*
167167
* MAG_DRD PB12 //Connected to HMC5883L compass I2C
168168
* BEEP PA12 //Connected to Beep out transistor on 6 pin header

variants/STM32F1xx/F103C8T_F103CB(T-U)/variant_MALYANM200_F103CB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
#define RCC_PRIORITY STM32_INT_PRIORITY
170170
#endif
171171
#ifndef EXTI_PRIORITY /*f1 6~10,23,40*/
172-
#define EXTI_PRIORITY MAX_PRIORITY+1 //f1 6~9 botton use 0x0f
172+
#define EXTI_PRIORITY MAX_PRIORITY+1 //f1 6~9 button use 0x0f
173173
#endif
174174
#ifndef DMA1_PRIORITY /*f1 11~17*/
175175
#define DMA1_PRIORITY STM32_INT_PRIORITY

variants/STM32F1xx/F103C8T_F103CB(T-U)/variant_PILL_F103Cx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* STM32 pins number
1717
*----------------------------------------------------------------------------*/
1818

19-
// Bluepill USB connector on the top, MCU side - Blackpill USB connector on bottom, MCU Side (pins are reversed vertically for Arduino Ananlog pin correct sequence.
19+
// Bluepill USB connector on the top, MCU side - Blackpill USB connector on bottom, MCU Side (pins are reversed vertically for Arduino Analog pin correct sequence.
2020
// Left Side
2121
#define PB9 0
2222
#define PB8 1

variants/STM32F3xx/F303R(B-C)T/variant_OLIMEXINO_STM32F3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// Button
4747
#define PC9 22
4848

49-
// GPIO extention
49+
// GPIO extension
5050
#define PC15 23
5151
#define PB9 24
5252
#define PD2 25
@@ -116,7 +116,7 @@
116116
#define PC10_ALT1 (PC10 | ALT1)
117117
#define PC11_ALT1 (PC11 | ALT1)
118118

119-
// Alias GPIO1 extention
119+
// Alias GPIO1 extension
120120
#define EXT_GPIO1 PC15
121121
#define EXT_GPIO2 PB9
122122
#define EXT_GPIO3 PD2

variants/STM32F4xx/F413Z(G-H)(J-T)_F423ZH(J-T)/variant_DISCO_F413ZH.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ extern "C" {
162162

163163
WEAK void initVariant(void)
164164
{
165-
/* In DISCO_F413ZH board, Arduino connector and Wifi embeded module are sharing the same SPI pins */
165+
/* In DISCO_F413ZH board, Arduino connector and Wifi embedded module are sharing the same SPI pins */
166166
/* We need to set the default SPI SS pin for the Wifi module to the inactive state i.e. 1 */
167167
/* See board User Manual: WIFI_SPI_CS = PG_11*/
168168
__HAL_RCC_GPIOG_CLK_ENABLE();

variants/STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T)/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ SECTIONS
138138
. = ALIGN(4);
139139
.bss :
140140
{
141-
/* This is used by the startup in order to initialize the .bss secion */
141+
/* This is used by the startup in order to initialize the .bss section */
142142
_sbss = .; /* define a global symbol at bss start */
143143
__bss_start__ = _sbss;
144144
*(.bss)

variants/STM32L0xx/L072R(B-Z)T_L073R(B-Z)T_L083R(B-Z)T/variant_PX_HER0.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
#endif
196196

197197
// Optional PIN_SERIALn_RX and PIN_SERIALn_TX where 'n' is the U(S)ART number
198-
// Used when user instanciate a hardware Serial using its peripheral name.
198+
// Used when user instantiate a hardware Serial using its peripheral name.
199199
// Example: HardwareSerial mySerial(USART3);
200200
// will use PIN_SERIAL3_RX and PIN_SERIAL3_TX if defined.
201201
#define ENABLE_HWSERIAL1

variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ SECTIONS
159159
. = ALIGN(4);
160160
.bss :
161161
{
162-
/* This is used by the startup in order to initialize the .bss secion */
162+
/* This is used by the startup in order to initialize the .bss section */
163163
_sbss = .; /* define a global symbol at bss start */
164164
__bss_start__ = _sbss;
165165
*(.bss)

variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/variant_STM32MP157_DK.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void SystemClock_Config(void)
116116
{
117117
/**
118118
* NOTE: Because of the limitation of STM32MP1xx, unlike other MCUs this is
119-
* NOT a WEAK function, preventing being overriden.
119+
* NOT a WEAK function, preventing being overridden.
120120
* In STM32MP1 series, SystemClock_Config()) is "done" by running the FSBL
121121
* (First Stage Boot Loader) on Cortex-A. This function call shall NOT be
122122
* executed in production mode. SystemClock_Config() shall be under

variants/STM32WBxx/WB55C(C-E-G)U/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ SECTIONS
136136
. = ALIGN(4);
137137
.bss :
138138
{
139-
/* This is used by the startup in order to initialize the .bss secion */
139+
/* This is used by the startup in order to initialize the .bss section */
140140
_sbss = .; /* define a global symbol at bss start */
141141
__bss_start__ = _sbss;
142142
*(.bss)

variants/STM32WBxx/WB55R(C-E-G)V/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ SECTIONS
136136
. = ALIGN(4);
137137
.bss :
138138
{
139-
/* This is used by the startup in order to initialize the .bss secion */
139+
/* This is used by the startup in order to initialize the .bss section */
140140
_sbss = .; /* define a global symbol at bss start */
141141
__bss_start__ = _sbss;
142142
*(.bss)

variants/STM32WBxx/WB5MMGH/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ SECTIONS
136136
. = ALIGN(4);
137137
.bss :
138138
{
139-
/* This is used by the startup in order to initialize the .bss secion */
139+
/* This is used by the startup in order to initialize the .bss section */
140140
_sbss = .; /* define a global symbol at bss start */
141141
__bss_start__ = _sbss;
142142
*(.bss)

0 commit comments

Comments
 (0)