Solved
rename STM32CubeIDE project
Hello,
How can I rename the project-name in STM32CubeIDE ?
If I right click on the project(name) and choose rename I get the following error, see attached screenshot.
Thank you
Hello,
How can I rename the project-name in STM32CubeIDE ?
If I right click on the project(name) and choose rename I get the following error, see attached screenshot.
Thank you
Hello @pk84,
Edit the name in the .project file. By default, the name is the root path of the application, but can be changed.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>new_name</name>
<comment/>
<projects>
</projects>Best regards,
Foued
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.