-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit aa1daf9
Update IDE 2.x J-Link tutorial for new debug_custom.json data format
A major reworking of the Arduino IDE 2.x debugger configuration system was released in Arduino IDE 2.3.0. This included
a breaking change to the data structure of the debug_custom.json that allows the user to adjust the debugger
configuration.
The tutorial for using the Arduino IDE 2.x debugger uses the debug_custom.json feature. The breaking change in Arduino
IDE 2.3.0 rendered that part of the tutorial obsolete. It is hereby updated to use the new data structure.
Including instructions for the different debug_custom.json structure that would be required for users of versions of
Arduino IDE 2.x older than 2.3.0 would have added significant complexity to an already dense tutorial, making it
significantly less approachable to the reader and prone to misinterpretation. For this reason, the decision was made to
specify a requirement of Arduino IDE 2.3.0 as the minimum for the tutorial.1 parent d9f7829 commit aa1daf9
File tree
1 file changed
+12
-7
lines changed- content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-jlink-setup
1 file changed
+12
-7
lines changedLines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | - | ||
12 | + | ||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 | - | ||
76 | - | ||
77 | - | ||
78 | - | ||
79 | - | ||
80 | - | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
81 | 84 |
| |
82 | 85 |
| |
86 | + | ||
87 | + | ||
83 | 88 |
| |
84 | 89 |
| |
85 | 90 |
| |
|
0 commit comments