osd-contiki/core/cfs
oliverschmidt 034111b106 Made cfs implementation adhere to (new) cfs interface, streamlined implementation, reduced header dependencies and removed the 'cfs-root/' prefix. The reasoning behind the latter:
- Productive embedded targets don't use the posix based variant anyway.
- For testing purposes the prefix is a hurdle as the documentation doesn't mention it ;-))
- The prefix is incompatible with posix implementations lacking directory support (like the C64).
2007-11-22 11:37:34 +00:00
..
cfs-eeprom.c Made cfs implementation adhere to (new) cfs interface. 2007-11-22 11:29:13 +00:00
cfs-posix.c Made cfs implementation adhere to (new) cfs interface, streamlined implementation, reduced header dependencies and removed the 'cfs-root/' prefix. The reasoning behind the latter: 2007-11-22 11:37:34 +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 Improved cfs interface. 2007-11-22 11:27:08 +00:00