Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
516b74a
fixed deleting nodes and added strict modification logic
coderask Mar 22, 2026
2ce4c86
Automatic Web Format: Standardized formatting automatically
github-actions[bot] Mar 22, 2026
b52e647
does not use header files anymore, everything is parsed from CANDO file
coderask Mar 24, 2026
cf2d7c2
Automatic Web Format: Standardized formatting automatically
github-actions[bot] Mar 24, 2026
6f20c55
Merge branch 'main' into GRCANDO_editor_refinement
dchansen06 Mar 25, 2026
2f8bce4
fix lots of duplicate files
coderask Mar 26, 2026
cb757ad
fix custom msg descriptions + UI cleanup + code cleanup
coderask Mar 27, 2026
ffb8ab9
Automatic Web Format: Standardized formatting automatically
github-actions[bot] Mar 27, 2026
64c73b3
updated GRCAN.CANdo file
coderask Mar 27, 2026
692f245
message expanded by default
coderask Mar 27, 2026
28a9bbd
Merge branch 'main' into GRCANDO_editor_refinement
dchansen06 Mar 28, 2026
db955ab
partial update + beta graph view
coderask Mar 29, 2026
5d7fd96
partial update + beta graph view
coderask Mar 29, 2026
f8cf3fc
Automatic Web Format: Standardized formatting automatically
github-actions[bot] Mar 29, 2026
b2fc7f3
Merge branch 'main' into GRCANDO_editor_refinement
dchansen06 Mar 30, 2026
24ff97a
CROSS CHECK - Setup ECU state as bit instead of number
dchansen06 Mar 30, 2026
c021bfb
Fix numbers for bit start
dchansen06 Mar 30, 2026
e03e9b9
CROSS CHECK - Setup new ECU ping block map and cascade changes
dchansen06 Mar 30, 2026
31fd169
CROSS CHECK - No longer have ECU pinging itself
dchansen06 Mar 30, 2026
4b15f5e
CROSS CHECK - Remove extraneous can id override
dchansen06 Mar 30, 2026
4697fbc
fix minor stuff
coderask Mar 31, 2026
5c44a21
Automatic Web Format: Standardized formatting automatically
github-actions[bot] Mar 31, 2026
e92a054
Automatic Web Format: Standardized formatting automatically
github-actions[bot] Mar 31, 2026
bd477b9
add ECU perofmrance message
coderask Mar 31, 2026
fec5910
Ecu thing
coderask Mar 31, 2026
20bd25c
Merge branch 'main' into GRCANDO_editor_refinement
dchansen06 Mar 31, 2026
a48cc43
fix things for merge
coderask Mar 31, 2026
38af778
Automatic Web Format: Standardized formatting automatically
github-actions[bot] Mar 31, 2026
90ef335
fix cando
coderask Mar 31, 2026
7f83575
fix cando with tabbed comments
coderask Mar 31, 2026
0813840
good tabs
coderask Mar 31, 2026
ff0f549
fix github actions
coderask Mar 31, 2026
c21bb6c
Caroline com (#387)
CrolineCrois Mar 31, 2026
35e207e
fixed STRUCTparser
coderask Mar 31, 2026
5cd6c04
Automatic Perl Tidy: Standardized formatting automatically
github-actions[bot] Mar 31, 2026
185dbc7
Automatic CANfigurator: Updated CAN files automatically
github-actions[bot] Mar 31, 2026
57b59db
fix linter errors
coderask Mar 31, 2026
2eb7aeb
Merge branch 'main' into GRCANDO_editor_refinement
dchansen06 Mar 31, 2026
09afdab
added state messages and modified STRUCTparser
krai19 Apr 1, 2026
5eb46cb
Merge branch 'GRCANDO_editor_refinement' of https://github.com/Gaucho…
krai19 Apr 1, 2026
2e2db73
Automatic CANfigurator: Updated CAN files automatically
github-actions[bot] Apr 1, 2026
e4ffde2
Automatic Perl Tidy: Standardized formatting automatically
github-actions[bot] Apr 1, 2026
4ee18e6
Cross-check -- Made using website
dchansen06 Apr 2, 2026
75b0db4
Automatic CANfigurator: Updated CAN files automatically
github-actions[bot] Apr 2, 2026
db01374
Change `GR_OLD` to `GRCAN` for struct parser
dchansen06 Apr 2, 2026
aa3e61f
Automatic CANfigurator: Updated CAN files automatically
github-actions[bot] Apr 2, 2026
f31b146
fixed abbreviation s in STRUCTparser
coderask Apr 2, 2026
7cd8a79
Automatic CANfigurator: Updated CAN files automatically
github-actions[bot] Apr 2, 2026
2a6d591
added comments
coderask Apr 2, 2026
2495284
Automatic CANfigurator: Updated CAN files automatically
github-actions[bot] Apr 2, 2026
0f1ac63
Rename 'Ping' to 'Mapache Ping' in for TCM Status
dchansen06 Apr 2, 2026
511de05
Automatic CANfigurator: Updated CAN files automatically
github-actions[bot] Apr 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/Autogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ concurrency:

jobs:
canfigurator:
if: false # FIXME Enable when compilation of header files succeeds
name: CANfigurator
runs-on: ubuntu-latest
permissions:
Expand Down
Loading
Loading