mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
Arduino also needs the Remote Console feature for the serial monitor.
Change-Id: I3e785d6dba5b698fe15c8b2d32e923c9be79edad
This commit is contained in:
parent
4ba5681024
commit
97f85e0f6b
1 changed files with 4 additions and 3 deletions
|
@ -21,9 +21,10 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import feature="org.eclipse.launchbar" version="1.0.0.qualifier"/>
|
<import feature="org.eclipse.launchbar" version="1.0.0"/>
|
||||||
<import feature="org.eclipse.remote.serial" version="1.0.0.qualifier"/>
|
<import feature="org.eclipse.remote.serial" version="1.0.0"/>
|
||||||
<import feature="org.eclipse.remote" version="2.0.0.qualifier"/>
|
<import feature="org.eclipse.remote" version="2.0.0"/>
|
||||||
|
<import feature="org.eclipse.remote.console" version="2.0.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue