-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit 738be45
Nano ESP32: add debug support (#8567)
* Nano ESP32: fix previous merge issues
* platform: remove previous build options if file is missing
"touch" would create the file if not present, but not delete its
contents if a previous run left the file in the build dir.
* platform: make debug_custom.json file customizable by board
* platform: fix default debug prefix
"debug.toolchain.prefix" must end with a dash, since only the tool name is
appended to this string.
The reason this is not a major issue is that the "debug_custom.json" file
(copied in the sketch directory when debugging is enabled) forces its own
prefix. And to make things more interesting, the "toolchainPrefix" entry
in that file should _not_ end with a dash.
* Nano ESP32: add debugging support1 parent 43b700a commit 738be45
File tree
3 files changed
+31
-7
lines changed- tools/ide-debug
3 files changed
+31
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24173 | 24173 |
| |
24174 | 24174 |
| |
24175 | 24175 |
| |
24176 | - | ||
24177 | - | ||
24178 | - | ||
24176 | + | ||
24177 | + | ||
24178 | + | ||
24179 | + | ||
24180 | + | ||
24181 | + | ||
24179 | 24182 |
| |
24180 | 24183 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 | + | ||
164 | + | ||
165 | + | ||
163 | 166 |
| |
164 | 167 |
| |
165 | 168 |
| |
| |||
181 | 184 |
| |
182 | 185 |
| |
183 | 186 |
| |
184 | - | ||
187 | + | ||
185 | 188 |
| |
186 | 189 |
| |
187 | 190 |
| |
| |||
201 | 204 |
| |
202 | 205 |
| |
203 | 206 |
| |
204 | - | ||
205 | - | ||
207 | + | ||
208 | + | ||
206 | 209 |
| |
207 | 210 |
| |
208 | 211 |
| |
| |||
263 | 266 |
| |
264 | 267 |
| |
265 | 268 |
| |
266 | - | ||
269 | + | ||
267 | 270 |
| |
268 | 271 |
| |
269 | 272 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + |
0 commit comments