aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* util: remove unused functionsTomasz Kramkowski2016-12-222-88/+3
| | | | Removed: xstrmalloc, xmalloc, xrealloc, xstrcut, szadd, szmul.
* hktool: overhaul error handingTomasz Kramkowski2016-12-221-4/+4
| | | | Switch from log.h to eprintf.h
* halfkay: overhaul error handlingTomasz Kramkowski2016-12-221-27/+43
| | | | Errors now handled by eprintf.h instead of log.h.
* eprintf: add ecallocTomasz Kramkowski2016-12-222-4/+17
| | | | Add ecalloc as an error handling calloc wrapper.
* 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