nes-proj/examples/storage/cfs-coffee
Joakim Eriksson 15e51288ec fixed platforms to build for in Makefile 2018-05-04 18:01:18 +02:00
..
Makefile fixed platforms to build for in Makefile 2018-05-04 18:01:18 +02:00
README.md add cfs support for srf06-cc26xx 2018-03-11 02:07:46 +08:00
example-coffee.c Moving storage-related examples to new directory: examples/storage 2017-10-30 21:49:02 +00:00
project-conf.h Moving storage-related examples to new directory: examples/storage 2017-10-30 21:49:02 +00:00
test-cfs.c Moving storage-related examples to new directory: examples/storage 2017-10-30 21:49:02 +00:00
test-coffee.c Moving storage-related examples to new directory: examples/storage 2017-10-30 21:49:02 +00:00

README.md

Contiki File System (CFS) and Coffee Examples

Coffee is a very simple, relatively small and easy to use file system that you are most likely going to be very familiar with if you have done any C file access in the past. The notion is the same as on a normal PC: you open a file, read and write to it and close it. Contiki will take care of the underlying flash memory, giving you more time to focus on the real issues.

Coffee is a full implementation of the CFS API.

An extended explanation on CFS and Coffee internals and how they work can be found at the CFS and Coffee wiki pages.

Supported Hardware (tested or known to work)

  • sky
  • z1
  • wismote
  • avr-raven
  • cc2538dk
  • openmote-cc2538
  • zoul
  • TI srf06-cc26xx
    • sensortag
    • launchpad

The examples are known to build for the 'avr-raven' platform. However, some of them currently fail at runtime due to file system overflow. Tweaking the file sizes in the examples is necessary.