libsigrok/hardware/zeroplus-logic-cube
Uwe Hermann 4afdfd4628 Add and use std_session_send_df_header().
This is a small helper function which sends the SR_DF_HEADER packet that
drivers usually emit in their hw_dev_acquisition_start() API callback.
It simplifies and shortens the hw_dev_acquisition_start() functions
quite a bit.

It also simplifies the input modules which send an SR_DF_HEADER packet, too.

This patch also automatically removes some unneeded malloc/free in some
drivers for the 'packet' and 'header' structs used for SR_DF_HEADER.
2013-02-07 10:46:28 +01:00
..
Makefile.am sr/srd: Remove/fix non-applicable autotools stuff. 2011-12-30 11:14:24 +01:00
analyzer.c zeroplus: Use message logging helpers. 2013-02-01 00:24:40 +01:00
analyzer.h zeroplus-logic-cube: Fix samplerate and trigger 2012-11-05 11:46:58 +01:00
gl_usb.c zeroplus: Use message logging helpers. 2013-02-01 00:24:40 +01:00
gl_usb.h sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
protocol.h zeroplus: Use message logging helpers. 2013-02-01 00:24:40 +01:00
zeroplus.c Add and use std_session_send_df_header(). 2013-02-07 10:46:28 +01:00