Skip to content

Commit 8ffe6b3

Browse files
facchinmyashaswini-hanji
authored andcommitted
Add explicit core version
1 parent 16df1ef commit 8ffe6b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platform.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,14 @@ recipe.output.save_file={build.project_name}.{build.variant}.hex
9090
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
9191
recipe.size.regex=^(?:text|ctors|rodata|datas)\s+([0-9]+).*
9292

93-
# BLE firmware check
93+
# Firmware check
9494
# -------------------
9595
tools.arduino101load.ble.fw.string="ATP1BLE00R-1631C4439"
9696
tools.arduino101load.ble.fw.position=169984
9797
tools.arduino101load.rtos.fw.string="CODK-M"
9898
tools.arduino101load.rtos.fw.position=39168
99+
#not ideal - should be inherited by the platform
100+
tools.arduino101load.version=2.0.0
99101

100102
# Arc Uploader/Programmers tools
101103
# -------------------

0 commit comments

Comments
 (0)