]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
BigBuf and tracing rework: allow much longer traces in in hf commands
authorpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 27 Jan 2015 07:34:48 +0000 (08:34 +0100)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 28 Jan 2015 06:18:51 +0000 (07:18 +0100)
- provided a BigBuf_malloc() function to dynamically allocate parts of BigBuf
  e.g. for DMA-Buffers, Frame-Buffers, Emulator-Memory
- the whole rest of BigBuf is now available for traces (instead of a small fixed amount)
- send actual traceLen together with trace data
- changed client side to cope with varying traceLen
- changed small buffers to automatic variables instead of parts of BigBuf


No differences found
Impressum, Datenschutz