1.5 KiB
Automated Build Tool
The MR framework provides an automated build system. The script-driven build tool can automatically and efficiently complete the introduction and configuration according to different IDEs, greatly reducing the learning cost of using the framework and the difficulty of integration with different environments.
Build Process
-
Run
python build.pyin the command line to automatically install the required environment for the tool. -
Run
python build.py -mto complete the configuration of the MR framework in a graphical interface. After the configuration is completed, it will automatically generate themr_config.hheader file. -
Run
python build.py -ideaccording to the IDE type (-mdkor-ecl) to complete the automatic configuration.
The automated build tool will complete:
- Automatic import of MR framework files
- Automatic addition of MR framework header file paths
- Automatically enable GNU support for the IDE compilation toolchain
Supported Commands
m: Launches the graphical configuration interfacelic: Displays license informationmdk: Configures the project for MDK (Keil)ecl: Configures the project for Eclipse
The build script greatly simplifies the configuration and integration process, allowing developers to quickly start development without needing to understand the internal workings of the project.