File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ arduino_101.vid.0x2A03.warning=Uncertified
1010
1111arduino_101.upload.tool=arduino101load
1212arduino_101.upload.protocol=script
13- arduino_101.upload.maximum_size=196608
13+ arduino_101.upload.maximum_size=155648
1414arduino_101.upload.use_1200bps_touch=true
1515arduino_101.upload.wait_for_upload_port=false
1616arduino_101.upload.native_usb=false
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ 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|datas) \s+([0-9]+).*
8989
9090# Arc Uploader/Programmers tools
9191# -------------------
You can’t perform that action at this time.
0 commit comments