From 4bf2360f9296708977fc22953300d65bc4121ae7 Mon Sep 17 00:00:00 2001 From: Abhijit Mahajani Date: Thu, 23 Jun 2016 14:49:51 +0530 Subject: [PATCH] Update README.md to remove revision information and add build instructions for CC2520 and CA8210 Signed-off-by: Abhijit Mahajani --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 204bc6f..3762e89 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@ How To Compile Assuming you have creator-contiki source code with directories constrained-os, packages/button-sensor, packages/libobjects and packages/AwaLWM2M +To build with TI CC2520 6lowpan driver ``` $ cd button-sensor -$ make TARGET=mikro-e +$ make TARGET=mikro-e USE_CC2520=1 ``` -This will generate hex file which can be flashed onto the MikroE clicker. +To build with Cascoda CA8210 6lowpan driver +``` +$ cd button-sensor +$ make TARGET=mikro-e USE_CA8210=1 +``` -## Revision History -| Revision | Changes from previous revision | -| :---- | :------------------------------| -| 0.9.0 | External Beta Trial Release | +This will generate hex file which can be flashed onto the MikroE clicker.