We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nothing
Create a new CAN message that utilizes the Git information and broadcast over CAN
The git information invovles 5 different integer values, accesible by MACROS defined in the Makefile :
CFLAGS += -DGIT_MAJOR_VERSION=$(GIT_MAJOR_VERSION) -DGIT_MINOR_VERSION=$(GIT_MINOR_VERSION) -DGIT_PATCH_VERSION=$(GIT_PATCH_VERSION) -DGIT_IS_UPSTREAM_CLEAN=$(GIT_IS_UPSTREAM_CLEAN) -DGIT_IS_LOCAL_CLEAN=$(GIT_IS_LOCAL_CLEAN)
( the macro u cna access is the word on the left with the "D" removed, ie GIT_MAJOR_VERSION )
the first 3 values are integers (can be 8 bit), and the next 2 are booleans.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Features
nothing
Desired Additional Features
Create a new CAN message that utilizes the Git information and broadcast over CAN
The git information invovles 5 different integer values, accesible by MACROS defined in the Makefile :
CFLAGS += -DGIT_MAJOR_VERSION=$(GIT_MAJOR_VERSION)
-DGIT_MINOR_VERSION=$(GIT_MINOR_VERSION)
-DGIT_PATCH_VERSION=$(GIT_PATCH_VERSION)
-DGIT_IS_UPSTREAM_CLEAN=$(GIT_IS_UPSTREAM_CLEAN)
-DGIT_IS_LOCAL_CLEAN=$(GIT_IS_LOCAL_CLEAN)
the first 3 values are integers (can be 8 bit), and the next 2 are booleans.
Screenshots (as needed)
No response
The text was updated successfully, but these errors were encountered: