Commit graph

67 commits

Author SHA1 Message Date
okhsunrog
7a9d6c82fa Migrating from using deprecated functions for esp32 2024-09-23 03:57:40 +03:00
okhsunrog
6fe97707f2 Disable endless loop warning + migrating from using deprecated functions 2024-09-23 03:40:02 +03:00
Max
3aae26a437 Add support for esp32 2024-09-20 16:54:40 -03:00
okhsunrog
c1c1e16448 v1.0.0
size and perfomance optimizations, twai in isr, littlefs tweaking, less
bootloader logs, app now fits on 1 MB flash chips
2024-02-23 16:38:17 +03:00
okhsunrog
3edc863806 clear history command 2024-02-23 14:17:58 +03:00
okhsunrog
6b639ff6fc clrhistory commmand 2024-02-23 12:31:19 +03:00
okhsunrog
25a99bf94b added littlefs support 2024-02-23 12:09:39 +03:00
okhsunrog
c65a2355e2 started fixing project 2024-02-22 23:47:16 +03:00
okhsunrog
51d6ae7dd6 Rename can_messages to uart_tx_ringbuf 2024-02-12 03:58:10 +03:00
Данила Горнушко
c76a9669d8 refactoring 2023-12-16 12:51:13 +03:00
Данила Горнушко
526ead055a fix memory leak 2023-11-29 16:10:05 +03:00
Данила Горнушко
cbf3d97f5c remove some comments and redundant type 2023-11-29 15:52:06 +03:00
Данила Горнушко
e794b50f2c fix software filtering staying on 2023-11-29 15:43:02 +03:00
Данила Горнушко
6bc8fbe979 fix smartfilter hint 2023-11-29 15:35:55 +03:00
Данила Горнушко
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