File tree Expand file tree Collapse file tree 3 files changed +73
-0
lines changed Expand file tree Collapse file tree 3 files changed +73
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Compilation bug report
3+ about : Sketch doesn't compile
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** Target board + cli verbose compilation output**
14+ ** Full verbose** compilation output, ideally with ` arduino-cli ` invocation or from IDE 2.3.3+
15+ Issues without the full verbose output will be discarded as invalid.
16+
17+ ** Mandatory: attach the sketch**
18+ Issues without the sketch will be discarded as invalid.
19+
20+ ** Additional context**
21+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Miscellaneous bug report
3+ about : Sketch compile but doesn't upload, or similar issues
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** Target board + cli verbose compilation output**
14+ ** Full verbose** compilation output, ideally with ` arduino-cli ` invocation or from IDE 2.3.3+
15+ Issues without the full verbose output will be discarded as invalid.
16+
17+ ** cli/IDE verbose upload output**
18+ ** Full verbose** upload output, ideally with ` arduino-cli ` invocation or from IDE 2.3.3+
19+ Issues without the full verbose output will be discarded as invalid.
20+
21+ ** Additional context**
22+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Runtime bug report
3+ about : Sketch compile and uploads but doesn't run correctly (or doesn't run at all)
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** Target board + cli verbose compilation output**
14+ ** Full verbose** compilation output, ideally with ` arduino-cli ` invocation or from IDE 2.3.3+
15+ Issues without the full verbose output will be discarded as invalid.
16+
17+ ** Output of debug UART**
18+ Complete output of the console crash, starting from
19+ ``` *** Booting Zephyr OS build v3.7... ```
20+ Runtime issues without the ** full UART output** will be discarded as invalid.
21+
22+ ** Output of readelf**
23+ Paste (or attach) the output of ` arm-none-eabi-readelf -a $your_sketch_elf_file `
24+
25+ ** Optional: attach the elf file**
26+
27+ ** Output: attach the sketch**
28+
29+ ** Additional context**
30+ Add any other context about the problem here.
You can’t perform that action at this time.
0 commit comments