renamed 'user platform' to 'project directories'

This commit is contained in:
fros4943 2007-03-23 23:16:42 +00:00
parent cd8f45234e
commit 8be4ba53d7
3 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
MSPSim - ESB (MSP430) emulation support for the COOJA Simulator
Note:
This functionality is still under development and will in the future be added as a default user platform in COOJA.
This functionality is still under development and will in the future be added as a default application in COOJA.
Usage:
Add user platform "../apps/mspsim" in COOJA.
Add project directory "../apps/mspsim" in COOJA.
Create an MSP mote type by providing paths to three pre-compiled files:
* IHEX-file (the actual file currently interpreted by MSPSim)
* Firmware-file (contains debug-section with sourcecode-pointers)

View file

@ -22,4 +22,4 @@ CONTIKI_MAIN_TEMPLATE_FILENAME = contiki_template.c
MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c
CORECOMM_TEMPLATE_FILENAME = corecomm_template.java
PATH_JAVAC = javac
DEFAULT_USERPLATFORMS = ../apps/mrm
DEFAULT_PROJECTDIRS = ../apps/mrm

View file

@ -22,4 +22,4 @@ CONTIKI_MAIN_TEMPLATE_FILENAME = contiki_template.c
MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c
CORECOMM_TEMPLATE_FILENAME = corecomm_template.java
PATH_JAVAC = javac
DEFAULT_USERPLATFORMS = ../apps/mrm
DEFAULT_PROJECTDIRS = ../apps/mrm