summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-03-06 19:59:34 +0700
committerGitHub <[email protected]>2026-03-06 19:59:34 +0700
commit6c2c309316794ee580603db1b48422f9c648b1ad (patch)
tree2a86d1abba22be6b7c68683940b0388429f8519c /AGENTS.md
parent06a4c6d7190ef83f76b2a65496f2a48a54a8c134 (diff)
parent8878e02c3040ee0b30f9b26c20f45a36260d854a (diff)
Merge pull request #3444 from remiberthoz/device-class-printer
Implement Printer Device Driver
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 34fc57cb8..bbbd7c36d 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -332,6 +332,9 @@ take 2-5 minutes. NEVER CANCEL. Set timeout to 20+ minutes.
- `examples/device/cdc_msc/`: Most commonly used example for testing
- `test/unit-test/project.yml`: Ceedling test configuration
+#### MCU Reference Manuals and Datasheets
+- Look in `$HOME/Documents/Calibre Library` for all MCU reference manuals, datasheets and board schematics.
+
#### Debugging Build Issues
- **Missing compiler**: Install `gcc-arm-none-eabi` package
- **Missing dependencies**: Run `python3 tools/get_deps.py FAMILY`