File tree 4 files changed +153
-534
lines changed
4 files changed +153
-534
lines changed Original file line number Diff line number Diff line change 142
142
<!-- It is also used for the base of the Debug configuration (for use with a JTAG/DragonAVR etc). -->
143
143
<!-- TODO: Consider renaming as base. -->
144
144
<configuration
145
- artifactExtension =" hex"
146
145
cleanCommand =" rm -f"
147
146
id =" io.sloeber.core.configuration.release"
148
147
languageSettingsProviders =" io.sloeber.languageSettingsProvider"
400
399
command =" ${JANTJE.SIZE.SWITCH} "
401
400
commandLinePattern =" ${COMMAND}"
402
401
id =" io.sloeber.tool.size"
402
+ isAbstract =" false"
403
403
name =" %tool.printsize.name" >
404
404
<inputType
405
405
buildVariable =" HEX"
406
406
dependencyExtensions =" hex"
407
407
id =" io.sloeber.tool.size.input"
408
408
multipleOfType =" true"
409
409
primaryInput =" true"
410
- sourceContentType =" io.sloeber.tool.objcopy.output" >
410
+ sourceContentType =" io.sloeber.tool.objcopy.output"
411
+ sources =" hex" >
411
412
</inputType >
412
413
<outputType
413
414
buildVariable =" SIZEDUMMY"
414
415
id =" io.sloeber.tool.size.output"
415
416
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" >
419
421
</outputType >
420
422
</tool >
421
423
</toolChain >
You can’t perform that action at this time.
0 commit comments