Commit b6e55a7
2 files changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
- .gitignore+6
- .vscode/launch.json+62-6
- .vscode/settings.json-57
- .vscode/tasks.json+133-7
- CANape.aml+169
- CMakeLists.txt+178-142
- README.md+60-34
- build.bat+6
- docs/xcplib.md+15-93
- docs/xcplib_cfg.md+262
- examples/c_demo/src/main.c+25-26
- examples/cpp_demo/CANape/CANape.ini+73-73
- examples/cpp_demo/src/main.cpp+3-3
- examples/cpp_demo/src/sig_gen.hpp+1-1
- examples/hello_xcp/CANape/CANape.ini+155-148
- examples/hello_xcp/CANape/CanapeCmd.ini+503-493
- examples/hello_xcp/CANape/xcp_demo.cna+81-58
- examples/hello_xcp/CANape/xcp_demo_autodetect.a2l+29-15
- examples/hello_xcp/src/main.c+16-16
- examples/multi_thread_demo/src/main.c+365-366
- examples/struct_demo/src/main.c+4-5
- src/a2l.c+1.5k-1.4k
- src/a2l.h+612-583
- src/dbg_print.h+9-2
- src/main_cfg.h+1-1
- src/persistency.c+5-1
- src/persistency.h+13-1
- src/platform.c+989-989
- src/platform.h+373-364
- src/xcp.h+11-2
- src/xcpAppl.c+4-4
- src/xcpEthServer.c+1-2
- src/xcpEthServer.h+11-2
- src/xcpEthTl.c+1-2
- src/xcpEthTl.h+12
- src/xcpLite.c+3.5k-3.5k
- src/xcpLite.h+19-6
- src/xcpQueue.h+11-2
- src/xcpQueue64.c+1-199
- src/xcp_cfg.h+31-7
- test/a2l_test/CANape/CANape.ini+3.0k
- test/a2l_test/CANape/CanapeCmd.ini+6.4k
- test/a2l_test/CANape/XCP_104.aml+1.3k
- test/a2l_test/CANape/xcp_demo.cna+973
- test/a2l_test/CANape/xcp_demo_autodetect.a2l+324
- test/a2l_test/a2l_test_expected.a2l+324
- test/a2l_test/src/main.c+497-33
- test/type_detection_test/src/c_version_test.c+66
- test/type_detection_test/src/cpp_version_test.cpp+89
- test/type_detection_test/src/main.c+5-1
- test/type_detection_test/src/main.cpp+5-1
- xcplib.h+135-65
0 commit comments