mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-26 22:00:39 +03:00
Extend the test peripheral with receipt timestamps and an auto-recycle hook so runtime tests can observe handoff latency and sustain arrivals from dispatch completion. Add a standalone Unity app covering fixed first-submission deadlines, callback-entry batch drain, shared ESP timer task fairness, periodic timestamp light-sleep behavior, synchronous flush, dispatch latency, deinit races, bounded inflight peaks, and timeout conversion at both supported tick rates. Verify FIFO delivery and reject delayed-consumer and extra-marker false positives. Render BLE_LOG_RT_PERF lines in the performance log parser and cross-reference the runtime and performance apps from their READMEs.