aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: fix installing to empty locationTomasz Kramkowski2016-12-151-3/+3
| | | | | install needs -t to always create the full destination directory instead of treating it as the destination file.
* halfkay.c: delay now backs off after failureTomasz Kramkowski2016-11-241-2/+4
| | | | Implemented additional fix from previous commit message.
* halfkay.c: usbsendmd: fix fast transmit EPIPETomasz Kramkowski2016-11-241-7/+11
| | | | | | Fixed an issue where transmitting too quickly would cause a LIBUSB_ERROR_PIPE after the third transmission. For the future the delay might want to back off and the initial delay could be shortened.
* params.c: Move params over to eprintf utilsTomasz Kramkowski2016-11-241-24/+34
|
* eprintf utilitiesTomasz Kramkowski2016-11-244-1/+124
|
* halfkay.c: Prevent shift past type sizeTomasz Kramkowski2016-11-231-1/+2
|
* halfkay.c: Fix rebootTomasz Kramkowski2016-11-231-4/+5
|
* hktool.c: Cleanup debugTomasz Kramkowski2016-11-231-6/+2
|
* Add support for new boardsTomasz Kramkowski2016-11-233-0/+4
|
* init commitTomasz Kramkowski2016-11-2321-0/+1907