From 863fd744d7c8df30e4771e557c9d250877825349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 3 May 2021 13:38:58 +0200 Subject: [PATCH] README: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d196883..722399e 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ Note: I use my own DFU bootloader instead of the embedded bootloader because I w The images can also be flash using SWD (Serial Wire Debug) in case the firmware gets stuck and does not provide USB functionalities. For that you need an SWD adapter. The `Makefile` uses a ST-Link V2 programmer along OpenOCD software (default), or Black Magic Probe. -To flash the `booltoader` using SWD run `rake swd_booloader` (this will also erase the application). -To flash the `application` using SWD run `rake swd_aplication` (or `rake swd`). +To flash the `bootloader` using SWD run `rake swd_bootloader` (this will also erase the application). +To flash the `application` using SWD run `rake swd_application` (or `rake swd`). To erase all memory and unlock read/write protection, run `rake remove_protection`. debug