renamed 'user platform' to 'project directories'
This commit is contained in:
parent
cd8f45234e
commit
8be4ba53d7
3 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
MSPSim - ESB (MSP430) emulation support for the COOJA Simulator
|
MSPSim - ESB (MSP430) emulation support for the COOJA Simulator
|
||||||
|
|
||||||
Note:
|
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:
|
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:
|
Create an MSP mote type by providing paths to three pre-compiled files:
|
||||||
* IHEX-file (the actual file currently interpreted by MSPSim)
|
* IHEX-file (the actual file currently interpreted by MSPSim)
|
||||||
* Firmware-file (contains debug-section with sourcecode-pointers)
|
* Firmware-file (contains debug-section with sourcecode-pointers)
|
||||||
|
|
|
@ -22,4 +22,4 @@ CONTIKI_MAIN_TEMPLATE_FILENAME = contiki_template.c
|
||||||
MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c
|
MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c
|
||||||
CORECOMM_TEMPLATE_FILENAME = corecomm_template.java
|
CORECOMM_TEMPLATE_FILENAME = corecomm_template.java
|
||||||
PATH_JAVAC = javac
|
PATH_JAVAC = javac
|
||||||
DEFAULT_USERPLATFORMS = ../apps/mrm
|
DEFAULT_PROJECTDIRS = ../apps/mrm
|
||||||
|
|
|
@ -22,4 +22,4 @@ CONTIKI_MAIN_TEMPLATE_FILENAME = contiki_template.c
|
||||||
MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c
|
MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c
|
||||||
CORECOMM_TEMPLATE_FILENAME = corecomm_template.java
|
CORECOMM_TEMPLATE_FILENAME = corecomm_template.java
|
||||||
PATH_JAVAC = javac
|
PATH_JAVAC = javac
|
||||||
DEFAULT_USERPLATFORMS = ../apps/mrm
|
DEFAULT_PROJECTDIRS = ../apps/mrm
|
||||||
|
|
Loading…
Reference in a new issue