Wrap lines.

This commit is contained in:
László Monda
2016-03-04 15:30:17 +01:00
parent f3232ff7de
commit 8b64a528ce
5 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
# ARM GCC build environment
This build environment is set up for command line use. Given that the development dependencies are installed on your system you can use the available scripts to build the firmware with ARM GCC.
This build environment is set up for command line use. Given that the development dependencies are
installed on your system you can use the available scripts to build the firmware with ARM GCC.

View File

@@ -1,3 +1,7 @@
# KDS build environment
This build environment is set up to be used with [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). You can simply import the project into KDS by choosing *File* -> *Import...* -> *General* -> *Existing Projects into Workspace*, then select this directory, and click the *Finish* button.
This build environment is set up to be used with
[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).
You can simply import the project into KDS by choosing
*File* -> *Import...* -> *General* -> *Existing Projects into Workspace*,
then select this directory, and click the *Finish* button.