From f4b02de076dcd4065fdd8bb507e653f15f8199a5 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 5aaee8e..ddd1ba3 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,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