Skip to content

Commit

Permalink
update notes on GNU ARM plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
andysworkshop committed Nov 9, 2013
1 parent 94fd735 commit 6149491
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Contributions to stm32plus are welcome. Please follow these steps to ensure a sm

Working in Eclipse
------------------
I do all my development in Eclipse Kepler using the CDT and the GNU ARM Eclipse plugin. The `.project` and `.cproject` files for the main library and all the examples are included. You can use Eclipse's import option on the root checkout directory to bring them all into your workspace in one go. I recommend that you create a _working set_ to contain all the stm32plus projects because there's a lot of them.
I do all my development in Eclipse Kepler using the CDT and the [GNU ARM Eclipse plugin](http://gnuarmeclipse.livius.net/blog/). The `.project` and `.cproject` files for the main library and all the examples are included. You can use Eclipse's import option on the root checkout directory to bring them all into your workspace in one go. I recommend that you create a _working set_ to contain all the stm32plus projects because there's a lot of them.

I recommend version *1.1.2.201310221203* of the GNU ARM Eclipse plugin with Eclipse Kepler. That's the combination that I use in day-to-day development and the `.project` and `.cproject` will work with that version.

The example projects are configured to use the external `cs-make` builder. Linux users should change this to 'Internal builder' in the 'C/C++ Build' project properties page.

Expand Down

0 comments on commit 6149491

Please sign in to comment.