Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 973 Bytes

wf_using_riot_contiki.md

File metadata and controls

18 lines (11 loc) · 973 Bytes

Using Contiki in Whitefield

Whitefield's mode of integration for contiki

Whitefield is added as a TARGET platform in Contiki (forked version) of the code. The whitefield integration code can be found in the forked version at this location.

Any contiki application can be compiled for whitefield execution by just specifying 'make TARGET=whitefield'.

The default setup makes use of examples/ipv6/rpl-udp application.

Please note Whitefield has not been tested with the Contiki-NG fork.

Using a different contiki application

Using RIOT in Whitefield

Whitefield is integrated in RIOT as a third party package. Check the code here.