Skip to content

Commit 485cf19

Browse files
authored
Merge pull request #55 from richardclli/fix-compile-error
Added quotes in library path to fix sketch compile error
2 parents 3ffdbe9 + 2570fd3 commit 485cf19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

boards.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ m1.upload.tool=kflash
4848

4949
## Limit is the 16MB Flash. Assume half is used for something else.
5050
m1.upload.maximum_size=8388608
51-
m1.build.ldscript={runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld
51+
m1.build.ldscript="{runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld"
5252

5353
##################################################
5454
############# Sipeed Maix Bit Board ###############
@@ -95,7 +95,7 @@ bit.upload.tool=kflash
9595

9696
## Limit is the 16MB Flash. Assume half is used for something else.
9797
bit.upload.maximum_size=8388608
98-
bit.build.ldscript={runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld
98+
bit.build.ldscript="{runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld"
9999

100100

101101
##################################################
@@ -140,7 +140,7 @@ bitm.upload.tool=kflash
140140

141141
## Limit is the 16MB Flash. Assume half is used for something else.
142142
bitm.upload.maximum_size=8388608
143-
bitm.build.ldscript={runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld
143+
bitm.build.ldscript="{runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld"
144144

145145

146146

@@ -191,7 +191,7 @@ go.upload.tool=kflash
191191

192192
## Limit is the 16MB Flash. Assume half is used for something else.
193193
go.upload.maximum_size=8388608
194-
go.build.ldscript={runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld
194+
go.build.ldscript="{runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld"
195195

196196
##################################################
197197
############# Sipeed Maixduino Board ###############
@@ -236,7 +236,7 @@ mduino.upload.tool=kflash
236236

237237
## Limit is the 16MB Flash. Assume half is used for something else.
238238
mduino.upload.maximum_size=8388608
239-
mduino.build.ldscript={runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld
239+
mduino.build.ldscript="{runtime.platform.path}/cores/arduino/kendryte-standalone-sdk/lds/kendryte.ld"
240240

241241
##################################################
242242
############# LamLoei AIoT DaaN Board ###############

0 commit comments

Comments
 (0)