cancel
Showing results for 
Search instead for 
Did you mean: 

How can I import existing cmake presets into VS Code STM32CubeIDE extension?

UStre.2
Associate II

Hi,
We have a large project that already defines several cmake presets, and we would like to reuse them in VS Code  STM32CubeIDE extensions.

Regards
Uwe

1 ACCEPTED SOLUTION

Accepted Solutions

@UStre.2  setup action not available ? .. is your CMake project building ?
Not having setup action available is sign the STM32 stuff is not detecting your project as a CMake project candidate.

View solution in original post

4 REPLIES 4
Cartu38 OpenDev
Lead III

@UStre.2 
What happens if you just add your material to VSCode workspace ?
Have a try about adding extra STM32Cube contributions on top of:

Cartu38OpenDev_0-1761336884850.png

A CMake project remains a CMake project and STM32Cube relies CMake tools extension ...

 

Hi,

UStre2_0-1761550013867.png

It's not selectable.

I have all configured.

Regards
Uwe

@UStre.2  setup action not available ? .. is your CMake project building ?
Not having setup action available is sign the STM32 stuff is not detecting your project as a CMake project candidate.

Hi,

my cmake project is building, but not importable.


@Cartu38 OpenDev wrote:

@UStre.2  setup action not available ? .. is your CMake project building ?
Not having setup action available is sign the STM32 stuff is not detecting your project as a CMake project candidate.


It seems so.

Regards

Uwe