Building Documentation with Doxygen Using CMake

Building Documentation with Doxygen Using CMake

Introduction: Documentation is essential for all software projects: For users, it is important to understand how to obtain and build the code, and how to effectively use the source code or library; For developers, documentation can describe the details of your source code and help other programmers contribute to the project. <span>Doxygen</span> is a very … Read more

Do Embedded Developers Need Documentation?

Do Embedded Developers Need Documentation?

Follow+Star Public Account Number, don’t miss the wonderful content Author | strongerHuang WeChat Public Account | strongerHuang Recently, I saw a discussion in a group chat regarding the topic: Do embedded developers really need to write documentation? To discuss this topic in depth, we may need to consider various situations such as company size, project … Read more

How to Write Test Cases in Embedded Development?

How to Write Test Cases in Embedded Development?

Follow+Star Public Account, don’t miss the wonderful content Author | strongerHuang WeChat Official Account | strongerHuang In a small company, one person might be responsible for the entire project, covering hardware, software, and testing. However, more formal companies tend to subdivide tasks, separating software development and testing.To avoid conflicts between software and testing, writing test … Read more

Unlocking the Patterns of STM32 Resources

Unlocking the Patterns of STM32 Resources

Recently, someone asked a question: how to find authoritative information about STM32? Actually, I have always recommended that everyone obtain information from the chip manufacturer (official sources), as this information is generally the most authoritative. This article mainly introduces methods and tips for quickly finding STM8 and STM32 software tools and documentation. ST Website ST … Read more

STM32CubeMX User Manual – Quick Guide

STM32CubeMX User Manual - Quick Guide

Click to read the original text and go to get it for free Many friends are attracted by the graphical way of generating project code with CubeMX, greatly improving project development efficiency. However, sometimes when encountering problems and wanting to check the manual for solutions, they find it is all in English. To solve this … Read more

Where to Find MCU and RTOS Resources, Documentation, and Source Code?

Where to Find MCU and RTOS Resources, Documentation, and Source Code?

Follow+Star Public Number, don’t miss exciting content Author | strongerHuang WeChat Public Account | Embedded Column I’ve often seen some friends asking in the group chat: **Where to download materials,** documentation, and **source code?** Where to find materials, documentation, and source code? Many beginners like to search for materials, documentation, and source code on Baidu, … Read more