]> sigrok.org Git - libsigrok.git/commit
asix-sigma: move DRAM line buffer allocation closer to its use
authorDaniel Trnka <redacted>
Thu, 12 Mar 2020 11:08:35 +0000 (12:08 +0100)
committerUwe Hermann <redacted>
Tue, 24 Mar 2020 18:20:40 +0000 (19:20 +0100)
commit440810958cc56f9202f5696c92ab15470cdfa94b
tree7d52002ea822e48bfdb7388fda47dd795803b3dd
parentf73b00b647ccca65e1aaba21a1b826f3f4b965ab
asix-sigma: move DRAM line buffer allocation closer to its use

Move the allocation of the DRAM line buffer in the sample download code
path closer to the location where that buffer is used and gets released.
src/hardware/asix-sigma/protocol.c