Question
How to move a project to a new directory?
I would like to move the project from:
C:\ST\STM32Cube_FW_WB_V1.24.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_HeartRateFreeRTOS
to:
C:\Projects\Myproject
so that I can make modifications at will and not worry about corrupting the original code. At the same time, I want all the libraries, etc. to fall under the same directory as the new code will eventually be submitted to version control.
How can I do this?
Note: All my other projects under the C:\Projects directory were started with CubeMX and all seem to do as I want.
