Commit 1dfe0a1
Print esp-println generated defmt messages (#466)
* Print defmt frames output by esp-println
* Add changelog entry
* Display log level
* Bump MSRV to 1.70
* Refactor for opt-in defmt
* Make defmt a default feature
* Update CHANGELOG.md
Co-authored-by: Sergio Gasquez Arcos <[email protected]>
* Fix panic on frame containing multiple lines
* Fix panic due to newline normalization
* Don't enable defmt by default
---------
Co-authored-by: Sergio Gasquez Arcos <[email protected]>1 parent f76d2cb commit 1dfe0a1
File tree
7 files changed
+531
-234
lines changed- espflash
- src/cli/monitor
- parser
7 files changed
+531
-234
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
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 | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
0 commit comments