Add ADC10 application for sampling analog values.
authorscottlivingston <scottlivingston@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 29 Sep 2010 05:15:16 +0000 (05:15 +0000)
committerscottlivingston <scottlivingston@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 29 Sep 2010 05:15:16 +0000 (05:15 +0000)
commitdbd6ebc010f41d8d6832083a9d6d759478cf94ec
treed41d2bda96e70e2a40c24df5f0447c766fac3b8f
parentea94279f763800d71e86d9bb25d140bf78dfb4ea
Add ADC10 application for sampling analog values.
Currently only supports x2274 chip, as on GoodFET31 board.
The sampled line is pin 5 of the JTAG header.

The new app ID is 0x74.
The corresponding client (Python script) is goodfet.adc

The ADC10 app is NOT included in the default build. See comments in
Makefile for what to add if you desire it.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@736 12e2690d-a6be-4b82-a7b7-67c4a43b65c8
firmware/Makefile
firmware/apps/adc/README.txt [new file with mode: 0644]
firmware/apps/adc/adc.c [new file with mode: 0644]
firmware/goodfet.c
firmware/include/adc.h [new file with mode: 0644]
firmware/include/apps.h
firmware/include/command.h