Commit Graph

  • 4e29835538
    Update Android.mk Göran Mannberg 2020-07-06 01:01:10 +0200
  • 8e3c050b1c CMakeLists.txt: update test for _GNU_SOURCE to fix warnings Marc Kleine-Budde 2020-06-22 12:46:19 +0200
  • a5c049d37a slcanpty: add missing include sys/select.h Marc Kleine-Budde 2020-06-22 12:13:41 +0200
  • 57949154cc slcanpty: sort includes alphabetically Marc Kleine-Budde 2020-06-22 12:10:09 +0200
  • 24b73044c5
    Merge pull request #224 from marckleinebudde/canfdtest Marc Kleine-Budde 2020-06-29 18:18:18 +0200
  • b29a75d4c6 j1939cat: j1939cat_parse_args(): fix warning Marc Kleine-Budde 2020-06-22 12:23:24 +0200
  • 0f9c69c193 can-calc-bit-timing: fix warning Marc Kleine-Budde 2020-06-22 12:20:51 +0200
  • 13ecaa6d7e canfdtest: make number of frames in flight a command line option Marc Kleine-Budde 2020-06-22 11:24:26 +0200
  • d7f28a0ffe canfdtest: can_echo_dut(): check received frame for consistency Marc Kleine-Budde 2020-06-22 11:23:12 +0200
  • e393697112 canfdtest: can_echo_dut(): move functionality to increment frame data into separate function Marc Kleine-Budde 2020-06-22 11:13:43 +0200
  • 645cd1b1ba canfdtest: can_echo_dut(): make use of print_frame() instead of open coding it Marc Kleine-Budde 2020-06-22 11:12:11 +0200
  • aa5386f1cb canfdtest: print_frame(): add missing cast to uint8_t to avoid overruns Marc Kleine-Budde 2020-04-02 10:57:43 +0200
  • ff3d0e0d05 canfdtest: print_frame()/print_compare(): mark parameters "struct can_frame *" as const Marc Kleine-Budde 2020-06-22 11:10:25 +0200
  • 29605e3314 canfdtest: compare_frame(): remove stray space in front of "!" Marc Kleine-Budde 2020-06-22 11:09:24 +0200
  • d92adf68e8 canfdtest: main(): remove double ";" Marc Kleine-Budde 2020-06-22 11:08:35 +0200
  • 063e361cc5
    Merge pull request #194 from marckleinebudde/canfdtest-initialize-tx_frames Marc Kleine-Budde 2020-06-17 12:53:32 +0200
  • e9e1a02085
    Merge pull request #223 from marckleinebudde/jacd Marc Kleine-Budde 2020-06-17 12:51:32 +0200
  • 19b3ffe34b j1939acd: replace 0x0fed8 by constant J1939_PGN_ADDRESS_COMMANDED Marc Kleine-Budde 2020-06-17 12:37:30 +0200
  • 6553ccaf06
    Merge pull request #221 from josemic/patch-4 Marc Kleine-Budde 2020-06-17 12:34:51 +0200
  • bf3582c916
    Changed j1939acd help examples josemic 2020-06-17 11:06:32 +0200
  • 1b5d3adbe5
    Changed hardcoded hex number 0x0fed8 to j1939.h constant "J1939_PGN_ADDRESS_COMMANDED" josemic 2020-06-17 10:54:46 +0200
  • e15b044a1d
    Merge pull request #220 from olerem/j1939acd-verbose Marc Kleine-Budde 2020-06-16 14:35:57 +0200
  • 669fa79b21 j1939: Fix arithmetic on a pointer warning Oliver Hartkopp 2020-05-29 19:06:49 +0200
  • 75d9c7e95f j1939: Fix comparison type mismatch warnings Oliver Hartkopp 2020-06-12 19:57:58 +0200
  • 85ae5aaecf j1939acd: fix unused variable warning Oliver Hartkopp 2020-05-29 18:14:58 +0200
  • dbb7a3099d j1939: Fix arithmetic on a pointer warning Oliver Hartkopp 2020-05-29 19:06:49 +0200
  • ccd4889ddc j1939: Fix comparison type mismatch warnings Oliver Hartkopp 2020-06-12 19:57:58 +0200
  • 1f5c9638ab j1939acd: unify debug messages Oleksij Rempel 2020-06-12 14:37:22 +0200
  • 1d3125bef2 j1939acd: do not exit on debug messages Oleksij Rempel 2020-06-12 14:17:17 +0200
  • 62f995601e Android.mk: Introduce LOCAL_VENDOR_MODULE to build in AOSP tree Oliver Hartkopp 2020-05-29 20:15:33 +0200
  • 647210ee1c Android.mk: Add missing targets Oliver Hartkopp 2020-05-29 20:09:13 +0200
  • 5e7261e0a7 Formatter correction and replicated changes to stdout Pallavi Revanna 2020-06-02 12:46:43 -0700
  • 3125b3a975 Updated Tx/Rx changes to be backward compatible Pallavi Revanna 2020-05-30 11:07:04 -0700
  • eac93ced80 can-j1939-kickstart.md: fix example in documentation josemic 2020-05-30 15:28:25 +0200
  • 7a0b670646 can-j1939-kickstart.md: fix example in documentation josemic 2020-05-30 15:28:25 +0200
  • 16fd6334c7 Android.mk: Introduce LOCAL_VENDOR_MODULE to build in AOSP tree Oliver Hartkopp 2020-05-29 20:15:33 +0200
  • 7549a35fc7 Android.mk: Add missing targets Oliver Hartkopp 2020-05-29 20:09:13 +0200
  • 8ea410d34f Added CAN message direction (Tx or Rx) for log file recording in candump. Log file converters log2asc and asc2log are updated to parse the message direction. Pallavi Revanna 2020-05-29 09:31:42 -0700
  • b932d46bde j1939acd: fix unused variable warning Oliver Hartkopp 2020-05-29 18:14:58 +0200
  • da42cf4bb5 Android.mk: fix Android 10 build Gary Bisson 2020-05-28 14:02:46 +0200
  • 38d240fbb8 Added CAN message direction (Tx or Rx) for logging in candump and log2asc Pallavi Revanna 2020-05-28 14:38:15 -0700
  • f773edf6d3 Android.mk: fix Android 10 build Gary Bisson 2020-05-28 14:02:46 +0200
  • 43610bd621 Fix arithmetic on a pointer warning Gary Bisson 2020-05-28 15:05:56 +0200
  • 46895a41c5 Fix comparison type mismatch warnings Gary Bisson 2020-05-28 15:05:08 +0200
  • e86c363c10 Fix arithmetic on a pointer warning Gary Bisson 2020-05-28 15:05:56 +0200
  • 90f0cd0f32 Fix comparison type mismatch warnings Gary Bisson 2020-05-28 15:05:08 +0200
  • 2c87dcf468 can-utils: fix unused variable warnings Oliver Hartkopp 2020-05-28 19:29:11 +0200
  • 8df3d1dd3f
    Merge pull request #205 from josemic/patch-2 Marc Kleine-Budde 2020-05-27 09:07:24 +0200
  • 255e360233
    Update j1939acd.c josemic 2020-05-26 23:11:33 +0200
  • 5c6ca25963 Change path for canutils modules from system/bin to vendor/bin in case of building in AOSP tree Pavel Salomatov 2020-05-21 18:52:23 +0300
  • d91288f754 README: cansniffer is now also 29 bit CAN ID capable Oliver Hartkopp 2020-05-11 15:26:05 +0200
  • 9b75c6020f asc2log: support milliseconds resolution in date/time string Oliver Hartkopp 2020-05-10 19:22:53 +0200
  • 41c8ead6c0
    Rework for CAN FD support and fixes for asc to log file conversion tools Oliver Hartkopp 2020-05-10 16:45:21 +0200
  • 3bb659d18d asc2log: fix handling for RTR frames in Classic CAN mode Oliver Hartkopp 2020-05-10 15:09:55 +0200
  • 9cde2ebe8f asc2log: fix date string detection Oliver Hartkopp 2020-05-10 14:41:34 +0200
  • 7729c046c5 cangen: support ESI bit for CAN FD frame generation Oliver Hartkopp 2020-05-10 12:03:35 +0200
  • 61dbb56ef6 log2asc: support DLC values in Classic CAN RTR frames Oliver Hartkopp 2020-05-10 11:45:03 +0200
  • 3014d390b4 log2asc: support CANFD format also for Classic CAN Oliver Hartkopp 2020-05-10 11:22:05 +0200
  • ad9fc28f9e asc2log: add sanity checks for search pattern Oliver Hartkopp 2020-05-10 10:44:11 +0200
  • 9a079942cd log2asc: support CANFD asc file generation Oliver Hartkopp 2020-05-09 22:08:19 +0200
  • ed9c646608 log2asc: reorder code to prepare CAN FD support Oliver Hartkopp 2020-05-09 19:04:53 +0200
  • df0b25c17e asc2log: support CANFD tagged asc file content Oliver Hartkopp 2020-05-09 18:42:55 +0200
  • 3c8197e4d1 asc2log: make date time sting milliseconds aware Oliver Hartkopp 2020-05-09 18:19:24 +0200
  • 43a3cca54d asc2log: reorder code to prepare CAN FD support Oliver Hartkopp 2020-05-09 13:10:27 +0200
  • becc0fc6cc cansniffer: fix buffer length in readsettings() Oliver Hartkopp 2020-05-07 18:49:20 +0200
  • c5cb7e1a7c
    Merge pull request #200 from hartkopp/29bit-cansniffer Oliver Hartkopp 2020-05-07 18:35:50 +0200
  • 729e346d31
    cangen.c: added -c option for bursty output. (#201) Rasmus Pedersen 2020-05-05 10:14:58 +0200
  • 4acc74cbcf cangen.c: fix formatting Rasmus Pedersen 2020-05-05 08:37:42 +0200
  • e03fd06abe cangen.c: added -c option for bursty output. specify -c 100 to have 100 packets sent in burst before a gap. use for example -p 1000 to avoid TX buffer full errors Rasmus Pedersen 2020-05-01 12:58:44 +0200
  • 7575d43fd2 cangen: fix doubled description in help text Oliver Hartkopp 2020-04-29 19:11:41 +0200
  • 2a8867f3cb cansniffer: add short description in help text Oliver Hartkopp 2020-04-29 19:06:57 +0200
  • ab2e8ffe0e cansniffer: formatting and variable renaming Oliver Hartkopp 2020-04-29 18:56:25 +0200
  • ac55db508a cansniffer: exit after displaying help text Oliver Hartkopp 2020-04-29 09:55:28 +0200
  • 64e33bf9ad cansniffer: add new interactive commands to enable/disable SFF/EFF frames Oliver Hartkopp 2020-04-28 07:21:52 +0200
  • adf29573f4 cansniffer: add interactive command to clear/redraw the screen Oliver Hartkopp 2020-04-28 06:40:28 +0200
  • bd6ef44321 cansniffer: support EFF frames with 29 bit CAN IDs Oliver Hartkopp 2020-04-29 09:48:52 +0200
  • 6d112a7209 cansniffer: terminate when settings file is not found Oliver Hartkopp 2020-04-29 07:18:47 +0200
  • 6f44582c19 cansniffer: make use of if_nametoindex() Oliver Hartkopp 2020-04-29 06:57:16 +0200
  • 507ff82d81 cansniffer: remove CAN_BCM specific functionalities Oliver Hartkopp 2020-04-29 06:49:39 +0200
  • 1665abf46f can-utils: fix missing include of libgen.h Oliver Hartkopp 2020-04-28 19:14:52 +0200
  • 853989bed2 canplayer: make help text fit into 80 colums again Oliver Hartkopp 2020-04-28 19:01:45 +0200
  • f3ced10007 cangw: make help text fit into 80 colums again Oliver Hartkopp 2020-04-28 19:01:07 +0200
  • 819a03f6e2 candump: fix/unify help text indention Oliver Hartkopp 2020-04-28 18:59:37 +0200
  • e266422c54 isotpdump: make help text fit into 80 colums again Oliver Hartkopp 2020-04-28 18:57:26 +0200
  • 5ca66d7bea slcanpty: simplify tool decription in help text Oliver Hartkopp 2020-04-27 11:09:05 +0200
  • d007263021 cansend: simplify tool decription in help text Oliver Hartkopp 2020-04-27 10:53:02 +0200
  • f91b537c01
    Merge pull request #69 from gerasiov/help-reformat Oliver Hartkopp 2020-04-27 09:16:13 +0200
  • b43d1b4d27 cansend.c: Reformat help/usage output to be compatible with help2man. Alexander GQ Gerasiov 2020-04-11 14:19:51 +0300
  • f638cdc79b slcanpty.c: Reformat help/usage output to be compatible with help2man. Alexander GQ Gerasiov 2020-04-11 13:46:56 +0300
  • d89b38de8a jcat.c: Reformat help/usage output to be compatible with help2man. Alexander GQ Gerasiov 2020-04-11 13:46:56 +0300
  • d39cb046d1 testj1939.c: Reformat help/usage output to be compatible with help2man. Alexander Gerasiov 2018-02-11 22:09:36 +0300
  • 9e491bc553 slcand.c: Reformat help/usage output to be compatible with help2man. Alexander Gerasiov 2018-02-11 19:03:05 +0300
  • 09f6dc6d17 slcan_attach.c: Reformat help/usage output to be compatible with help2man. Alexander Gerasiov 2018-02-11 19:03:05 +0300
  • 8e6c11128d log2asc.c: Reformat help/usage output to be compatible with help2man. Alexander Gerasiov 2018-02-11 19:03:05 +0300
  • 276688f2ad jsr.c: Reformat help/usage output to be compatible with help2man. Alexander Gerasiov 2018-02-11 19:03:05 +0300
  • 0155472ee0 jspy.c: Reformat help/usage output to be compatible with help2man. Alexander Gerasiov 2018-02-11 19:03:05 +0300
  • 211c5cea49 can-calc-bit-timing.c: Reformat help/usage output to be compatible with help2man. Alexander GQ Gerasiov 2020-04-11 13:46:56 +0300
  • c1fdfb09fc jcat.c: Reformat help/usage output to be compatible with help2man. Alexander GQ Gerasiov 2020-02-04 22:28:49 +0300
  • 506252e9bc jacd.c: Reformat help/usage output to be compatible with help2man. Alexander Gerasiov 2018-02-11 19:03:05 +0300
  • 89c66aba5f isotptun.c: Reformat help/usage output to be compatible with help2man. Alexander Gerasiov 2018-02-11 19:03:05 +0300