zephyr/tests
Savinay Dharmappa b4fc0738a4 tests: driver: adc: change the sampling delay
patch fix the issue of unable to read from adc by setting
appropriate sampling delay.

The sampling delay should be set to resolution of adc + 2.
In adc qmsi driver the sampling delay received form application
is subtracted from resolution of adc + 2 , if the resultant value
is less than zero then zero is set as sampling delay. So in the
adc_simple application when 12 is passed as sampling delay driver
sets it as zero. So 26 is the minimum sampling delay should be
set in application for a adc with resolution of 12. The reason
to choose 30 was to maintain same value of sampling
delay between adc_simple and adc_api application.

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
2017-09-30 13:40:59 -04:00
..
application_development/gen_inc_file tests: Add testing for embedding a hex file 2017-09-18 14:56:16 -04:00
benchmarks tests: benchmark: Configure External timer to 32 bit mode for nrf SOCs 2017-09-20 22:23:30 -04:00
bluetooth Bluetooth: Mesh: Remove local network interface Kconfig option 2017-09-27 16:33:06 +03:00
booting/stub
compliance
crypto tests: ztest: call test_main() without arguments 2017-08-24 09:29:14 -07:00
drivers tests: driver: adc: change the sampling delay 2017-09-30 13:40:59 -04:00
include tests: ztest: remove confusing tc_start() in ztest framework 2017-08-16 21:29:00 -04:00
kernel tests: add CONFIG_APPLICATION_MEMORY test 2017-09-25 19:22:02 -07:00
lib/json tests: lib: json: Enable test case 2017-09-07 05:49:17 -05:00
net tests: net: Add IPv4 multicast address tests 2017-09-29 11:34:06 +03:00
power doc: fix misspellings and missing EOF newlines 2017-08-16 17:38:41 -05:00
shell tests: shell: Fix string not null-terminated 2017-08-09 10:10:45 -04:00
subsys tests: nffs_fs_api: Add performance test for nffs 2017-09-22 06:54:48 -04:00
unit tests: ztest: call test_main() without arguments 2017-08-24 09:29:14 -07:00
ztest tests: ztest: add system logging header file 2017-09-11 09:53:14 -04:00
Kconfig
Makefile
Makefile.test