osd-contiki/core/cfs
oliverschmidt 1ecf65d6c2 Allow to implement cfs API on preprocessor level. The benefits are:
- Less overhead.
- Switching implementations without makefile changes.
- Compatibility with specific declaration needs. (I.e. the cc65 module loader expects the read() function to be defined as fastcall but that contradicts the cfs API declaration.)
2007-12-23 15:22:33 +00:00
..
cfs-eeprom.c Made cfs implementation adhere to (new) cfs interface. 2007-11-22 11:29:13 +00:00
cfs-posix-dir.c Splitted POSIX based cfs implementation to avoid pulling in potentially large POSIX directory I/O functions without needing them at all. 2007-12-21 01:36:01 +00:00
cfs-posix.c Set truncate flag to make sure that overwriting a existing file doesn't result in a mix of old and new content. 2007-12-23 14:12:44 +00:00
cfs-ram.c Made cfs implementation adhere to (new) cfs interface. 2007-11-22 11:29:13 +00:00
cfs-xmem.c Made cfs implementation adhere to (new) cfs interface. 2007-11-22 11:29:13 +00:00
cfs.h Allow to implement cfs API on preprocessor level. The benefits are: 2007-12-23 15:22:33 +00:00