forked from magnum88/BaliseHF
97 lines
3.1 KiB
XML
97 lines
3.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<configurationDescriptor version="100">
|
||
|
|
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
|
||
|
|
<df root="." name="0">
|
||
|
|
<df name="include">
|
||
|
|
</df>
|
||
|
|
<df name="lib">
|
||
|
|
<df name="Afficheur">
|
||
|
|
<in>Afficheur.cpp</in>
|
||
|
|
<in>Afficheur.h</in>
|
||
|
|
</df>
|
||
|
|
<df name="Dds">
|
||
|
|
<in>Dds.cpp</in>
|
||
|
|
<in>Dds.h</in>
|
||
|
|
<in>vfo2.pio.h</in>
|
||
|
|
</df>
|
||
|
|
<df name="Encodeur">
|
||
|
|
<in>Encodeur.cpp</in>
|
||
|
|
<in>Encodeur.h</in>
|
||
|
|
<in>quadrature.pio.h</in>
|
||
|
|
</df>
|
||
|
|
<df name="Iambic">
|
||
|
|
<in>Iambic.cpp</in>
|
||
|
|
<in>Iambic.h</in>
|
||
|
|
</df>
|
||
|
|
<df name="Locator">
|
||
|
|
<in>Locator.cpp</in>
|
||
|
|
<in>Locator.h</in>
|
||
|
|
</df>
|
||
|
|
<df name="Menu">
|
||
|
|
<in>Menu.cpp</in>
|
||
|
|
<in>Menu.h</in>
|
||
|
|
</df>
|
||
|
|
<df name="Modulation">
|
||
|
|
<in>Modulation.cpp</in>
|
||
|
|
<in>Modulation.h</in>
|
||
|
|
</df>
|
||
|
|
</df>
|
||
|
|
<df name="src">
|
||
|
|
<in>main.cpp</in>
|
||
|
|
</df>
|
||
|
|
<df name="test">
|
||
|
|
</df>
|
||
|
|
<in>platformio.ini</in>
|
||
|
|
</df>
|
||
|
|
</logicalFolder>
|
||
|
|
<projectmakefile></projectmakefile>
|
||
|
|
<confs>
|
||
|
|
<conf name="Default" type="0">
|
||
|
|
<toolsSet>
|
||
|
|
<developmentServer>localhost</developmentServer>
|
||
|
|
<platform>2</platform>
|
||
|
|
</toolsSet>
|
||
|
|
<compile>
|
||
|
|
<compiledirpicklist>
|
||
|
|
<compiledirpicklistitem>.</compiledirpicklistitem>
|
||
|
|
<compiledirpicklistitem>${AUTO_FOLDER}</compiledirpicklistitem>
|
||
|
|
</compiledirpicklist>
|
||
|
|
<compiledir>${AUTO_FOLDER}</compiledir>
|
||
|
|
<compilecommandpicklist>
|
||
|
|
<compilecommandpicklistitem>${MAKE} ${ITEM_NAME}.o</compilecommandpicklistitem>
|
||
|
|
<compilecommandpicklistitem>${AUTO_COMPILE}</compilecommandpicklistitem>
|
||
|
|
</compilecommandpicklist>
|
||
|
|
<compilecommand>${AUTO_COMPILE}</compilecommand>
|
||
|
|
</compile>
|
||
|
|
<dbx_gdbdebugger version="1">
|
||
|
|
<gdb_pathmaps>
|
||
|
|
</gdb_pathmaps>
|
||
|
|
<gdb_interceptlist>
|
||
|
|
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
|
||
|
|
</gdb_interceptlist>
|
||
|
|
<gdb_options>
|
||
|
|
<DebugOptions>
|
||
|
|
</DebugOptions>
|
||
|
|
</gdb_options>
|
||
|
|
<gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
|
||
|
|
</dbx_gdbdebugger>
|
||
|
|
<nativedebugger version="1">
|
||
|
|
<engine>gdb</engine>
|
||
|
|
</nativedebugger>
|
||
|
|
<runprofile version="9">
|
||
|
|
<runcommandpicklist>
|
||
|
|
<runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
|
||
|
|
<runcommandpicklistitem>/usr/local/bin/pio -f -c netbeans run --target upload</runcommandpicklistitem>
|
||
|
|
</runcommandpicklist>
|
||
|
|
<runcommand>/usr/local/bin/pio -f -c netbeans run --target upload</runcommand>
|
||
|
|
<rundir>.</rundir>
|
||
|
|
<buildfirst>false</buildfirst>
|
||
|
|
<terminal-type>0</terminal-type>
|
||
|
|
<remove-instrumentation>0</remove-instrumentation>
|
||
|
|
<environment>
|
||
|
|
</environment>
|
||
|
|
</runprofile>
|
||
|
|
</conf>
|
||
|
|
</confs>
|
||
|
|
</configurationDescriptor>
|