Skip to content

Commit 9f7124a

Browse files
Merge pull request #12 from abhijit-mahajani-imgtec/update_readme
Update README.md to remove revision information
2 parents 035f948 + 4bf2360 commit 9f7124a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ How To Compile
66

77
Assuming you have creator-contiki source code with directories constrained-os, packages/button-sensor, packages/libobjects and packages/AwaLWM2M
88

9+
To build with TI CC2520 6lowpan driver
910
```
1011
$ cd button-sensor
11-
$ make TARGET=mikro-e
12+
$ make TARGET=mikro-e USE_CC2520=1
1213
```
1314

14-
This will generate hex file which can be flashed onto the MikroE clicker.
15+
To build with Cascoda CA8210 6lowpan driver
16+
```
17+
$ cd button-sensor
18+
$ make TARGET=mikro-e USE_CA8210=1
19+
```
1520

16-
## Revision History
17-
| Revision | Changes from previous revision |
18-
| :---- | :------------------------------|
19-
| 0.9.0 | External Beta Trial Release |
21+
This will generate hex file which can be flashed onto the MikroE clicker.

0 commit comments

Comments
 (0)