mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
renamed 'user platform' to 'project directories'
This commit is contained in:
parent
cd8f45234e
commit
8be4ba53d7
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user