AI開発影響研究所 EN
← ランキング · AI関連リポジトリ

razyos/firmware-ai-reviewer

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

🛠 AI製作 C GitHub ↗
★ 0
stars
75
AI関連スコア
50
個人開発度
1
AIツール痕跡

SUMMARY AI要約 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コーディングツール

このリポジトリには以下のAIコーディングツールの設定ファイルが置かれており、開発時にAIアシスタントが利用された痕跡があります。

Claude Code CLAUDE.md

使用言語(バイト数比)

C
54%
Python
46%

オーナー情報

アカウント
razyos
タイプ
User
フォロワー
0

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

日付

GitHub作成日 2026-05-09
最終Push 2026-05-09
当サイト初検出 2026-05-09
最終取得 2026-05-09 15:42

類似Repo (同じ言語のAI関連Repo)

CollaboratorFuturity/futuresGarden_ESP

ESP32 version of Futures Garden AI youth from the future.

C 0 AI 45