mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00

This adds a remote connection type that uses the CDT Native serial port driver. Really all this is supported is the command shell for the Remote Terminal. But it's a great example of something very different from SSH and Local that supports the same common infra structure such as the Terminal. Change-Id: I813e26370d3d137d5158fa63deba4b0820cdd596 Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
17 lines
388 B
XML
17 lines
388 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>org.eclipse.remote.serial-feature</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.pde.FeatureBuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.pde.FeatureNature</nature>
|
|
</natures>
|
|
</projectDescription>
|