File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 12
12
build-windows :
13
13
runs-on : windows-latest
14
14
permissions : write-all
15
+ outputs :
16
+ upload_url : ${{ steps.create_release.outputs.upload_url }}
15
17
steps :
16
18
- name : Checkout
17
19
uses : actions/checkout@v4
@@ -137,7 +139,7 @@ jobs:
137
139
env :
138
140
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
139
141
with :
140
- upload_url : ${{ steps.create_release .outputs.upload_url }}
142
+ upload_url : ${{ needs.build-windows .outputs.upload_url }}
141
143
asset_path : ./resources/bin/ecb_cli
142
144
asset_name : ecb_cli
143
145
asset_content_type : application/octet-stream
@@ -147,7 +149,7 @@ jobs:
147
149
env :
148
150
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
149
151
with :
150
- upload_url : ${{ steps.create_release .outputs.upload_url }}
152
+ upload_url : ${{ needs.build-windows .outputs.upload_url }}
151
153
asset_path : ./dist/ecubus-pro_${{ env.VERSION }}_amd64.deb
152
154
asset_name : ecubuspro_${{ env.VERSION }}_amd64.deb
153
155
asset_content_type : application/vnd.debian.binary-package
Original file line number Diff line number Diff line change @@ -40,20 +40,20 @@ See our [User Manual](./docs/um/concept.md) for detailed documentation.
40
40
41
41
| Vendor | Supported Protocols |
42
42
| --------| -------------------|
43
- | PEAK | CAN/ CAN-FD/ LIN |
44
- | KVASER | CAN/ CAN-FD |
45
- | ZLG | CAN/ CAN-FD |
46
- | Toomoss | CAN/ CAN-FD (Coming Soon) |
43
+ | PEAK | CAN CAN-FD LIN |
44
+ | KVASER | CAN CAN-FD |
45
+ | ZLG | CAN CAN-FD |
46
+ | Toomoss | CAN CAN-FD (Coming Soon) |
47
47
48
48
#### Software Features
49
49
50
50
| Feature | Capabilities |
51
51
| ---------| -------------|
52
- | Platform Support | • Windows (exe)< br >• Linux (deb) |
53
- | UDS | • Over CAN/CAN-FD< br >• Over DoIP< br >• Over LIN |
54
- | Scripting | • UDS< br >• CAN< br >• LIN< br >• KeyBoard< br >• SerialPort |
55
- | Database | • LIN LDF (edit and export) |
56
- | Graph | • Signal Graph |
52
+ | Platform Support | Windows (exe,portable) Linux (deb) |
53
+ | UDS | CAN/CAN-FD DoIP LIN |
54
+ | Scripting | see [ script ] ( ./docs/um/script.md ) |
55
+ | Database | LIN LDF (edit and export) |
56
+ | Graph | Signal Graph |
57
57
58
58
### Visual Overview
59
59
You can’t perform that action at this time.
0 commit comments