Update README.md

This commit is contained in:
László Monda
2016-12-11 23:50:21 +01:00
committed by GitHub
parent bb37d89de9
commit ee87e79791

View File

@@ -11,3 +11,7 @@ Please make sure to clone this repo with:
Install [Kinetis Design Studio](http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/ides-for-kinetis-mcus/kinetis-design-studio-integrated-development-environment-ide:KDS_IDE) (KDS) and import the project by invoking File -> Import -> General -> Existing Projects into Workspace, select the `right` directory, and click on the Finish button. At this point, you should be able to build the firmware in KDS. Install [Kinetis Design Studio](http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/ides-for-kinetis-mcus/kinetis-design-studio-integrated-development-environment-ide:KDS_IDE) (KDS) and import the project by invoking File -> Import -> General -> Existing Projects into Workspace, select the `right` directory, and click on the Finish button. At this point, you should be able to build the firmware in KDS.
Alternatively, you can use the build scripts of the `right/build/armgcc` directory. Alternatively, you can use the build scripts of the `right/build/armgcc` directory.
## Contributing
Want to contribute? Let us show you [how](/CONTRIBUTING.md).