Refactor of capture buffer management between cores.

Instead of copying data into and out of FIFO, passing buffer pointers between cores that are sized to match preferred/ideal SD card write size.
This commit is contained in:
Jared Boone
2016-05-10 14:12:37 -07:00
parent 85a6ecd5dc
commit b82eff51dd
10 changed files with 180 additions and 73 deletions
+1
View File
@@ -146,6 +146,7 @@ CPPSRC = main.cpp \
proc_tpms.cpp \
proc_ert.cpp \
proc_capture.cpp \
stream_input.cpp \
dsp_squelch.cpp \
clock_recovery.cpp \
packet_builder.cpp \