This folder contains .launch files for Eclipse/OpenOCD debugging of PAC devices with CMSIS-DAP and ST-Link.

As of 2019-04-17, Eclipse debug and run configurations don’t have a means to use a variable for the project name.
So, the project_name must be hard coded.  As a result, the initial_project_name inside the .launch files 
must be renamed before they can be used in the project.
An enhancement request has been made at this link: https://github.com/gnu-mcu-eclipse/eclipse-plugins/issues/342

To use the launch files, place them under the Eclipse project folder.  Then use
rename_launch_project_name.bat to rename all the .launch project name from initial_project_name to the 
desired_project_name.

The rename_launch_project_name.bat was created to quickly rename the project name within launch files.
It uses the fart.exe - “find and replace text” command line app.

Usage:
    C:\>  rename_launch_project_name  <current_project_name>  <new_project_name>
    Example:  C:\eclipse_project\> rename_launch_project_name  initial_project_name   pac5xxx_project

Place the rename_launch_project_name.bat and fart.exe in a folder that's in the PATH
Execute the .bat from the folder containing .launch files and all .launch files will be modified to the 
new_project_name.