From b78c9d25017e8397f1d6accff7127c34de177eb4 Mon Sep 17 00:00:00 2001 From: Levi Potter Date: Mon, 14 Sep 2026 21:11:09 -0600 Subject: [PATCH] Update README with STM32CubeIDE extension details Added information about the STM32CubeIDE extension for VS Code. --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90fd0d2..7b9a434 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ #### Syntax Guide STM32CubeMX will override code not included in user code comment brackets when changes are made to the hardware/firmware configuration. *Please*, only include code in vendor generated files as shown: +``` // User Code Begin --- // -*place your code here* +/* place your code here */ -// User Code End --- // \ No newline at end of file +// User Code End --- // +``` +#### VS code STM32CubeMX extension +- Name: STM32CubeIDE for Visual Studio Code +- Id: STMicroelectronics.stm32-vscode-extension +- Description: STM32 embedded development support added to Visual Studio Code. +- Version: 3.10.0 +- Publisher: STMicroelectronics +- VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=stmicroelectronics.stm32-vscode-extension