IAR Modification Project Name
Most of the time with IAR development is based on the existing project template development, but the name of the project template is often a headache; here are some ways to modify it:
Copy the four files with the suffix named "Dep,ewd,ewp,eww" from one instance project and rename them to
Your own name, such as: Enddev_module.dep,enddev_module.ewd,enddev_module.ewp,enddev_module.eww.
Modify right-click to open the Enddev_module.eww file and modify the file in the "<path> $WS _dir$\enddev_module.ewp</path>" into the project name you need.
At this point, the project can run normally, but some of the output is the original project name:
This is not the same as the Enddev_module file name.
You can modify it in Link->output.
Make a change and then make the result display again.
At this point, the entire project modified perfectly.
Set Tab key in IAR to switch to space
Right-click in the code snippet to find tools->option, the tab size above is set to 4,index size is also set to 4, so that you can directly press the TAB key can be abbreviated 4 (space key) a space.
This will not be set because the TAB key causes the code to be uneven in other contexts such as the compiler.
Default character selected UTF-8, do not follow the system, afraid of the problem of garbled between different systems;
EOL characters choose PC or UNIX; this looks at your system; When using Bcompare and other file comparison tools, this PC format or UNIX is a distinction, the same file due to different system results in different file formats, bcompare comparison will show the file is not equal , but the content is the same when you go to merge, you can use the option to convert it.
IAR Modify project name, TAB key settings