Add deterministic decoupling, I2C pull-up, and reset-float checks.

Flag supply nets with no cap to ground and open-drain I2C/reset nets with no pull-up, without guessing datasheet capacitor values.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-28 16:59:32 +02:00
co-authored by Cursor
parent d6b8b0086c
commit b1ee445da8
4 changed files with 434 additions and 1 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ class Finding(BaseModel):
status: Literal["ERROR", "WARNING", "INFO"]
recommendation: str = ""
reference: str = ""
source: str | None = None # None/"review" = LLM datasheet review; "pin_mux_check"/"led_current_check" = deterministic
source: str | None = None # None/"review" = LLM; "pin_mux_check"/"led_current_check"/"supply_decoupling_check"/… = deterministic
class ValidationReport(BaseModel):