Add support for ARC EMSK (#1549)

* Add embARC EMSK BSP in third_party folder.

* Add synopsys in Makefile.am for embARC BSP

* Add platform implementation on ARC EMSK

* Add EMSK in Makefile.am and Makefile-emsk

* Add EMSK support in apps

* Modify configure.ac to add ARC EMSK.
This commit is contained in:
Qiang Gu
2017-05-22 09:09:18 -07:00
committed by Jonathan Hui
parent 064aba2ba7
commit ac416b4fd4
91 changed files with 28334 additions and 3 deletions
+10
View File
@@ -113,6 +113,16 @@ LDFLAGS_COMMON += \
$(NULL)
endif # OPENTHREAD_EXAMPLES_EFR32
if OPENTHREAD_EXAMPLES_EMSK
LDADD_COMMON += \
$(top_builddir)/examples/platforms/emsk/libopenthread-emsk.a \
$(NULL)
LDFLAGS_COMMON += \
-T $(top_srcdir)/examples/platforms/emsk/emsk.ld \
$(NULL)
endif # OPENTHREAD_EXAMPLES_EMSK
if OPENTHREAD_EXAMPLES_NRF52840
LDADD_COMMON += \
$(top_builddir)/examples/platforms/nrf52840/libopenthread-nrf52840.a \