mirror of
https://github.com/ruvnet/RuView
synced 2026-06-09 10:13:17 +00:00
523be943b0
9-layer QEMU testing platform (ADR-061) and YAML-driven swarm configurator (ADR-062) for ESP32-S3 firmware testing without hardware. 12 commits, 56 files, +9,500 lines. Tested on Windows with Espressif QEMU 9.0.0 — firmware boots, mock CSI generates frames, 14/16 validation checks pass. 39 bugs found and fixed across 2 deep code reviews. Closes #259 Co-Authored-By: claude-flow <ruv@ruv.net>
6 lines
122 B
C
6 lines
122 B
C
/* Stub: redirect to unified stubs header. */
|
|
#ifndef ESP_LOG_H_STUB
|
|
#define ESP_LOG_H_STUB
|
|
#include "esp_stubs.h"
|
|
#endif
|