Difference between revisions of "Nn embedded work"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m
Line 8: Line 8:
  
  
IAR Workbench
+
== [[#top|^]] IAR Workbench Project Renaming ==
 +
 
 +
Looks like workspace and project renaming may not be supported by the development environment itself . . .
  
 
*  https://renesasrulz.com/synergy/f/synergy---forum/8275/move-iar-project-to-another-computer-files-to-save-in-version-control
 
*  https://renesasrulz.com/synergy/f/synergy---forum/8275/move-iar-project-to-another-computer-files-to-save-in-version-control
Line 14: Line 16:
 
*  https://stackoverflow.com/questions/22020845/renaming-in-iar-embedded-work-bench
 
*  https://stackoverflow.com/questions/22020845/renaming-in-iar-embedded-work-bench
  
 +
 +
<!-- comment -->
 +
 +
== [[#top|^]] Project Options ==
 +
 +
Right clicking on project name in left pane tree navigator, an IAR pop-up menu appears whose first item is named 'Options'.  Click on this to open a detailed dialog with a text list of some ___ (thirty?) configuration areas.  Each configuration area then to the right in this dialog box has a tabbed widget with each tab opening up to specific optiond and settings.  General configuration "areas" include:
 +
 +
<ul>
 +
<pre>
 +
General Options
 +
Statis Analysis
 +
Runtime Checking
 +
  C/C++ Compiler
 +
  Assembler
 +
  Output Converter
 +
  Custom Build
 +
  Linker
 +
  Debugger
 +
    Simulator
 +
    CADI
 +
    CMSIS DAP
 +
    GDB Server
 +
    I-jet/JTAGjet
 +
    J-Link/J-Trace
 +
    TI Stellaris
 +
    Nu-Link
 +
    PE micro
 +
    ST-LINK
 +
    Third-Party Driver
 +
    TI MSP-FET
 +
    TI XDS
 +
</pre>
 +
</ul>
  
  
 
<!-- comment -->
 
<!-- comment -->
 +
 +
<center>
 +
[[#top|- - - top of page - - -]]
 +
</center>
 +
 +
<!-- EOF -->

Revision as of 23:35, 15 November 2018

Embedded Topics
started 2018-11-09


^ IAR Workbench Project Renaming

Looks like workspace and project renaming may not be supported by the development environment itself . . .


^ Project Options

Right clicking on project name in left pane tree navigator, an IAR pop-up menu appears whose first item is named 'Options'. Click on this to open a detailed dialog with a text list of some ___ (thirty?) configuration areas. Each configuration area then to the right in this dialog box has a tabbed widget with each tab opening up to specific optiond and settings. General configuration "areas" include:

    General Options
    Statis Analysis
    Runtime Checking
      C/C++ Compiler
      Assembler
      Output Converter
      Custom Build
      Linker
      Debugger
        Simulator
        CADI
        CMSIS DAP
        GDB Server
        I-jet/JTAGjet
        J-Link/J-Trace
        TI Stellaris
        Nu-Link
        PE micro
        ST-LINK
        Third-Party Driver
        TI MSP-FET
        TI XDS
    


- - - top of page - - -