eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
555 stars 129 forks source link

add external tool configuration with the help of plugin #417

Closed zubair257 closed 3 years ago

zubair257 commented 3 years ago

I am studying source code of eclipse plugins, what if i want to create external tool configuration automatically with the help of plugin without doing it manually.

for now i am creating it manually by going to RUN-->external tools-->external tools configurations.