aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wip2param-overhaulTomasz Kramkowski2017-05-233-65/+57
|
* wipTomasz Kramkowski2017-05-236-305/+183
|
* bump license datesHEADmasterTomasz Kramkowski2017-05-182-3/+3
|
* hktool.c: replace USAGE macro with something less stupidTomasz Kramkowski2017-05-181-5/+5
|
* README: expand dependencies to include POSIX.1-2001Tomasz Kramkowski2017-03-211-0/+1
|
* Fix license headers.Tomasz Kramkowski2017-03-217-76/+83
| | | | | There appears to have been a mishmash of GPLv2 and GPLv3 headers, so this is fixed now.
* Makefile: POSIX.1-2008 -> POSIX.1-2001 minimum posix versionTomasz Kramkowski2017-03-211-1/+1
|
* halfkay: Replace usleep with udelay based on nanosleepTomasz Kramkowski2017-02-111-2/+18
| | | | | A point was raised that usleep is deprecated, a new function was written to replace it: udelay.
* Merge branch 'halfkay-error-handling'Tomasz Kramkowski2017-02-119-271/+78
|\
| * eprintf: Add assertsTomasz Kramkowski2016-12-291-1/+8
| |
| * log: removal of log.{c,h}Tomasz Kramkowski2016-12-225-147/+3
| |
| * 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.
* | 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