From 09858d7c65519afe000d75a12e985510752a2846 Mon Sep 17 00:00:00 2001 From: "David S. Alexander" Date: Tue, 16 Dec 2025 14:33:11 +0200 Subject: [PATCH] Add STM32RomWebFlasher.json configuration file Add STM32RomWebFlasher library --- libraries/STM32RomWebFlasher.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libraries/STM32RomWebFlasher.json diff --git a/libraries/STM32RomWebFlasher.json b/libraries/STM32RomWebFlasher.json new file mode 100644 index 000000000..037e40b0a --- /dev/null +++ b/libraries/STM32RomWebFlasher.json @@ -0,0 +1,4 @@ +{ + "name": "STM32RomWebFlasher", + "repository": "https://github.com/DavidSAlexander/STM32RomWebFlasher" +}