|
1 | 1 | <idea-plugin>
|
2 | 2 | <id>xyz.elmot.clion.armsupport.prj</id>
|
3 | 3 | <name>OpenOCD + STM32CubeMX support for ARM embedded development</name>
|
4 |
| - <version>1.1.alpha6</version> |
| 4 | + <version>1.1.alpha7</version> |
5 | 5 | <vendor email="me@elmot.xyz" url="http://elmot.xyz">Elmot</vendor>
|
6 | 6 |
|
7 | 7 | <description><![CDATA[
|
@@ -37,26 +37,21 @@ The plugin is free, but if you like it, you may support my work with a PayPal do
|
37 | 37 |
|
38 | 38 | <change-notes><![CDATA[
|
39 | 39 | <ul>
|
40 |
| - <li>Fixed <i>Cancel</i> button behaviour during download</li> |
41 |
| - <li>Different reset types supported</li> |
42 |
| - <li>Different download types supported</li> |
43 |
| - <li>"Autogenerated" warning is added to CmakeLists.txt</li> |
44 |
| - <li>Board config selection assistant</li> |
45 |
| - <li>CLion 2018.2 support</li> |
| 40 | + <li>Improved CLion 2018.2 support</li> |
46 | 41 | </ul>
|
47 | 42 | ]]>
|
48 | 43 | </change-notes>
|
49 | 44 |
|
50 | 45 | <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
|
51 |
| - <idea-version since-build="182.2371" until-build="182.*"/> |
| 46 | + <idea-version since-build="182.3569" until-build="182.*"/> |
52 | 47 |
|
53 | 48 | <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
|
54 | 49 | on how to target different products -->
|
55 | 50 | <depends>com.intellij.modules.clion</depends>
|
56 | 51 | <extensions defaultExtensionNs="com.intellij">
|
57 | 52 | <configurationType implementation="xyz.elmot.clion.openocd.OpenOcdConfigurationType" id="elmot.embedded.openocd.conf.type"/>
|
58 | 53 | <projectConfigurable order="last" id="elmot.embedded.config" instance="xyz.elmot.clion.openocd.OpenOcdSettings"
|
59 |
| - displayName="OpenOCD Support" groupId="build.tools"/> |
| 54 | + displayName="OpenOCD Support" groupId="build"/> |
60 | 55 | </extensions>
|
61 | 56 | <actions>
|
62 | 57 | <group id="elmot.embedded.grp" icon="/xyz/elmot/clion/openocd/ocd.png" description="ARM MCU Firmware"
|
|
0 commit comments