[platforms] new platform Qorvo GP712. (#1942)

This commit is contained in:
erja-gp
2017-07-11 09:10:00 -07:00
committed by Jonathan Hui
parent 129c419107
commit 3078359e38
25 changed files with 2683 additions and 3 deletions
+8
View File
@@ -123,6 +123,14 @@ LDFLAGS_COMMON += \
$(NULL)
endif # OPENTHREAD_EXAMPLES_EMSK
if OPENTHREAD_EXAMPLES_GP712
LDADD_COMMON += \
$(top_builddir)/examples/platforms/gp712/libopenthread-gp712.a \
$(top_srcdir)/third_party/Qorvo/gp712/libQorvoRPi.a \
$(NULL)
endif # OPENTHREAD_EXAMPLES_GP712
if OPENTHREAD_EXAMPLES_NRF52840
LDADD_COMMON += \
$(top_builddir)/examples/platforms/nrf52840/libopenthread-nrf52840.a \