From d2aef9a82aaa94c7902b7f4deda398aca59af820 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Sat, 3 Dec 2016 11:03:17 -0700 Subject: [PATCH] README update --- RIOT_Make/README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RIOT_Make/README b/RIOT_Make/README index e177b2ba0..901b45cc8 100644 --- a/RIOT_Make/README +++ b/RIOT_Make/README @@ -1,3 +1,14 @@ +To test wolfSSL in RIOT build system get the RIOT source code from here: +git clone https://github.com/RIOT-OS/RIOT + +Then cd RIOT/examples + +clone wolfssl in that directory. You should end up with RIOT/examples/wolfssl + +git clone https://github.com/wolfssl/wolfssl + +cd /RIOT/examples/wolfssl/RIOT_Make + To test all three applications: wolfbenchmark