Skip to content

Commit d7ac384

Browse files
authored
Version 0.3.0 (#12)
* V0.3.0 * Lock calibration segments for read access instead of sync * Bugfixes * Demo projects updated
1 parent fd0a6f4 commit d7ac384

File tree

187 files changed

+66584
-176265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+66584
-176265
lines changed

.gitignore

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11

22
target
3-
/target
4-
cargo.lock
5-
/cargo.lock
6-
7-
/xcp_type_description_derive/target
8-
93

104

115
# Misc
126
.DS_Store
13-
*.json
147
*.tmp
158
*.bin
169

@@ -24,27 +17,22 @@ cargo.lock
2417
RecycleBin.ini
2518
CANapeTmpMea.ini
2619
~CANapeCurrentCfg.tmp
27-
/CANape/~CANapeCurrentCfg.gvc
20+
~CANapeCurrentCfg.gvc
2821

2922
# Autogenerated by rust-bindgen
3023
# src/xcp/xcplib.rs
3124

25+
# Ignore devcontainer
26+
.devcontainer
27+
28+
3229
# Artefacts generated by examples and tests
33-
xcp_test.a2l
34-
xcp_client.a2l
35-
xcp_client_autodetect.a2l
36-
test_single_thread.a2l
37-
test_multi_thread.a2l
38-
tokio_demo_autodetect.a2l
39-
xcp_benchmark.a2l
40-
hello_xcp.a2l
41-
tokio_demo.a2l
42-
rayon_demo.a2l
43-
point_cloud.a2l
44-
mandelbrot.a2l
30+
test*.json
31+
test*.a2l
32+
33+
/*.a2l
34+
/*.json
35+
4536
mandelbrot.png
46-
multi_thread_demo.a2l
47-
single_thread_demo.a2l
48-
multi_thread_demo_autodetect.a2l
4937

5038

CANape.png

-1020 KB
Binary file not shown.

CANape/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)