osd-contiki/regression-tests
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
..
01-compile cpu/native: Add file-backed simulated EEPROM to native cpu. 2013-05-18 10:29:41 -07:00
02-hello-world Moved the Contiki tests from the tools/cooja directory into the regression-tests/ directory 2012-12-10 01:50:01 +01:00
03-base Moved the Contiki tests from the tools/cooja directory into the regression-tests/ directory 2012-12-10 01:50:01 +01:00
04-rime Updated paths to relative paths to make it easier to move tests to new directories 2013-03-18 09:07:33 +01:00
05-netperf Moved the Contiki tests from the tools/cooja directory into the regression-tests/ directory 2012-12-10 01:50:01 +01:00
06-shell Make regression tests deterministic by having a constant random seed 2012-12-10 01:50:06 +01:00
07-elfloader Moved the Contiki tests from the tools/cooja directory into the regression-tests/ directory 2012-12-10 01:50:01 +01:00
08-collect Split the collect test into collect and collect-lossy to make each individual 2013-03-18 09:07:33 +01:00
09-collect-lossy Split the collect test into collect and collect-lossy to make each individual 2013-03-18 09:07:33 +01:00
10-ipv4 Split the collect test into collect and collect-lossy to make each individual 2013-03-18 09:07:33 +01:00
11-ipv6 Split the collect test into collect and collect-lossy to make each individual 2013-03-18 09:07:33 +01:00
12-rpl Updated paths to relative paths to make it easier to move tests to new directories 2013-03-18 09:07:33 +01:00
13-ip6-apps Split the collect test into collect and collect-lossy to make each individual 2013-03-18 09:07:33 +01:00
Makefile The Thingsquare Mist regression test scripts 2012-12-10 01:49:48 +01:00
Makefile.compile-test Fix up compile test so that you can do nested subdirectories 2012-12-11 12:58:11 -05:00
Makefile.simulation-test The Thingsquare Mist regression test scripts 2012-12-10 01:49:48 +01:00