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