aboutsummaryrefslogtreecommitdiff
path: root/libjaylink/target.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Minor code and documentation cleanupsMarc Schink1-5/+4
2016-10-29Use JAYLINK_ERR_IOMarc Schink1-0/+8
2016-10-29Remove (__)JAYLINK_TIF_MAXMarc Schink1-1/+9
2016-09-17Use error description in log messagesMarc Schink1-20/+40
2016-09-10Do not catch values not covered by an enumMarc Schink1-18/+8
2016-09-09Minor documentation cleanupsMarc Schink1-15/+11
2016-08-03Avoid 'interface' identifier in public APIMarc Schink1-14/+14
2016-07-17Doxygen: Add @since tagsMarc Schink1-0/+16
2016-05-15Change API of jaylink_get_speeds()Marc Schink1-9/+8
2016-04-25Use 'bool' instead of 'int' for boolean valuesMarc Schink1-12/+10
2016-01-31Change API of jaylink_select_interface()Marc Schink1-6/+13
2016-01-31Change API of jaylink_get_selected_interface()Marc Schink1-5/+12
2015-12-22Use spaces instead of tabs in Doxygen commentsMarc Schink1-14/+14
2015-09-21Use JAYLINK_ERR_PROTO.Marc Schink1-1/+2
2015-05-18target: Add function to retrieve interface speeds.Marc Schink1-0/+81
2015-03-23Change license to GPLv2+.Marc Schink1-1/+1
2015-03-02Move jaylink_set_speed() to target.c.Marc Schink1-0/+46
2015-03-02Mark visibility of public API and private functions.Marc Schink1-8/+10
2015-03-02Improve doxygen documentation.Marc Schink1-4/+6
2015-03-02target: Add functions to set/clear the reset signal.Marc Schink1-0/+80
2015-03-02target: Add support for interface selection.Marc Schink1-0/+189
2015-03-02Add function to set target power supply.Marc Schink1-0/+84