forked from ejoerns/contiki-inga
-
Notifications
You must be signed in to change notification settings - Fork 13
Coffee file system
ejoerns edited this page Oct 18, 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 setting variable COFFEE_DEVICE=<ID>
in your projects Makefile.
Take valid values for ID from the following table:
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.