File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ arduino_101.vid.0x2A03.warning=Uncertified
1111arduino_101.upload.tool=arduino101load
1212arduino_101.upload.protocol=script
1313arduino_101.upload.maximum_size=196608
14+ arduino_101.upload.maximum_data_size=8192
1415arduino_101.upload.use_1200bps_touch=true
1516arduino_101.upload.wait_for_upload_port=false
1617arduino_101.upload.native_usb=false
Original file line number Diff line number Diff line change @@ -85,7 +85,8 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
8585
8686## Compute size
8787recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
88- recipe.size.regex=Total\s+([0-9]+).*
88+ recipe.size.regex=^(?:text|ctors|rodata)\s+([0-9]+).*
89+ recipe.size.regex.data=^(?:datas|bss)\s+([0-9]+).*
8990
9091# Arc Uploader/Programmers tools
9192# -------------------
You can’t perform that action at this time.
0 commit comments