-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit e071333
* Added a compatibility trick in "debug -I" for toolchain.prefix key
The key was ignored in older versions of the Arduino IDE.
In the upcoming release (Arduino IDE 2.2.2) the key is used, but it was
wrongly set to "arm-none-eabi-" when we actually want "arm-none-eabi".
This patch ensure backward and forward compatibility.
* Fixed debug command
1 parent bd2d886 commit e071333
File tree
5 files changed
+13
-6
lines changed- commands/debug
- docs
- rpc/cc/arduino/cli/commands/v1
5 files changed
+13
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | - | ||
133 | + | ||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 | + | ||
173 | + | ||
174 | + | ||
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
172 | 179 |
| |
173 | 180 |
| |
174 | 181 |
| |
| |||
181 | 188 |
| |
182 | 189 |
| |
183 | 190 |
| |
184 | - | ||
191 | + | ||
185 | 192 |
| |
186 | 193 |
| |
187 | 194 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
285 | - | ||
285 | + | ||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
| |||
2514 | 2514 |
| |
2515 | 2515 |
| |
2516 | 2516 |
| |
2517 | - | ||
2517 | + | ||
2518 | 2518 |
| |
2519 | 2519 |
| |
2520 | 2520 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | - | ||
83 | + | ||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
|
0 commit comments