CMake: Recording Project Version from a File

CMake: Recording Project Version from a File

Introduction: The purpose of this content is similar to the previous article, but the starting point is different. Our plan is to read version information from a file instead of setting it in CMakeLists.txt. The goal of storing the version in a separate file is to allow other build frameworks or development tools to use … Read more

Common Rules for Firmware Versioning in Microcontrollers

Common Rules for Firmware Versioning in Microcontrollers

Follow + star our public account to not miss exciting content Source | Embedded Intelligence Bureau Today, I would like to share a firmware versioning method for microcontrollers that I frequently use. I believe some friends, when starting at small companies, typically encounter version definitions like V1, V2, etc. However, as projects iterate and software … Read more