We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16df1ef commit 8ffe6b3Copy full SHA for 8ffe6b3
platform.txt
@@ -90,12 +90,14 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
90
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
91
recipe.size.regex=^(?:text|ctors|rodata|datas)\s+([0-9]+).*
92
93
-# BLE firmware check
+# Firmware check
94
# -------------------
95
tools.arduino101load.ble.fw.string="ATP1BLE00R-1631C4439"
96
tools.arduino101load.ble.fw.position=169984
97
tools.arduino101load.rtos.fw.string="CODK-M"
98
tools.arduino101load.rtos.fw.position=39168
99
+#not ideal - should be inherited by the platform
100
+tools.arduino101load.version=2.0.0
101
102
# Arc Uploader/Programmers tools
103
0 commit comments