@@ -21,9 +21,9 @@ Check **_"Use active build configuration"_**. There appears to be a bug in eclip
### **4. Adding board specific build configurations**
_(Currently supported boards are STM32F429zi discovery and Skyward Stormtrooper Master)_
First, download the file for your desired board from [HERE](https://drive.google.com/open?id=1Jq4VUUA5OcZfbJRDmoJTISem0f8qh30k)
In the project properties, click on the **C/C++ Build** section and then on **Manage Configurations...**
In the project properties, click on the **C/C++ Build** section and then on **Manage Configurations...**.
Create a new configurations for your board (eg. "Discovery") making sure you selected **"Copy settings from... Existing configuration->Default"**
Apply the settings, then go to **File->Import->C/C++->C/C++ Project settings**. Select the configuration file for the board you want (eg. "SKW_TRP_Master.xml"), your project and the corresponding configuration.
Press **Set Active** and apply the settings, then go to **File->Import->C/C++->C/C++ Project settings**. Select the configuration file for the board you want (eg. "SKW_TRP_Master.xml"), your project and the corresponding configuration.
After that, rebuild the index using **Project->C/C++ index->Rebuild**, and you're done!