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:
parent
14d3d37843
commit
de8bc78a5e
|
@ -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
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[test]
|
||||
build_only = true
|
||||
tags = apps
|
||||
arch_exclude = arc
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue