libsigrok/hardware/sysclk-lwla
Daniel Elstner 5413df1952 sysclk-lwla: Limit use of SR_ERR_ARG to user-supplied arguments.
The return code SR_ERR_ARG is intended for reporting unsupported
or inapplicable device configuration settings and is not a hard
error.  In order to indicate failure of internal sanity checks,
use SR_ERR_BUG instead.
2014-01-28 23:26:16 +01:00
..
Makefile.am sysclk-lwla: Implement support for the LWLA1034. 2014-01-14 19:33:31 +01:00
api.c sysclk-lwla: Implement config_commit() callback. 2014-01-23 02:43:16 +01:00
lwla.c sysclk-lwla: Limit use of SR_ERR_ARG to user-supplied arguments. 2014-01-28 23:26:16 +01:00
lwla.h sysclk-lwla: Load bitstream files in RBF format. 2014-01-25 20:44:42 +01:00
protocol.c sysclk-lwla: Load bitstream files in RBF format. 2014-01-25 20:44:42 +01:00
protocol.h sysclk-lwla: Implement config_probe_set() callback. 2014-01-23 02:36:13 +01:00