Zero-copy ethernet TX: encode directly into prepend_buffer, add info/test skills

This commit is contained in:
Ian Gulliver
2026-04-12 07:50:20 +09:00
parent 846d6bb201
commit 761b740c10
6 changed files with 40 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
---
name: test
description: Run device tests on connected Picos. Use when the user says "test", "run tests", or wants to verify firmware behavior.
user-invocable: true
---
Run `go run ./cmd/picomap/ test all` from the project root. This runs all registered tests on the test device.
To list available tests: `go run ./cmd/picomap/ test list`
To run a specific test: `go run ./cmd/picomap/ test run <name>`