From 0f20c2492880d407a853706f44e2256adb333d1b Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Mon, 20 Feb 2023 00:04:29 +0300 Subject: [PATCH] Add UF2 (USB Flashing Format specification for flashing microcontrollers over MSC) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dca9005..9e45ce9 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,7 @@ Computer Vision ### Firmware updates +* [UF2](https://github.com/microsoft/uf2) - USB Flashing Format specification for flashing microcontrollers over MSC (Mass Storage Class; aka removable flash drive). * [SWupdate](https://github.com/sbabic/swupdate) - Software Update for Embedded Linux Devices to update system in field. SWUpdate supports local and OTA updates, multiple update strategies and it is designed with security in mind. ### Touch Screen