[da15000] misc improvements for Dialog platform (#2216)

* New Platform Startup
        * Flash memory handling improved
        * Ramdom generator improved
        * Faster platform reboot
        * UART based on interrupts intruduced
        * ARM core and linker related files moved to "third_party" folder
        * Radio Sleep Fixed
        * TLS config fixed
        * Software FIFO for UART added
This commit is contained in:
JakubBrachTieto
2017-09-25 23:10:05 -07:00
committed by Jonathan Hui
parent 3db75ab31f
commit 831fd9b173
28 changed files with 3119 additions and 1015 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ LDADD_COMMON += \
$(NULL)
LDFLAGS_COMMON += \
-T $(top_srcdir)/examples/platforms/da15000/da15000.ld \
-T $(top_srcdir)/third_party/dialog/DialogSDK/bsp/ldfile/da15000.ld \
$(NULL)
endif # OPENTHREAD_EXAMPLES_DA15000