Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.