arc: support microkernel on ARC

Microkernel on ARC works fine, was missing some declarations in the
linker file.
Also enable testing of microkernel with ARC and disable tests where
ARC is not supported yet.

Jira: ZEP-396
Change-Id: I2ac7b8dc0bea22f5d2e24832d9e3afad8df9f580
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-05-21 09:16:15 -04:00
parent 14d3d37843
commit de8bc78a5e
4 changed files with 2 additions and 6 deletions

View file

@ -26,10 +26,6 @@
#include <init.h>
#include <quark_se/shared_mem.h>
/* Cannot use microkernel, since only nanokernel is supported */
#if defined(CONFIG_MICROKERNEL)
#error "Microkernel support is not available"
#endif
/**
*

View file

@ -1,4 +1,5 @@
[test]
build_only = true
tags = apps
arch_exclude = arc

View file

@ -4,8 +4,6 @@ platforms = arduino_101_sss quark_se_sss_devboard
[arduino_101_sss]
qemu_support = false
microkernel_support = false
[quark_se_sss_devboard]
qemu_support = false
microkernel_support = false

View file

@ -3,5 +3,6 @@ tags = crypto sha256
build_only = false
timeout = 10800
slow = True
arch_exclude = arc
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB