nes-proj/platform/esb
nvt-se d0a546b049 A long refactoring session yielded the following.
Technical changes:

* Factored out file specific information from the file descriptor
  structure into a new file structure.

  - Useful file metadata can be stored after the file is closed.
  - File descriptors become much smaller.
  - Significantly reduces the need to scan for the file end.

* Use correct types in all function signatures.
* Removed the directory cache.

Results:

* Enormous speed increase when opening cached files (10x-20x.)
* Multiple fd:s pointing to the same file have the correct semantics.
* About 100 bytes smaller ROM size.
* Slightly smaller static RAM size.
2009-02-08 17:08:13 +00:00
..
apps
buildscripts
dev minor documentation update and removed unused function prototypes 2008-07-09 20:45:06 +00:00
doc
loader
net
cfs-coffee-arch.c Ported Coffee to the ESB platform 2008-07-11 15:27:57 +00:00
cfs-coffee-arch.h A long refactoring session yielded the following. 2009-02-08 17:08:13 +00:00
contiki-conf.h changed clock resolution to 64 (needs to be a power of 2) and updated uIP settings 2008-07-08 09:36:48 +00:00
contiki-esb-default-init-apps.c
contiki-esb-default-init-lowlevel.c
contiki-esb-default-init-net.c
contiki-esb-init-net-uip-noslip.c
contiki-esb-init-net-uip.c
contiki-esb-main.c
contiki-esb.h
core.c
Makefile.esb removed energest-arch from sky and esb platforms 2008-09-29 12:38:18 +00:00
node-id.c
node-id.h