diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-05-28 14:52:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-05-28 14:53:57 -0400 |
commit | 5ef930454e57a01a0c658b549b1abc4f5e1c7ad2 (patch) | |
tree | 494dd0b50ae967952b298b5b2dc47aa164170eda /lib/README | |
parent | a5b5474f69d4b87e34ad118fae219b31207f152c (diff) | |
download | kutter-5ef930454e57a01a0c658b549b1abc4f5e1c7ad2.tar.gz kutter-5ef930454e57a01a0c658b549b1abc4f5e1c7ad2.tar.xz kutter-5ef930454e57a01a0c658b549b1abc4f5e1c7ad2.zip |
lib: Add info on hidflash to README.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,6 +58,12 @@ The bossac directory contains code from: https://github.com/shumatech/BOSSA version 1.9 (b176eeef918fc810045c832348590595120187b4). +The hidflash directory contains code from: + https://github.com/Serasidis/STM32_HID_Bootloader +version 2.2.2 (2ab7927a27b7b78ef730782ea5f9b5d2c8f34671). It has been +modified to work with Klipper - see hidflash/README for the +details. See changes.diff for the modifications. + The pru_rpmsg directory contains code from: https://github.com/dinuxbg/pru-gcc-examples revision 425a42d82006cf0aa24be27b483d2f6a41607489. The code is taken |