From 6b8db108d2afc59a4ba532fc2286ef42d1d4742e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 8 Mar 2021 10:38:11 +0100 Subject: [PATCH] [build] Add comment to dfu.py --- build/device/dfu.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/device/dfu.py b/build/device/dfu.py index bcb566b63..bac05e3e5 100644 --- a/build/device/dfu.py +++ b/build/device/dfu.py @@ -4,6 +4,8 @@ # This work is licensed under the MIT license, see the file LICENSE for # details. +# This script has been modified by NumWorks contributors + """This module implements enough functionality to program the STM32F4xx over DFU, without requiring dfu-util. See app note AN3156 for a description of the DFU protocol.