From 0370f02b558153872ec2212d264217d2ff8b36d3 Mon Sep 17 00:00:00 2001 From: JakubBrachTieto Date: Fri, 20 Jan 2017 18:51:13 +0100 Subject: [PATCH] README.md for DA1500 example has been updated. (#1178) Justification: Changes in arm.py/openthread.py might have huge impact on tests results in GRL Test Harness tool. Due to that it is important to highlight commit, from which this file was used during tests done by Dialog Semiconductors. Any updates of gcc compiler might provided new type of warnings and those might be valid Dialog's driver. Proven build environment needs to be specified. --- examples/platforms/da15000/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/platforms/da15000/README.md b/examples/platforms/da15000/README.md index 15dce6e63..63396778a 100755 --- a/examples/platforms/da15000/README.md +++ b/examples/platforms/da15000/README.md @@ -110,6 +110,15 @@ Board will indicate state of device according to LED blink speed. 16 bytes from fdde:ad00:beef:0:92f5:9844:67ad:a0c9: icmp_seq=2 hlim=64 time=359ms ``` +## Remarks +* Validation + + The DA15000 example has been validated by Dialog Semiconductor with commit 0bc2efe included. + +* Build environment + + The DA15000 example code and all required dependencies have been complied with gcc version 5.4.0 (20160609). + ## Troubleshooting * Why can’t I see the VCOM port? @@ -117,3 +126,4 @@ Board will indicate state of device according to LED blink speed. driver properly installed but the VCOM not showing up in the device manager, it’s probably disabled by software. To re-enable it you have to run JLinkExe and issue the command ` vcom enable`.It is required to power cycle the device to apply the change. +