forked from platformio/platformio-core
Update project template for CodeBlocks
This commit is contained in:
@ -16,8 +16,11 @@
|
|||||||
</MakeCommands>
|
</MakeCommands>
|
||||||
<Build>
|
<Build>
|
||||||
<Target title="Debug">
|
<Target title="Debug">
|
||||||
<Option type="1" />
|
<Option type="4" />
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
|
<Option parameters="-f -c codeblocks run -t upload" />
|
||||||
|
<Option host_application="{{platformio_path}}" />
|
||||||
|
<Option run_host_application_in_terminal="1" />
|
||||||
<Option use_console_runner="0" />
|
<Option use_console_runner="0" />
|
||||||
<MakeCommands>
|
<MakeCommands>
|
||||||
<Build command="{{platformio_path}} -f -c codeblocks run" />
|
<Build command="{{platformio_path}} -f -c codeblocks run" />
|
||||||
@ -29,8 +32,11 @@
|
|||||||
</MakeCommands>
|
</MakeCommands>
|
||||||
</Target>
|
</Target>
|
||||||
<Target title="Release">
|
<Target title="Release">
|
||||||
<Option type="1" />
|
<Option type="4" />
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
|
<Option parameters="-f -c codeblocks run -t upload" />
|
||||||
|
<Option host_application="{{platformio_path}}" />
|
||||||
|
<Option run_host_application_in_terminal="1" />
|
||||||
<Option use_console_runner="0" />
|
<Option use_console_runner="0" />
|
||||||
<MakeCommands>
|
<MakeCommands>
|
||||||
<Build command="{{platformio_path}} -f -c codeblocks run" />
|
<Build command="{{platformio_path}} -f -c codeblocks run" />
|
||||||
|
Reference in New Issue
Block a user