Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix license headers. | Tomasz Kramkowski | 2017-03-21 | 7 | -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 version | Tomasz Kramkowski | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | halfkay: Replace usleep with udelay based on nanosleep | Tomasz Kramkowski | 2017-02-11 | 1 | -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 Kramkowski | 2017-02-11 | 9 | -271/+78 |
|\ | |||||
| * | eprintf: Add asserts | Tomasz Kramkowski | 2016-12-29 | 1 | -1/+8 |
| | | |||||
| * | log: removal of log.{c,h} | Tomasz Kramkowski | 2016-12-22 | 5 | -147/+3 |
| | | |||||
| * | util: remove unused functions | Tomasz Kramkowski | 2016-12-22 | 2 | -88/+3 |
| | | | | | | | | Removed: xstrmalloc, xmalloc, xrealloc, xstrcut, szadd, szmul. | ||||
| * | hktool: overhaul error handing | Tomasz Kramkowski | 2016-12-22 | 1 | -4/+4 |
| | | | | | | | | Switch from log.h to eprintf.h | ||||
| * | halfkay: overhaul error handling | Tomasz Kramkowski | 2016-12-22 | 1 | -27/+43 |
| | | | | | | | | Errors now handled by eprintf.h instead of log.h. | ||||
| * | eprintf: add ecalloc | Tomasz Kramkowski | 2016-12-22 | 2 | -4/+17 |
| | | | | | | | | Add ecalloc as an error handling calloc wrapper. | ||||
* | | Makefile: fix installing to empty location | Tomasz Kramkowski | 2016-12-15 | 1 | -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 failure | Tomasz Kramkowski | 2016-11-24 | 1 | -2/+4 |
| | | | | Implemented additional fix from previous commit message. | ||||
* | halfkay.c: usbsendmd: fix fast transmit EPIPE | Tomasz Kramkowski | 2016-11-24 | 1 | -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 utils | Tomasz Kramkowski | 2016-11-24 | 1 | -24/+34 |
| | |||||
* | eprintf utilities | Tomasz Kramkowski | 2016-11-24 | 4 | -1/+124 |
| | |||||
* | halfkay.c: Prevent shift past type size | Tomasz Kramkowski | 2016-11-23 | 1 | -1/+2 |
| | |||||
* | halfkay.c: Fix reboot | Tomasz Kramkowski | 2016-11-23 | 1 | -4/+5 |
| | |||||
* | hktool.c: Cleanup debug | Tomasz Kramkowski | 2016-11-23 | 1 | -6/+2 |
| | |||||
* | Add support for new boards | Tomasz Kramkowski | 2016-11-23 | 3 | -0/+4 |
| | |||||
* | init commit | Tomasz Kramkowski | 2016-11-23 | 21 | -0/+1907 |