samples: pwm: use unified kernel

Use unified kernel.

Change-Id: Ifd7f6d9779759bd78fef734519fd48f0d0c5fc4a
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
This commit is contained in:
Baohong Liu 2016-11-01 18:36:09 -07:00 committed by Anas Nashif
parent 94bf561cf1
commit c5a5397804
4 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,6 @@
BOARD ?= arduino_101
KERNEL_TYPE ?= nano
KERNEL_TYPE ?= unified
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc

View file

@ -1,5 +1,3 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_PWM=y
CONFIG_NANO_TIMERS=y
CONFIG_NANO_TIMEOUTS=y

View file

@ -67,6 +67,6 @@ void main(void)
}
}
task_sleep(SECONDS(4));
k_sleep(MSEC_PER_SEC * 4);
}
}

View file

@ -1,6 +1,6 @@
[test]
build_only = true
tags = apps
kernel = unified
arch_whitelist = x86
platform_whitelist = arduino_101 quark_d2000_crb