Commit graph

53 commits

Author SHA1 Message Date
Данила Горнушко
cc52b36f24 fix missing arg end 2023-11-29 15:28:18 +03:00
Данила Горнушко
bfb8465657 finished matches_filters logic 2023-11-29 14:27:22 +03:00
Данила Горнушко
d6f6a2f4d5 finished cansmartfilter command 2023-11-29 14:18:54 +03:00
Данила Горнушко
28c7242587 added function to destroy list 2023-11-29 12:01:20 +03:00
Данила Горнушко
c86191a104 added linked list and control of adv filters + some fixes + finished
simple filtering
2023-11-29 11:27:23 +03:00
Данила Горнушко
a841d5c44b continue to add filters. more templates, added commands 2023-11-29 09:30:15 +03:00
Данила Горнушко
42b7132b89 Adding basic can filters support 2023-11-28 18:59:40 +03:00
Данила Горнушко
4b95cb9a53 fix error passive after can restart 2023-11-28 18:26:16 +03:00
Данила Горнушко
f28e4d953f added corrent canup with parameters (speed, mode, autorecovery) 2023-11-28 18:21:07 +03:00
Данила Горнушко
de9ef8984b refactor argtable options registration 2023-11-28 17:09:17 +03:00
Данила Горнушко
c2ec00dcf2 refactoring cmd 2023-11-28 15:49:01 +03:00
Данила Горнушко
e98c330b67 some fixes 2023-11-28 15:26:25 +03:00
Данила Горнушко
0433229be1 improve canstart 2023-11-28 15:05:24 +03:00
Данила Горнушко
3534cde47f improve some docs, impove candown 2023-11-28 15:02:00 +03:00
Данила Горнушко
3306550a16 Impove cansend 2023-11-28 14:45:51 +03:00
Данила Горнушко
b95a972949 better alarms and can recovery 2023-11-28 14:40:41 +03:00
Данила Горнушко
c0d8d19051 fix candown 2023-11-28 14:26:40 +03:00
Данила Горнушко
cc79d4e954 add timestamp control 2023-11-28 14:24:17 +03:00
Данила Горнушко
ebca79b676 minimal can receive delay 2023-11-28 13:59:41 +03:00
Данила Горнушко
c85792c265 added timestamps and new print function 2023-11-28 13:37:17 +03:00
Данила Горнушко
09a14f390d added tec/rec counters 2023-11-28 12:44:54 +03:00
Данила Горнушко
563c2fd641 working prompt update 2023-11-28 12:24:21 +03:00
Данила Горнушко
860bdd833d prepare to change prompt. a lot of fixes 2023-11-28 12:05:58 +03:00
Данила Горнушко
901c077207 -multiline +restart on ctrl_c 2023-11-28 10:08:40 +03:00
Данила Горнушко
6cb2ec72c3 added alerts 2023-11-28 09:51:44 +03:00
Данила Горнушко
d037b1412c refactoring 2023-11-28 08:55:08 +03:00
Данила Горнушко
c3594ab41e fix logs while canup + make curr_can_state volatile 2023-11-28 08:21:04 +03:00
Данила Горнушко
4315b513d7 fixed missing newline 2023-11-28 07:04:56 +03:00
Данила Горнушко
18514d4d96 probably working canup, candown, canstop, new realization on canstats 2023-11-26 13:55:32 +03:00
Данила Горнушко
ba67c741d9 adding can_mutex 2023-11-26 08:34:12 +03:00
Данила Горнушко
d651f083b9 continue adding new commands 2023-11-25 11:01:19 +03:00
Данила Горнушко
423d1f172b adding new commands 2023-11-25 10:37:35 +03:00
Данила Горнушко
47a956d458 Working send_can_frame args parsing, now we can use it to actually
communicate!
2023-11-24 18:11:06 +03:00
Данила Горнушко
1a60cc4f3c fixed bug 2023-11-24 16:22:22 +03:00
Данила Горнушко
d1349d9a37 working cansend (don't parse args yet) 2023-11-24 15:46:30 +03:00
Данила Горнушко
c4da4bd248 adding can_cmd 2023-11-24 13:13:14 +03:00
Данила Горнушко
db30acc651 Now we can send ping + nice colorful messages 2023-11-24 12:02:17 +03:00
Данила Горнушко
49a969708c adding support for changing prompt on the fly 2023-11-24 09:37:27 +03:00
Данила Горнушко
823cb8d711 fix some bugs 2023-11-24 09:31:05 +03:00
Данила Горнушко
1efb4699d4 some code refactoring 2023-11-24 08:59:26 +03:00
Данила Горнушко
89cdbfd39c adding cmd_can 2023-11-24 08:43:28 +03:00
Данила Горнушко
36af7aa6fd remove extra code from cmd_system 2023-11-24 08:30:27 +03:00
Данила Горнушко
7faf5238db increate ringbuf size 2023-11-24 07:20:27 +03:00
Данила Горнушко
d369c704db increate timeout 2023-11-24 07:19:01 +03:00
Данила Горнушко
ce16a87a06 increate max string size 2023-11-24 07:18:05 +03:00
Данила Горнушко
b3729cff92 rename xvprintf to vxprintf 2023-11-24 07:16:58 +03:00
Данила Горнушко
27c4f26f8f fix bug with snprintf used instead of vsnprintf 2023-11-24 07:15:11 +03:00
Данила Горнушко
598669779f Working simultaneous output and console, redefined LOG function 2023-11-24 06:49:17 +03:00
Данила Горнушко
a583c32ba3 My linenoise + console component from esp-idf master + a few fixes 2023-11-24 01:25:02 +03:00
Данила Горнушко
e17520f632 temporary use old version of console component with old linenoise 2023-11-22 20:43:11 +03:00