Commit Graph
86 Commits
Author SHA1 Message Date
John 2678d95053 Merge remote-tracking branch 'origin/master' 2021-09-11 14:59:45 +02:00
John c69dfa7b99 add some verbose calibration data 2021-04-18 15:47:34 +02:00
Steffen Pankratz 7c699be734 fix ISO C++11 does not allow conversion from string literal to 'char *'
Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
2021-04-12 20:19:16 +02:00
John 4909d43e2a add wildcard to help 2021-01-24 09:26:54 +01:00
John 8d3c363908 add option to use wildcard in port to try all matching 2021-01-23 16:40:12 +01:00
John 3af8ede096 updated copyright year 2021-01-16 08:32:09 +01:00
john30 5c07889801 formatting 2021-01-10 15:36:02 +01:00
John 8bd35646d3 formatting 2021-01-10 15:12:59 +01:00
John-Michael Baier 326ff4bcde better help text for IP settings 2020-12-25 14:37:27 +01:00
John-Michael Baier 6b1a243d3a use high speed as default, fix current checksum 2020-12-20 17:09:38 +01:00
John-Michael Baier e95466f148 corrected file checksum calculation, print flash range 2020-12-20 17:02:43 +01:00
John-Michael Baier 8eb918aff6 updated to new features/output 2020-12-19 17:18:28 +01:00
John-Michael Baier 13230b4845 print hash for bootloader and firmware versions and allow extracting firmware file version and hash, nicer output formatting 2020-12-19 17:11:01 +01:00
John-Michael Baier 509ad6e95a add high speed mode 2020-12-19 12:33:59 +01:00
John-Michael Baier 96d5623ce9 add ebuspicloader readme 2020-12-10 21:50:25 +01:00
John-Michael Baier febc3a10d3 missing include 2020-12-09 22:35:34 +01:00
John-Michael Baier 7784b89e33 lock the device, fix baudrate setting 2020-12-09 22:32:13 +01:00
John-Michael Baier 65c302ae1a add missing .cpp 2020-12-06 17:28:18 +01:00
John-Michael Baier a2a7feb190 compiler warnings 2020-12-06 17:25:00 +01:00
john30 358d662e5d fix timespec usage 2020-12-06 17:18:25 +01:00
John-Michael Baier 4e8d761d2c add PIC loader 2020-12-06 17:01:32 +01:00
john30 f15279815e fix for use with xargs 2019-11-24 12:15:00 +01:00
john30 3af05a251e added mini install target 2018-05-10 13:32:12 +02:00
john30 1c17f7c466 use nullptr instead of NULL 2018-05-06 14:54:52 +02:00
john30 343a67f06a added timeout and exit code (fixes #122) 2018-04-04 17:56:29 +02:00
john30 fa78ae73f0 updated copyright year 2018-01-28 15:17:33 +01:00
john30 7b11a540b6 added conditional messages to find command with "-a" option and include condition prefix for CSV format
also allow passing scan messages with --checkconfig and --scanconfig (without --inject)
be more verbose on errors in configuration files
improved code style
2017-05-01 15:31:09 +02:00
john30 18fc12499b introduced symbol_t, added SymbolString::dataAt() and ::isMaster(), renamed SymbolString::getDataStr() to getStr(), use size_t/ssize_t where appropriate, simplified by use of new SymbolString methods, corrected broadcast scan conversion, use override declaration 2017-03-04 14:01:20 +01:00
john30 ca164185dc fix doxygen and put everything besides main function in namespace ebusd 2017-02-25 16:12:09 +01:00
john30 551f71ba21 aligned makefiles to using include with paths 2017-02-25 14:59:31 +01:00
john30 0c4b174636 check argp availability and allow using as library, made ready for Windows build in cygwin 2017-02-05 11:10:03 +01:00
john30 bbc29bdb2f switched to absolute include dirs, formatting 2017-02-04 19:28:31 +01:00
john30 937e0ed9e5 fixed compiler warnings 2017-01-28 09:32:07 +01:00
john30 1dea34e4b5 added cmake support 2017-01-22 13:55:21 +01:00
john30 87b30afcec switch to using lib instead of *.o 2017-01-22 13:54:29 +01:00
john30 f1c5c0ab28 updated copyright year 2017-01-15 11:10:08 +01:00
john30 5bf2f124b3 code style 2017-01-14 19:00:47 +01:00
john30 ebcb260d5f use spaces instead of tab 2017-01-14 18:01:37 +01:00
john30 774e01e937 use own namespace 2017-01-14 16:41:54 +01:00
john30 54a6c0f673 code style 2017-01-14 15:02:10 +01:00
john30 b3bb2e08ac code style 2017-01-14 13:00:04 +01:00
john30 71117b40b6 formatting 2016-12-11 16:29:56 +01:00
john30 d0a3363ba9 moved common flags to configure, added test target 2016-05-27 10:00:09 +02:00
john30 d5b07f5783 added support for UDP devices, added buffer for network devices, added option for sending an initial symbol after opening a network device, added option for setting transfer latency and use default 10 ms for network device, set TCP_NODELAY for TCP device socket, flush potentially buffered input on network device when connecting 2016-05-05 12:39:52 +02:00
john30 9f1d7ee331 fix for checking closing input (similar to 4eb1803, see pull request #15) 2016-02-27 12:25:54 +01:00
john30 767cb9bc1f updated copyright year 2016-01-06 13:54:01 +01:00
john30 9dbdeffe0c unified copyright notice 2015-11-07 14:47:13 +01:00
john30 b4f89ab5dc support pselect again 2015-11-07 11:09:59 +01:00
john30 79c924aa1e optimized 2015-10-31 16:24:08 +01:00
john30 b8b52efde4 fix for numeric parsing of empty string 2015-06-04 13:01:47 +02:00