STM32CubeIDE for Visual Studio Code (MCUs)

Ask questions on the STM32CubeIDE for Visual Studio Code extension. Find answers on a variety of topics, including build issues, debug functionalities, CMake project integration, and feature requests for CubeCLT installation.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! The future of STM32CubeCLT

 I noticed the following in the recent post announcing STM32CubeIDE for Visual Studio Code 3.8.0:CLI tools: A new bundle manager is enabling VS Code to download required CLI tools. This replaces the all-in-one STM32CubeCLT package. ...Now that STM32C...

richmit by Associate II
  • 986 Views
  • 8 replies
  • 5 kudos

Pretty-print support for GDB

Is it possible to get pretty-print support for data-structures and custom types? It seems that not even STL types (e.g. std::vector) can be inspected easily by default: std::_Vector_base<int, std::allocator<int> > = {...} std::_Vector_base<int, s...

Resolved! Unit Testing Support with VS Code?

Is there and/or will there be an approved off-target unit testing framework for STM32 (in my case, STM32H5)? I've been trying to stand up a test project generated by STM32CubeMX, imported into VS Code using Unity unit-testing framework, but running i...

Suess by Associate III
  • 725 Views
  • 4 replies
  • 0 kudos