Go to file
Juan Manuel Cruz 42696ca14f adc: simplifies buffer management on adc dw driver.
Buffer management on dw driver was too complex.
New buffer management follows the following behavior.
- Each sequence entry have one sample at a time.
- Each sequence entry have a buffer to store that sample.
- If ADC have repetitive sampling configuration, the buffer value
  is overwritten with the new value.

New buffer management allow us to remove Synposys'
files and license headers as well.

Change-Id: I75bbbee59bea400839bb34ca1fcb2111073f99d0
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
2016-02-05 20:25:12 -05:00
arch gpio: adds interruption masking for quark se ss 2016-02-05 20:25:12 -05:00
boards boards: add missing arduino_101_sss_defconfig 2016-02-05 20:25:12 -05:00
doc update documentation to use boards where applicable 2016-02-05 20:25:11 -05:00
drivers adc: simplifies buffer management on adc dw driver. 2016-02-05 20:25:12 -05:00
include microkernel: fix build issue when CONFIG_TASK_MONITOR=y 2016-02-05 20:25:12 -05:00
kernel microkernel: fix build issue when CONFIG_TASK_MONITOR=y 2016-02-05 20:25:12 -05:00
lib
misc
net
samples update tests due to recent board files shuffle 2016-02-05 20:25:12 -05:00
scripts update tests due to recent board files shuffle 2016-02-05 20:25:12 -05:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile Zephyr 0.8.0-rc1 2016-02-05 20:25:12 -05:00
Makefile.inc
zephyr-env.sh