osd-contiki/platform/minimal-net
Robert Quattlebaum b8c0f2de6c cpu/native: Add file-backed simulated EEPROM to native cpu.
This patch removes a defunct EEPROM implementation from the native
platform and provides a new EEPROM implementation for the native cpu.
The previous implementation appears to be vestigal.

This is useful for testing code which uses the EEPROM without running
the code on the actual hardware.

By default the code will create a new temporary file as the EEPROM
backing, reinitializing each time. If you would like to preserve the
EEPROM contents or specify a specific EEPROM file to use, you can set the
`CONTIKI_EEPROM` environment variable to the name of the EEPROM file you
wish to use instead. If it already exists, its contents will be used.
If it does not already exist, it will be created and initialized by
filling it with `0xFF`---just like a real EEPROM.

A new example is also included, which was used to verify the correctness
of the implementation. It can easily be used to verify the EEPROM
implementations of other targets.
2013-05-18 10:29:41 -07:00
..
clock.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
contiki-conf.h cpu/native: Add file-backed simulated EEPROM to native cpu. 2013-05-18 10:29:41 -07:00
contiki-main.c platform/minimal-net: Better, more seamless support for OS X. 2013-01-30 09:17:30 -08:00
leds-arch.c platform/minimal-net: Print out pseudo LED status. 2013-01-30 09:18:40 -08:00
Makefile.minimal-net Makefiles: Allow setting UIP_CONF_IPV6=0 to work as expected. 2013-01-14 22:03:42 -08:00