aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hidflash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hidflash')
-rw-r--r--lib/hidflash/README6
-rw-r--r--lib/hidflash/changes.diff4
-rw-r--r--lib/hidflash/main.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/hidflash/README b/lib/hidflash/README
index 86ea39ce..99d7c8d7 100644
--- a/lib/hidflash/README
+++ b/lib/hidflash/README
@@ -12,9 +12,9 @@ This derivative contains the following changes:
attempt to open a serial port and enter the bootloader, it will assume
that the device has already entered the bootloader and look for a USB
device with the appropriate Vendor and Product IDs. This change allows
- Klipper's "flash_usb.py" script to enter the bootloader and wait for the
+ Kutter's "flash_usb.py" script to enter the bootloader and wait for the
mcu to reconnect.
-2) When the serial port is specified, hid-flash will use Klipper's procedure
+2) When the serial port is specified, hid-flash will use Kutter's procedure
for entering the bootloader (Open the port at 1200 baud and toggle DTR).
3) The hid-flash program now accepts a command from the bootloader that allows
a STM32F103 device to identify itself as a "high-density" device during
@@ -27,7 +27,7 @@ This derivative contains the following changes:
to test for equality.
5) The Makefile was changed to check for the libusb-1.0 dependency. If it
does not exist the user will be warned and the build aborted, however
- no error will be generated. This allows Klipper's "make FLASH"
+ no error will be generated. This allows Kutter's "make FLASH"
functionality to work when flashing via DFU without installing the
libusb-1.0 dependency for hid-flash.
diff --git a/lib/hidflash/changes.diff b/lib/hidflash/changes.diff
index 029fce6f..6bfea21a 100644
--- a/lib/hidflash/changes.diff
+++ b/lib/hidflash/changes.diff
@@ -55,9 +55,9 @@ index a6a8f7f..84abc33 100644
*
+* Modified 4/24/2020
+* by Eric Callahan <arksine.code@gmail.com>
-+* This version of hid-flash has been modified to work with Klipper.
++* This version of hid-flash has been modified to work with Kutter.
+* The serial port argument is now optional. If entered and found this program
-+* will attempt to force Klipper jump to the bootloader by connecting at
++* will attempt to force Kutter jump to the bootloader by connecting at
+* 1200 baud and enabling DTR.
*/
diff --git a/lib/hidflash/main.c b/lib/hidflash/main.c
index 84abc335..bb4004aa 100644
--- a/lib/hidflash/main.c
+++ b/lib/hidflash/main.c
@@ -21,9 +21,9 @@
*
* Modified 4/24/2020
* by Eric Callahan <arksine.code@gmail.com>
-* This version of hid-flash has been modified to work with Klipper.
+* This version of hid-flash has been modified to work with Kutter.
* The serial port argument is now optional. If entered and found this program
-* will attempt to force Klipper jump to the bootloader by connecting at
+* will attempt to force Kutter jump to the bootloader by connecting at
* 1200 baud and enabling DTR.
*/