ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash
authorKeith Packard <keithp@keithp.com>
Mon, 23 Jun 2014 04:12:37 +0000 (21:12 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 23 Jun 2014 06:52:53 +0000 (23:52 -0700)
commitfc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7
tree53a1f6553c5944e9752a6cad569b6a0fea976f4b
parent6cc2d671c0e335fbedb0e97699f8f273502c6807
ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash

C versions of the test programs used to validate hardware prior to ship

Signed-off-by: Keith Packard <keithp@keithp.com>
14 files changed:
ao-tools/Makefile.am
ao-tools/ao-test-baro/.gitignore [new file with mode: 0644]
ao-tools/ao-test-baro/Makefile.am [new file with mode: 0644]
ao-tools/ao-test-baro/ao-test-baro.1 [new file with mode: 0644]
ao-tools/ao-test-baro/ao-test-baro.c [new file with mode: 0644]
ao-tools/ao-test-flash/.gitignore [new file with mode: 0644]
ao-tools/ao-test-flash/Makefile.am [new file with mode: 0644]
ao-tools/ao-test-flash/ao-test-flash.1 [new file with mode: 0644]
ao-tools/ao-test-flash/ao-test-flash.c [new file with mode: 0644]
ao-tools/ao-test-igniter/.gitignore [new file with mode: 0644]
ao-tools/ao-test-igniter/Makefile.am [new file with mode: 0644]
ao-tools/ao-test-igniter/ao-test-igniter.1 [new file with mode: 0644]
ao-tools/ao-test-igniter/ao-test-igniter.c [new file with mode: 0644]
configure.ac