summaryrefslogtreecommitdiff
path: root/ao-tools/ao-chaosread
Commit message (Collapse)AuthorAge
* Remove ao-chaosreadKeith Packard2019-01-07
| | | | | | This program is now provided by the independent chaosread program. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Fix warnings in ao-toolsKeith Packard2019-01-03
| | | | | | None of these appear likely to have caused actual problems. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add lots of compiler warning flags to ao-tools buildKeith Packard2019-01-03
| | | | | | | This catches some uninitialized variable errors which cause ao-cal-accel to crash (fixes coming next) Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-chaosread: Add support for the new flash endpoint in chaoskeyKeith Packard2018-05-07
| | | | | | | This adds support for endpoint 0x87, which streams the contents of the onboard flash to the host for firmware verification. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-chaosread: add --raw and --cooked flagsKeith Packard2018-01-07
| | | | | | Allow reading from the cooked endpoint as well as the raw one. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools/ao-chaosread: Add -Wall -Wextra, clean up resultsKeith Packard2017-09-12
|
* ao-chaosread: Parse -i and -b optionsKeith Packard2016-08-14
| | | | | | Need to pass the single-byte verisons to getopt_long Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-chaosread: Eliminate double-free when serial match failsKeith Packard2016-08-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-chaosread: Add --infinite and --bytes optionsKeith Packard2016-08-02
| | | | | | | | | | | The --infinite option keeps writing data. The --bytes options pulls out bits 1-8 which should provide 8 true bits of entropy. This combination allows ao-chaosread to be fed directly into dieharder to validate the hardware. Signed-off-by: Keith Packard <keithp@keithp.com>
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools/ao-chaosread: Document length (-l) optionKeith Packard2016-06-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-chaosreadKeith Packard2016-03-02
This reads from the raw descriptor to help validate the hardware. Signed-off-by: Keith Packard <keithp@keithp.com>