Practical Tips for Using Keil: Formatting Code with AStyle Plugin

Practical Tips for Using Keil: Formatting Code with AStyle Plugin

Follow+Star Public Account Number, Don’t Miss Exciting ContentAuthor | strongerHuangWeChat Public Account | Embedded ColumnIf you download a source code online, or take over a colleague’s code, and it looks like the image below, do you still have the mood to look at it? However, if you format (beautify) it with a tool like this, … Read more

AStyle Code Formatting Plugin for MDK-ARM

AStyle Code Formatting Plugin for MDK-ARM

Follow Our Official Account to not miss any updates! Today I will share two points: 1. A code formatting plugin [AStyle] — recommended by a friend who follows me! 2. STM32 Clock and Precautions; 1AStyle Plugin A few days ago, a friend who follows me (*inbun Yi*) recommended this AStyle plugin. I checked it out … Read more

Recommended Keil MDK5 Plugins

Recommended Keil MDK5 Plugins

Introduction Code formatting is one of the important means to improve code quality and readability. However, there is no built-in code formatting tool in Keil MDK5, so it is necessary to look for third-party tools to solve this problem. The open-source code formatting tool Astyle can be integrated into Keil as a plugin to meet … Read more