Skip to content

Commit 123d643

Browse files
author
jantje
committed
#661 first check-in to do work on different branch
The idea is to use awk to do the calculation. This check-in creates the awk processing file for avr It also adds a preliminary default for the size action The idea is to change the size action from a binary switch (use alternative size) to a selection (alternative size; arduino format; default size)
1 parent 93d30a6 commit 123d643

File tree

2 files changed

+4259
-3945
lines changed

2 files changed

+4259
-3945
lines changed

io.sloeber.core/config/pre_processing_platform_default.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ software=ARDUINO
33
recipe.objcopy.hex.pattern=${recipe.objcopy.bin.pattern}
44
archive_file=arduino.ar
55
archive_file_path=${build.path}/${archive_file}
6-
sloeber.alt_size_command="${compiler.path}${compiler.size.cmd}" --format=avr --mcu=${build.mcu} "${build.path}/${build.project_name}.elf"
6+
sloeber.size_command.avr="${compiler.path}${compiler.size.cmd}" --format=avr --mcu=${build.mcu} "${build.path}/${build.project_name}.elf"
7+
sloeber.size_command.orig=${recipe.size.pattern} | C:\test\awk\awk -f size.awk
78
runtime.ide.version=10812
89
build.system.path=${referenced.core.path}${DirectoryDelimiter}system
910
serial.port=${com_port}

0 commit comments

Comments
 (0)