Skip to content

Commit 1f16f37

Browse files
committed
fix: typo
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent ea8dc6b commit 1f16f37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_dev/Add-a-new-variant-(board).md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This means that the generic STM32 MCU files required for a variant are generated
4040
* `generic_clock.c`: contains the default system clock configuration: `WEAK void SystemClock_Config(void)`
4141
* `PinNamesVar.h`: contains specific [`PinName`] definitions of the MCU
4242
* `PeripheralPins.c`: contains list of available [`PinName`] per peripheral.
43-
* `variant_generic.cpp`: contains Digital PinName array and Analog (`Ax) [pin number] array
43+
* `variant_generic.cpp`: contains Digital PinName array and Analog (`Ax`) [pin number] array
4444
* `variant_generic.h`: contains all definition required by the variant: STM32 [pin number] definitions, peripheral pins for default instances: Serial, I2C, SPI, Tone, Servo, ...
4545

4646
> [!TIP]
@@ -362,6 +362,7 @@ Then verify your changes with the [CheckVariant example].
362362
[`boards.txt`]: ../blob/main/boards.txt
363363
[`G0B1R(B-C-E)T_G0C1R(C-E)T`]: ../blob/main/variants/STM32G0xx/G0B1R(B-C-E)T_G0C1R(C-E)T
364364
[`PinName`]: tbd
365+
[pin number]: tbd
365366
[`platform.txt`]: ../blob/main/platform.txt
366367
[`variants` folder]: ../blob/main/variants
367368
[Arduino boards.txt specification]: https://arduino.github.io/arduino-cli/latest/platform-specification/#boardstxt

_dev/Using-git-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ or
4141
> There must be no other directories along side the `<x.y.z>` or `<x.y.z-dev>` directory, so don't just rename the old one. If you want to keep it, move it somewhere else entirely.
4242
> If you do not, in "**Tools > Board**" menu, you should have twice the "**STM32 board**" menu.
4343
44-
## 3. Cloning the git repository to replace the stm32 core version package (1st method)
44+
## 3. Cloning the git repository to replace the stm32 core version package
4545

4646
Directory of step 2 is now deleted.
4747

0 commit comments

Comments
 (0)