diff options
author | Thijs Triemstra <info@collab.nl> | 2025-07-27 18:12:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-27 12:12:48 -0400 |
commit | 6773ab074b132d6dc417e91b379d5a7b8d986b8d (patch) | |
tree | 22ef798e4902e53e0e7a1cd8cb5d4105b9c6163c /docs/Bootloaders.md | |
parent | 4a567c8d1050d95ea22019545877715b842fa1b3 (diff) | |
download | kutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.tar.gz kutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.tar.xz kutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.zip |
docs: Fix typos in config and docs (#6991)
* fix typos in configs
* fix typos in docs
Signed-off-by: Thijs Triemstra <info@collab.nl>
Diffstat (limited to 'docs/Bootloaders.md')
-rw-r--r-- | docs/Bootloaders.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bootloaders.md b/docs/Bootloaders.md index 56a81095..ee125ae1 100644 --- a/docs/Bootloaders.md +++ b/docs/Bootloaders.md @@ -194,7 +194,7 @@ Alternatively, one can use a When using OpenOCD with the SAMC21, extra steps must be taken to first put the chip into Cold Plugging mode if the board makes use of the -SWD pins for other purposes. If using OpenOCD on a Rasberry Pi, this +SWD pins for other purposes. If using OpenOCD on a Raspberry Pi, this can be done by running the following commands before invoking OpenOCD. ``` SWCLK=25 |