kernel: replace all remaining nanokernel occurances

replace include <nanokernel.h> with <kernel.h> everywhere and also fix
any remaining mentions of nanokernel.

Keep the legacy samples/tests as is.

Change-Id: Iac48447bd191e83f21a719c69dc26233216d08dc
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-23 08:35:34 -05:00
commit c1347b4730
57 changed files with 59 additions and 62 deletions

View file

@ -23,7 +23,7 @@
* for the Nordic Semiconductor nRF51 family processor.
*/
#include <nanokernel.h>
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <soc.h>

View file

@ -22,7 +22,7 @@
* for the Nordic Semiconductor nRF52 family processor.
*/
#include <nanokernel.h>
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <soc.h>