AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

razyos/firmware-ai-reviewer

Prompt-chained LLM static analysis for embedded C firmware (CC2652R7/FreeRTOS)

🛠 AI-built C GitHub ↗
★ 0
stars
75
AI relevance
50
solo dev
1
tool sigs

SUMMARY AI summary by gpt-5-mini

firmware-ai-reviewer is a deterministic, prompt-chained static analysis tool for embedded C firmware (TI CC2652R7 Cortex‑M4F and STM32 F4/F7/H7 Cortex‑M4/M7, FreeRTOS/HAL). It addresses embedded-specific failures of generic LLM reviews (context dilution, constraint conflicts, lack of verifiability). Key features: - Multi‑phase pipeline: Phase 0 injects local headers (line numbers preserved); Phase 1 routes code to domain tags (RTOS, ISR, DMA, etc.); Phase 2 assembles platform-aware expert prompts; Phase 3 runs parallel experts (RTOS/ISR, Memory/Pointer, Hardware/DMA, UART, Security); Phase 4 merges and de‑dupes findings. - Each expert gets only domain rules, must produce a reasoning_scratchpad, and emits typed JSON (line_number, severity, rule, description, fix). - Deterministic inference (temperature=0.0), eval suite with seeded bugs and ground-truth rule IDs, configurable model profiles and CLI for single-file review or full eval.

AI Coding Tools Used

This repository contains config files from these AI coding tools, indicating AI-assisted development.

Claude Code CLAUDE.md

Language breakdown (by bytes)

C
54%
Python
46%

Owner

Account
razyos
Type
User
Followers
0

DevOps | Platform Engineer | AWS EKS · Terraform · GitOps · ArgoCD

Dates

Created on GitHub 2026-05-09
Last push 2026-05-09
First seen here 2026-05-09
Last fetched 2026-05-09 15:42

Similar repos (same language)

CollaboratorFuturity/futuresGarden_ESP

ESP32 version of Futures Garden AI youth from the future.

C 0 AI 45