Commit 3a521fe
committed
chore: pre-release cleanup (gitignore, dedup PDFs, drop obsolete script)
- .gitignore: add `.intern/` so internal design notes / decisions /
roadmaps stay out of the public repo on every clone, and drop the
stale `examples/esp32-c6-devkitc-multi-midi2/` line that conflicted
with the tracked content under that path.
- library.json: extend `export.exclude` with `.intern/*` and
`scripts/*` so PlatformIO never bundles them into a release zip.
- docs/coverage.md: bump header from v0.1.0 to v0.2.0, refresh midi2
C99 reference to v0.3.3, rewrite the "Zero external dependencies"
section as "Dependencies" (single declared dep on midi2), remove
the cross-link to the internal design spec.
- scripts/vendor_midi2.sh: removed. The script copied
midi2/dist/midi2.{h,c} into src/ -- exactly the vendoring the v0.2.0
refactor eliminated. CMake `MIDI2_LOCAL_PATH` covers the only
legitimate offline use case.
- Dedup hardware datasheets across recipes that share boards, keeping
one canonical copy per board:
- ESP32-P4 datasheet kept in esp32-p4-devkit-bridge2-midi2/board/
- ESP32-S3 schematic kept in esp32-s3-devkitc-usb-midi2/board/
- RP2350-USB-A schematic kept in waveshare-rp2350-usb-a-midi2/board/
- T-Display S3 PDFs kept in t-display-s3-midi2/board/
- t-display-s3-shield-host-midi2/README.md updated to point at the
schematic in the sibling device recipe via a relative link.1 parent 4b5a4a8 commit 3a521fe
12 files changed
Lines changed: 27 additions & 37 deletions
File tree
- docs
- examples
- esp32-p4-devkit-bridge-midi2/board
- esp32-p4-devkit-host-midi2/board
- esp32-p4-devkit-usb-midi2/board
- esp32-s3-devkitc-host-midi2/board
- t-display-s3-shield-host-midi2
- board
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | | - | |
12 | | - | |
13 | 19 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | | - | |
21 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
232 | 237 | | |
233 | 238 | | |
234 | 239 | | |
235 | | - | |
| 240 | + | |
236 | 241 | | |
237 | 242 | | |
238 | 243 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments