Skip to content

Commit e445d4c

Browse files
author
jantje
committed
#1143 removed A.BUILD.PATH defined it expanded in code
also started using DirectoryDelimiter and upgraded arduino IDE version See https://bugs.eclipse.org/bugs/show_bug.cgi?id=560330 for why A.BUILD.PATH={ProjDirPath}{DirectoryDelimiter}{ConfigName} doesn't work
1 parent f7ec105 commit e445d4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

io.sloeber.core/config/pre_processing_platform_default.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ A.ARCHIVE_FILE=arduino.ar
55
A.ARCHIVE_FILE_PATH={A.BUILD.PATH}/{A.ARCHIVE_FILE}
66
A.ALT_SIZE_COMMAND="{A.COMPILER.PATH}{A.COMPILER.SIZE.CMD}" --format=avr --mcu={A.BUILD.MCU} "{A.BUILD.PATH}/{A.BUILD.PROJECT_NAME}.elf"
77
A.archive_file_path={A.BUILD.PATH}/{A.ARCHIVE_FILE}
8-
A.runtime.IDE.version=10802
9-
A.BUILD.SYSTEM.PATH={A.RUNTIME.PLATFORM.PATH}/system
8+
A.runtime.IDE.version=10812
9+
A.BUILD.SYSTEM.PATH={A.RUNTIME.PLATFORM.PATH}{DirectoryDelimiter}system
1010
A.SERIAL.PORT={JANTJE.COM_PORT}
11-
A.BUILD.PATH={ProjDirPath}/{ConfigName}
1211
A.BUILD.PROJECT_NAME={ProjName}
13-
A.PACKAGES={eclipse_home}/arduinoPlugin/packages
12+
A.PACKAGES={eclipse_home}{DirectoryDelimiter}arduinoPlugin{DirectoryDelimiter}packages
13+
1414

1515
#quick fix for issue #810
1616
A.UPLOAD.SPEED=19200

0 commit comments

Comments
 (0)