This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
67132c8689
zephyr
/
samples
/
drivers
/
adc
/
prj_arc.conf
4 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
adc: update adc sanity check with new platform name Change-Id: I2f1e6362a5da3b4c1a799eae0137144b57e0e554 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
2015-12-05 00:12:18 +08:00
CONFIG_ADC=y
CONFIG_ADC_DW=y
adc: improvements to the adc sample code. - Sample application now pulls data continuously. - Adds information on the arduino analog input pins and ADC channels. - CHANNEL is defined as a macro. - BUFFER_SIZE is defined as a macro. - Sets the sample to run on repetitive mode on ARC architectures (applies to Arduino 101 ADC). Change-Id: I6201fea3a98b5394c05eb3ac570793629431ac02 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
2016-01-15 02:57:05 +08:00
CONFIG_ADC_DW_REPETITIVE=y