Skip to content

Commit 2f90a55

Browse files
author
jan
committed
#1163 a working version but not yet testable
1 parent e2cf347 commit 2f90a55

File tree

4 files changed

+153
-534
lines changed

4 files changed

+153
-534
lines changed

io.sloeber.core/plugin.xml

+7-5
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
<!-- It is also used for the base of the Debug configuration (for use with a JTAG/DragonAVR etc). -->
143143
<!-- TODO: Consider renaming as base. -->
144144
<configuration
145-
artifactExtension="hex"
146145
cleanCommand="rm -f"
147146
id="io.sloeber.core.configuration.release"
148147
languageSettingsProviders="io.sloeber.languageSettingsProvider"
@@ -400,22 +399,25 @@
400399
command="${JANTJE.SIZE.SWITCH} "
401400
commandLinePattern="${COMMAND}"
402401
id="io.sloeber.tool.size"
402+
isAbstract="false"
403403
name="%tool.printsize.name">
404404
<inputType
405405
buildVariable="HEX"
406406
dependencyExtensions="hex"
407407
id="io.sloeber.tool.size.input"
408408
multipleOfType="true"
409409
primaryInput="true"
410-
sourceContentType="io.sloeber.tool.objcopy.output">
410+
sourceContentType="io.sloeber.tool.objcopy.output"
411+
sources="hex">
411412
</inputType>
412413
<outputType
413414
buildVariable="SIZEDUMMY"
414415
id="io.sloeber.tool.size.output"
415416
multipleOfType="false"
416-
outputNames="sizedummy"
417-
outputs="${project}.size"
418-
primaryOutput="true">
417+
name="size info"
418+
outputNames="${ProjName}.size"
419+
outputs="size"
420+
primaryOutput="false">
419421
</outputType>
420422
</tool>
421423
</toolChain>

0 commit comments

Comments
 (0)