Skip to content

Commit 9f28c09

Browse files
committed
Readme - update ides, add note about progen replacement
1 parent 4f59006 commit 9f28c09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,18 @@ Atmel:
104104

105105
Supported Toolchains and IDEs
106106
-----------------------------
107-
* GCC ARM: [GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded/4.7/4.7-2012-q4-major)
107+
* GCC ARM: [GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded/+milestone/4.9-2015-q3-update)
108108
* ARMCC (standard library and MicroLib): [uVision](http://www.keil.com/uvision/)
109109
* IAR: [IAR Embedded Workbench](http://www.iar.com/en/Products/IAR-Embedded-Workbench/ARM/)
110110
* GCC code_red: [Red Suite](http://www.code-red-tech.com/)
111111
* GCC CodeSourcery: [Sourcery CodeBench](http://www.mentor.com/embedded-software/codesourcery)
112112
* GCC ARM: [Em::Blocks](http://www.emblocks.org/web/)
113113
* GCC ARM: [CooCox CoIDE](http://www.coocox.org/)
114+
* GCC ARM: [NXP Knetis 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)
115+
* GCC ARM: [OpenSTM32](http://www.openstm32.org)
116+
* GCC ARM: [Atmel Studio 6](http://www.atmel.com/Microsite/atmel-studio)
117+
118+
The current mbed exporters scripts (IDE support) will be replaced by [Project generator (=progen)](https://github.com/project-generator/project_generator). Any new IDEs support, should be implemented using progen API - add IDE to progen, use progen API to generate a mbed project.
114119

115120
API Documentation
116121
-----------------

0 commit comments

Comments
 (0)