X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fkingst-la2016%2Fprotocol.h;h=dd1092446d06d6db15fa1c19007615b465a3fe11;hb=81ceb6a51dd666987fb5c67b83c5ba14d105b301;hp=3fdf827932cc62e5744ff7c7551f97a65e57daa4;hpb=69320ad31c261df3e191aeb4c87daed299068661;p=libsigrok.git diff --git a/src/hardware/kingst-la2016/protocol.h b/src/hardware/kingst-la2016/protocol.h index 3fdf8279..dd109244 100644 --- a/src/hardware/kingst-la2016/protocol.h +++ b/src/hardware/kingst-la2016/protocol.h @@ -67,7 +67,7 @@ * The device expects some zero padding to follow the content of the * file which contains the FPGA bitstream. Specify the chunk size here. */ -#define LA2016_EP2_PADDING 2048 +#define LA2016_EP2_PADDING 4096 /* * Whether the logic input threshold voltage is a config item of the @@ -113,6 +113,7 @@ struct kingst_model { uint64_t samplerate; /* Max samplerate in Hz. */ size_t channel_count; /* Max channel count (16, 32). */ uint64_t memory_bits; /* RAM capacity in Gbit (1, 2, 4). */ + uint64_t baseclock; /* Base clock to derive samplerate from. */ }; struct dev_context {