This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eclipse:runconfig [2020/12/10 16:28] – [Creating New Run Configurations] ursgraf | eclipse: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 // | ||
| + | |||
| ===== Editing Run Configurations ===== | ===== Editing Run Configurations ===== | ||
| All the run configurations of all projects in a workspace can be edited with // | All the run configurations of all projects in a workspace can be edited with // | ||
| - | {{.: | + | {{.: |
| - | {{.: | + | Choose |
| - | With Run/Debug setting you can choose | + | {{.: |
| - | ===== Creating New Run Configurations ===== | + | ===== Adding More Run Configurations ===== |
| - | If there is no run configuration yet do the following: In pulldown menu of the run button select | + | - Show the run configurations with //Properties - > Run/Debug Settings//. \\ {{.:runconfig2.png?300|}} \\ |
| - | + | - Choose | |
| - | If you want to create a new one so as not to change an existing one: | + | - Set selection to a desired target configuration, |
| - | - Make a In the following window right click on the left side on //" | + | - //Apply// stores |
| - | - Choose | + | |
| - | - The // | + | |
| - | - Enter the first letter of the file in the top field. | + | |
| - | - All hits will display in the middle field. | + | |
| - | - Mark the desired file and press //OK//. | + | |
| - | - Set selection to //Boot from flash//. \\ {{flashrunconfig.png? | + | |
| - | - //Apply// stores configuration. | + | |
| - | - //Run// compiles for the flash, downloads and runs the application. | + | |
| - | Within a run configuration you can also specify where your program will be written to. This can be RAM or flash memory (see [[eclipse: | ||