firmware.esp-idf-pin-contract
What It Checks
Checks an ESP-IDF firmware pin contract YAML against BoardReadyOps pinmap firmware labels.
When It Fires
Fires when firmware assigns a signal to the wrong hardware pin/net, adds a signal not in hardware, or omits a hardware firmware signal.
Configuration Example
version: 1
rules:
firmware.esp-idf-pin-contract:
enabled: true
severity: high
JSON Finding Details Shape
{ firmware, hardware, sources }
Report Context
Use this finding to decide whether the design package is ready for review, fabrication, or release. BoardReadyOps reports the condition and leaves design edits to the owning workflow.