Skip to content
ejoerns edited this page Nov 6, 2013 · 2 revisions

Activate COFFEE in your projects Makefile by setting

CFS=coffee

You can choose only a single device that uses Coffe.

Choose device by defining COFFEE_DEVICE with one of the device numbers noted in the table below, e.g. with CFLAGS+=-DCOFFEE_DEVICE=5.

Device ID
EEPROM (static) 1
EEPROM (dynamic) 2
Flash (static) 3
Flash (dynamic) 4
ext. Flash (dyn.) 5
SD Card 6

If no value is specified, static Flash (3) is assumed.

For informations how to use Coffee see the correspoding Contiki wiki page.