]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: update developer comments, motivated by LA5032 support
authorGerhard Sittig <redacted>
Sun, 16 Oct 2022 10:43:50 +0000 (12:43 +0200)
committerGerhard Sittig <redacted>
Sun, 16 Oct 2022 10:43:50 +0000 (12:43 +0200)
commit92ca309ffb3b387e4e1e78d99a5dd8ef5119587a
tree6b3b0be862d026d2b44b608e07bb300987d6bb57
parent4c1bfdf3e9cca9e0ee61bd8ed4925fc5cac14fc5
kingst-la2016: update developer comments, motivated by LA5032 support

User feedback in bug #1805 provides information on the sample memory
layout for the 32-channel model in the Kingst LA series. Adjust comments
for improved readability/maintainability, and for awareness of variants
across different models.

Rework the send_chunk() comment. This routine deals with captures to the
device's internal RAM. Memory layout differs quite a lot between models
with 16 and with 32 channels.

Rephrase the stream_data() comment. This routine deals with continuous
streams of uncompressed data which bypasses the device's local memory.

Reported-By: Roman Shishkin <redacted>
src/hardware/kingst-la2016/protocol.c