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:
parent
ea8c6aad24
commit
c1347b4730
57 changed files with 59 additions and 62 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue