Ring buffer implementation

First stab at implementing a ring buffer. Now tuning should be done.
The statistics report causes jitters and can be deactivated by lowering
the output verbosity.
This commit is contained in:
Sebastien Leclerc
2019-06-05 17:41:46 -04:00
parent 4e26f5df36
commit 832180a4e4
14 changed files with 448 additions and 238 deletions

4
main/embedded.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#if defined(ESP_PLATFORM)
#include "sdkconfig.h"
#endif