@@ -18,15 +18,15 @@ Table of Contents
18
18
* [ Add a custom board] ( #add-a-custom-board )
19
19
* [ Board specific files (pinmap)] ( #board-specific-files-pinmap )
20
20
* [ Use of custom_targets.json] ( #use-of-custom_targetsjson )
21
- * [ Make you custom board public] ( #make-you-custom-board-public )
21
+ * [ Make your custom board public] ( #make-you-custom-board-public )
22
22
* [ ST specific implementation] ( #st-specific-implementation )
23
23
* [ Pin configuration] ( #pin-configuration )
24
24
* [ Alternate feature] ( #alternate-feature )
25
25
* [ Conflict pins] ( #conflict-pins )
26
26
* [ Clock selection] ( #clock-selection )
27
27
* [ System clock] ( #system-clock )
28
28
* [ Low power clock] ( #low-power-clock )
29
- * [ I2C TIming calculation algorothm ] ( #i2c-timing-calculation-algorothm )
29
+ * [ I2C Timing calculation algorithm ] ( #i2c-timing-calculation-algorithm )
30
30
* [ Sleep feature] ( #sleep-feature )
31
31
* [ WiFi configuration] ( #wifi-configuration )
32
32
* [ Ethernet configuration] ( #ethernet-configuration )
@@ -334,9 +334,9 @@ $ mv TARGET_STM32H745ZIT TARGET_H745ZI_BOARD
334
334
```
335
335
336
336
337
- ### Make you custom board public
337
+ ### Make your custom board public
338
338
339
- We will be happy to add every public boards in https://github.com/ARMmbed/stm32customtargets
339
+ We will be happy to add every public board in https://github.com/ARMmbed/stm32customtargets
340
340
341
341
Make a Pull request, we will check consistency and build.
342
342
@@ -428,7 +428,7 @@ You can change this in you local mbed_app.json:
428
428
}
429
429
```
430
430
431
- #### I2C TIming calculation algorothm
431
+ #### I2C Timing calculation algorithm
432
432
433
433
I2C drivers version 2 use I2C timing register.
434
434
0 commit comments