Go to file
Juan Manuel Cruz fed390316f 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-02-05 20:25:22 -05:00
arch x86/iamcu: improve _execute_handler() readability, small optimization 2016-02-05 20:25:22 -05:00
boards boards: adds initial support for Arduino Due 2016-02-05 20:25:21 -05:00
doc doc: fix overlength in heading underline for consistency. 2016-02-05 20:25:22 -05:00
drivers adc: adds dummy conversion 2016-02-05 20:25:22 -05:00
include spi: Rename files according to rules 2016-02-05 20:25:21 -05:00
kernel microkernel: remove task_irq_free() API 2016-02-05 20:25:21 -05:00
lib
misc
net Bluetooth: BR/EDR: Store new combination link key 2016-02-05 20:25:20 -05:00
samples adc: improvements to the adc sample code. 2016-02-05 20:25:22 -05:00
scripts
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile kbuild: Remove check from non-existing options 2016-02-05 20:25:22 -05:00
Makefile.inc mingw: change backslashes to forward slashes 2016-02-05 20:25:17 -05:00
zephyr-env.sh