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

6
.gitignore vendored
View File

@@ -30,6 +30,11 @@
*.out
*.app
# Build files with potential private info
build/
sdkconfig
sdkconfig.old
# =========================
# Operating System Files
# =========================
@@ -56,7 +61,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
sdkconfig
*.save
libs/