Soft Remove STM32 Dash Panel#456
Merged
dchansen06 merged 2 commits intomainfrom May 4, 2026
Merged
Conversation
Signed-off-by: Daniel Hansen <dchansen06@gmail.com>
dchansen06
commented
May 4, 2026
Contributor
Author
dchansen06
left a comment
There was a problem hiding this comment.
No longer includes DashPanel.elf
text data bss dec hex filename
4360 4 1620 5984 1760 build/Release/AnalogCalibration.elf
15044 400 4032 19476 4c14 build/Release/CAN_BASIC_TEST.elf
10128 308 3628 14064 36f0 build/Release/CAN_FILTER_TEST.elf
12276 196 2676 15148 3b2c build/Release/CAN_LOOPBACK_TEST.elf
9664 308 3628 13600 3520 build/Release/CAN_LOST_RX_TEST.elf
14808 400 3960 19168 4ae0 build/Release/CAN_RELEASE_TEST.elf
9908 308 3716 13932 366c build/Release/CAN_STRESS_TEST.elf
4620 36 1604 6260 1874 build/Release/CANine.elf
9352 188 3284 12824 3218 build/Release/CCU.elf
19932 496 5528 25956 6564 build/Release/ECU.elf
9372 156 2692 12220 2fbc build/Release/G431x8_CAN_BASIC_TEST.elf
6888 4 1676 8568 2178 build/Release/G4ADCTESTING.elf
5096 8 1920 7024 1b70 build/Release/G4BLINKY.elf
4608 36 1604 6248 1868 build/Release/G4ECHO.elf
1372 4 1572 2948 b84 build/Release/G4HELLO.elf
2440 524 3012 5976 1758 build/Release/G4NEOTESTING.elf
6264 4 1668 7936 1f00 build/Release/G4PERTESTING.elf
4688 84 2296 7068 1b9c build/Release/G4SPITESTING.elf
2744 8 1712 4464 1170 build/Release/L4BLINKY.elf
2736 8 1712 4456 1168 build/Release/L4HELLO.elf
6644 308 3620 10572 294c build/Release/PROFILER_TEST.elf
18856 104 13248 32208 7dd0 build/Release/TireTemp.elf
2708 8 114720 117436 1cabc build/Release/U5BLINKY.elf
4388 8 1768 6164 1814 build/Release/W3_G4SPI_Receive.elf
4216 8 1768 5992 1768 build/Release/W3_G4SPI_Transmit.elf
dchansen06
added a commit
that referenced
this pull request
May 4, 2026
# `DELETE FROM Boards WHERE name = "DashPanel"` ## Problem and Scope GR26 Dash Panel is now based on the GR24 Arduino-based dash panel, involving no STM32 code ## Description Soft remove dash panel with comments and fatal error warning message ## Gotchas and Limitations Can be added back trivially, but underlying CAN has changed around it so it should be deleted eventually ## Testing - [x] HOOTL testing - [ ] HITL testing - [x] Human tested ### Testing Details Does not build `DashPanel` on `make all` ## Larger Impact Allows moving CAN forward without compile errors ## Additional Context and Ticket Replaced by [`GR24_Dash_Panel` -> `GR26_DASH`](https://github.com/Gaucho-Racing/GR24_Dash_Panel/tree/main/GR26_DASH) --------- Signed-off-by: Daniel Hansen <dchansen06@gmail.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DELETE FROM Boards WHERE name = "DashPanel"Problem and Scope
GR26 Dash Panel is now based on the GR24 Arduino-based dash panel, involving no STM32 code
Description
Soft remove dash panel with comments and fatal error warning message
Gotchas and Limitations
Can be added back trivially, but underlying CAN has changed around it so it should be deleted eventually
Testing
Testing Details
Does not build
DashPanelonmake allLarger Impact
Allows moving CAN forward without compile errors
Additional Context and Ticket
Replaced by
GR24_Dash_Panel->GR26_DASH