Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 3025bde

Browse files
authored
Fix Codespell complaints
1 parent 8912ae6 commit 3025bde

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The LittleFS of the new **Portenta_H7** board currently tested OK with only **ma
130130

131131
If LittleFS size is reduced to 1024KB, test is OK with only **maximum 4 files**.
132132

133-
Beware and keep cheking for updates.
133+
Beware and keep checking for updates.
134134

135135
---
136136
---
@@ -433,7 +433,7 @@ Supposing the STM32 stm32 core version is 2.2.0. These files must be copied into
433433
- `~/.arduino15/packages/STM32/hardware/stm32/2.2.0/system/STM32F7xx/stm32f7xx_hal_conf_default.h` for Nucleo-144 STM32F7.
434434

435435
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
436-
theses files must be copied into the corresponding directory:
436+
these files must be copied into the corresponding directory:
437437

438438
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F4xx/stm32f4xx_hal_conf_default.h`
439439
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F7xx/stm32f7xx_hal_conf_default.h
@@ -449,7 +449,7 @@ Supposing the STM32 stm32 core version is 2.2.0. These files must be copied into
449449
- `~/.arduino15/packages/STM32/hardware/stm32/2.2.0/variants/STM32L0xx/L052R(6-8)T_L053R(6-8)T_L063R8T/NUCLEO_L053R8/variant.h` for Nucleo-64 NUCLEO_L053R8.
450450

451451
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
452-
theses files must be copied into the corresponding directory:
452+
these files must be copied into the corresponding directory:
453453

454454
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32F7xx/F765Z(G-I)T_F767Z(G-I)T_F777ZIT/NUCLEO_F767ZI/variant.h`
455455
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32L0xx/L052R(6-8)T_L053R(6-8)T_L063R8T/NUCLEO_L053R8/variant.h`
@@ -1788,7 +1788,7 @@ Submit issues to: [MultiResetDetector_Generic issues](https://github.com/khoih-p
17881788
20. Use more efficient `FlashStorage_STM32` and `FlashStorage_STM32F1` libraries for STM32
17891789
21. Add support to more `SAMD` and `STM32` boards
17901790
22. Add support to `Sparkfun Pro nRF52840 Mini`
1791-
23. Add waitingForMRD() function to signal in MRD wating period
1791+
23. Add waitingForMRD() function to signal in MRD waiting period
17921792

17931793
---
17941794
---

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
### Releases v1.8.1
3535

36-
1. Add waitingForMRD() function to signal in MRD wating period. Check [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14)
36+
1. Add waitingForMRD() function to signal in MRD waiting period. Check [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14)
3737
2. Add example [checkWaitingMRD](https://github.com/khoih-prog/MultiResetDetector_Generic/tree/main/examples/checkWaitingMRD) to demo how to use the new feature.
3838
3. Add support to `Sparkfun Pro nRF52840 Mini`
3939
4. Update `Packages' Patches`

platformio/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lib_deps =
5353
build_flags =
5454
; set your debug output (default=Serial)
5555
; -D DEBUG_ESP_PORT=Serial
56-
; comment the folowing line to enable WiFi debugging
56+
; comment the following line to enable WiFi debugging
5757
; -D NDEBUG
5858

5959
[env:portenta_h7_m7]

0 commit comments

Comments
 (0)