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:32] – ursgraf | eclipse:runconfig [2020/12/10 16:55] (current) – [Adding More Run Configurations] ursgraf | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| 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. | ||
| - | ===== Create | + | ===== Creating |
| - | Create a new run configuration by marking the project file // | + | Create a new run configuration by marking the project file // |
| ===== Editing Run Configurations ===== | ===== Editing Run Configurations ===== | ||
| Line 11: | Line 11: | ||
| {{.: | {{.: | ||
| - | ===== 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: | ||