Conversion project platform
In order to facilitate the use of the same project source code on different hardware platforms, the function of Conversion and Compilation Platform is provided.
Steps:
Select the project name, right-click, and select Convert Compilation Platform in the pop-up context menu to quickly switch platforms.
For the conversion function, you need to pay attention to the following points:
- The conversion function is essentially to reconfigure the compilation environment such as the compilation tool chain, without any changes to the source code.
- The hardware of different platforms is different, so the hardware-related settings such as serial port and GPIO need to be modified manually.
- Due to differences in toolchain versions, compilation failures may occur after conversion. This also requires manual modification of Makefile or standard source code to solve.