Commit 84d3453
CI improvements and miscellaneous feedback (#24)
Processing feedback from PR #19:
- [x] Fixed issue with `log` feature not compiling for /libs (added to
CI as well)
- [x] Renamed anonymous `N` const parameter to `BLOCK_SIZE` and
explained what it is for.
- [x] Reverted hard-copy `device-driver` generated manifest and fixed
building in CI.
- [x] Fix clippy warnings and formatting for `bootloader-tool`.
- [x] Added `bootloader-tool` to CI, with exception of `cargo deny`.
- [x] Moved away from `serde_yaml` and use `serde_json` instead for
`bootloader-tool`. (we are only serializing, and yaml is a superset of
json)
---------
Co-authored-by: Jerry Xie <139205137+jerrysxie@users.noreply.github.com>1 parent 3116446 commit 84d3453
File tree
29 files changed
+663
-2328
lines changed- .github/workflows
- bootloader-tool
- src
- commands
- processors
- mbi
- tests
- libs
- ec-slimloader-imxrt
- src
- ec-slimloader-state
- src
- imxrt-rom
- src
- registers
29 files changed
+663
-2328
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | | - | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
85 | 95 | | |
86 | 96 | | |
87 | 97 | | |
| |||
116 | 126 | | |
117 | 127 | | |
118 | 128 | | |
| 129 | + | |
| 130 | + | |
119 | 131 | | |
120 | 132 | | |
121 | 133 | | |
| |||
145 | 157 | | |
146 | 158 | | |
147 | 159 | | |
| 160 | + | |
| 161 | + | |
148 | 162 | | |
149 | 163 | | |
150 | 164 | | |
| |||
202 | 216 | | |
203 | 217 | | |
204 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
205 | 223 | | |
206 | 224 | | |
207 | 225 | | |
208 | 226 | | |
209 | 227 | | |
210 | 228 | | |
211 | 229 | | |
| 230 | + | |
212 | 231 | | |
213 | 232 | | |
214 | 233 | | |
| |||
217 | 236 | | |
218 | 237 | | |
219 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
0 commit comments