File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,19 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
91
91
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
92
92
recipe.size.regex=^(?:text|ctors|rodata|datas)\s+([0-9]+).*
93
93
94
+ # BLE firmware check
95
+ # -------------------
96
+ tools.arduino101load.ble.fw.string="ATP1BLE000-1541C5635"
97
+ tools.arduino101load.ble.fw.position=141312
98
+
94
99
# Arc Uploader/Programmers tools
95
100
# -------------------
96
101
tools.arduino101load.cmd.path={runtime.tools.arduino101load.path}/arduino101load/arduino101load
97
102
98
103
tools.arduino101load.upload.params.verbose=verbose
99
104
tools.arduino101load.upload.params.quiet=quiet
100
105
101
- tools.arduino101load.upload.pattern="{cmd.path}" "{runtime.tools.arduino101load.path}/x86/bin" {build.path}/{build.project_name}.bin {serial.port} "{upload.verbose}"
106
+ tools.arduino101load.upload.pattern="{cmd.path}" "{runtime.tools.arduino101load.path}/x86/bin" {build.path}/{build.project_name}.bin {serial.port} "{upload.verbose}" {ble.fw.string} {ble.fw.position}
102
107
103
108
# This is needed to avoid an error on unexistent fields
104
109
tools.arduino101load.erase.params.verbose=
You can’t perform that action at this time.
0 commit comments