File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ arduino_101.vid.0x2A03.warning=Uncertified
11
11
arduino_101.upload.tool=arduino101load
12
12
arduino_101.upload.protocol=script
13
13
arduino_101.upload.maximum_size=196608
14
+ arduino_101.upload.maximum_data_size=8192
14
15
arduino_101.upload.use_1200bps_touch=true
15
16
arduino_101.upload.wait_for_upload_port=false
16
17
arduino_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
85
85
86
86
## Compute size
87
87
recipe.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]+).*
89
89
90
90
# Arc Uploader/Programmers tools
91
91
# -------------------
You can’t perform that action at this time.
0 commit comments