We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffe6b3 commit b6e41d2Copy full SHA for b6e41d2
platform.txt
@@ -94,8 +94,9 @@ recipe.size.regex=^(?:text|ctors|rodata|datas)\s+([0-9]+).*
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
+# Dummy RTOS walues - don't update RTOS if not strictly needed
+tools.arduino101load.rtos.fw.string=""
99
+tools.arduino101load.rtos.fw.position=0
100
#not ideal - should be inherited by the platform
101
tools.arduino101load.version=2.0.0
102
0 commit comments