Commit graph

115 commits

Author SHA1 Message Date
Danila Gornushko
ff8d0a68cf
Merge pull request #4 from mrfussion/documentation
Documentation
2024-09-21 12:27:26 +03:00
Danila Gornushko
1ed69b107c
Merge pull request #5 from mrfussion/bump_console
Bump console
2024-09-21 12:25:35 +03:00
Maxximiliano Garcia Silva
7cf9731056 Bump console 2024-09-21 05:21:32 -03:00
Maxximiliano Garcia Silva
f4e5f6bd10 Revert "Add support for esp32"
This reverts commit 3aae26a437.
2024-09-20 19:19:11 -03:00
Max
b78d983c1f Add support for esp32 2024-09-20 19:16:09 -03:00
Danila Gornushko
aa8ff79313
Update README.md
The bug was fixed in 5.2.2
2024-06-27 10:49:30 +03:00
Danila Gornushko
ec377c95d6
Update README.md 2024-02-26 05:17:40 +03:00
okhsunrog
fdd2979572 v1.0.1 2024-02-23 20:03:06 +03:00
okhsunrog
bd8c15d127 fix console component 2024-02-23 19:57:33 +03:00
okhsunrog
529f5986d4 remove console component 2024-02-23 19:55:21 +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
87f5a42a91 Update README.md 2024-02-23 14:30:45 +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
23e634245c update sdkconfig.defaults 2024-02-23 12:18:20 +03:00
okhsunrog
25a99bf94b added littlefs support 2024-02-23 12:09:39 +03:00
okhsunrog
d7d2a6780d added littlefs 2024-02-23 11:47:40 +03:00
okhsunrog
81415d1ab4 changed cmake version 2024-02-23 11:44:07 +03:00
okhsunrog
bad317d04e added sdkconfig.defaults 2024-02-23 00:39:31 +03:00
okhsunrog
c65a2355e2 started fixing project 2024-02-22 23:47:16 +03:00
okhsunrog
36036c7f35 added LICENSE 2024-02-13 16:56:57 +03:00
Danila Gornushko
0dccd85b81
Merge pull request #1 from AndreiCherniaev/main
[doc] add link to habr
2024-02-13 11:27:49 +03:00
AndreiCherniaev
61699347db [doc] add link to habr 2024-02-13 16:24:42 +09:00
okhsunrog
198c5f8fe4 remove sdkconfig from git 2024-02-12 07:38:10 +03:00
okhsunrog
397a49e85e added sdkconfig.defaults 2024-02-12 07:34:42 +03:00
okhsunrog
a1c1ec7962 New TODO 2024-02-12 07:00:11 +03:00
okhsunrog
51d6ae7dd6 Rename can_messages to uart_tx_ringbuf 2024-02-12 03:58:10 +03:00
okhsunrog
382627a9c2 added console as submodule 2024-02-11 00:12:36 +03:00
okhsunrog
df0790bb7d remove console component 2024-02-11 00:11:36 +03:00
Данила Горнушко
98b406b571 some linenoise refactoring 2023-12-16 13:08:17 +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
Данила Горнушко
6a539824be update README 2023-11-29 15:48: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