From a7c19a4d99006b6b2af09191b6c8de135dc03c50 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 25 Apr 2019 10:36:08 +0700 Subject: [PATCH] fix typo per PR discussion --- Makefile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0adf668..55082e4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # - SRC_PATH : path to src folder # # - SD_NAME : e.g s132, s140 -# - SD_VERSSION : SoftDevice version e.g 6.0.0 +# - SD_VERSION : SoftDevice version e.g 6.0.0 # - SD_HEX : to bootloader hex binary #****************************************************************************** SRC_PATH = src diff --git a/README.md b/README.md index 44662ce..22b5b1a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This is a CDC/DFU/UF2 bootloader for nRF52 boards. - [Adafruit Feather nRF52832](https://www.adafruit.com/product/3406) - [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062) +- Adafruit Metro nRF52840 Express - [Electronut Labs Papyr](https://docs.electronut.in/papyr/) - MakerDiary MDK nRF52840 USB Dongle - [Nordic nRF52840DK PCA10056](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK)