mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-26 13:10:40 +00:00
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>
5 lines
126 B
C
5 lines
126 B
C
/* Stub: redirect to unified stubs header. */
|
|
#ifndef ESP_TIMER_H_STUB
|
|
#define ESP_TIMER_H_STUB
|
|
#include "esp_stubs.h"
|
|
#endif
|