From 0985f37d4036a34371bcb76422731b754cf33cd7 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 8 Nov 2018 04:13:58 +0000 Subject: [PATCH] Add link to UF2 for FX2 to list of implementations --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e7f66b..ed1ee72 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ flashing microcontrollers over MSC (Mass Storage Class; aka removable flash driv For a more friendly explanation, check out [this blog post](https://makecode.com/blog/one-chip-to-flash-them-all). -For source code, see the implementation of [UF2 in a SAMD21 bootloader](https://github.com/Microsoft/uf2-samd21) +## Implementations + +* [UF2 in a Microchip (Atmel) SAMD21 bootloader](https://github.com/Microsoft/uf2-samd21) +* [UF2 in a Cypress FX2 bootloader](https://github.com/whitequark/libfx2/tree/master/firmware/boot-uf2) ## Overview