deep

a Cross Development Platform for Java

User Tools

Site Tools


eclipse:runconfig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eclipse:runconfig [2020/12/10 16:18] – [Run Configurations] ursgrafeclipse:runconfig [2020/12/10 16:55] (current) – [Adding More Run Configurations] ursgraf
Line 1: Line 1:
 ====== Run Configurations ====== ====== Run Configurations ======
 Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it. Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it.
 +
 +===== Creating a New Run Configuration =====
 +Create a new run configuration by marking the project file //HelloWorld.deep//. Then, right-click on it and choose //Run As -> Deep Application//. \\ {{firstexample:runas_context.png?280|}} \\
 +
 ===== Editing Run Configurations ===== ===== Editing Run Configurations =====
 All the run configurations of all projects in a workspace can be edited with //Properties - > Run/Debug Settings//. \\ All the run configurations of all projects in a workspace can be edited with //Properties - > Run/Debug Settings//. \\
-{{.:runconfig2.png?300|}} +{{.:runconfig2.png?300|}} \\ 
-{{.:runconfig1.png?430|}} \\ +Choose which run configuration of the chosen board you want to run. All the available run configuration (must be defined in the board description file) are listed. One of them can be chosen. \\ 
-With Run/Debug setting you can choose which run configuration of the chosen board you want to run. All the available run configuration (must be defined in the board description file) are listed. One of them can be chosen. \\ +{{.:runconfig1.png?430|}}  
-Within a run configuration you can also specify where your program will be written to. This can be RAM or flash memory (see [[eclipse:flashing|Flashing your Program]]).+ 
 +===== Adding More Run Configurations ===== 
 +  - Show the run configurations with //Properties - > Run/Debug Settings//. \\ {{.:runconfig2.png?300|}} \\ 
 +  - Choose which run configuration of the chosen board you want to copyPress ''Duplicate'' to copy an existing run configuration. 
 +  - Set selection to a desired target configuration, e.g. //load program to flash//\\ {{flashrunconfig.png?400&direct}} \\ 
 +  - //Apply// stores the new configuration. 
  
  
eclipse/runconfig.1607613515.txt.gz · Last modified: 2020/12/10 16:18 by ursgraf