File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ How To Compile
6
6
7
7
Assuming you have creator-contiki source code with directories constrained-os, packages/button-sensor, packages/libobjects and packages/AwaLWM2M
8
8
9
+ To build with TI CC2520 6lowpan driver
9
10
```
10
11
$ cd button-sensor
11
- $ make TARGET=mikro-e
12
+ $ make TARGET=mikro-e USE_CC2520=1
12
13
```
13
14
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
+ ```
15
20
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.
You can’t perform that action at this time.
0 commit comments