Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
astand
/
c-coderdbc
Public
Notifications
You must be signed in to change notification settings
Fork
49
Star
112
Code
Issues
5
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix multiplex sig unpack
- #34
#34
Open
calumroy
wants to merge 15 commits into
astand:main
astand/c-coderdbc:main
from
calumroy:fix_multiplex_sig_unpack
calumroy/c-coderdbc:fix_multiplex_sig_unpack
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Fix multiplex sig unpack
#34
calumroy
wants to merge 15 commits into
astand:main
astand/c-coderdbc:main
from
calumroy:fix_multiplex_sig_unpack
calumroy/c-coderdbc:fix_multiplex_sig_unpack
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2024
WIP: testing to fix multiplex signal pack functiins.
calumroy
committed
9b3e845
View commit details
Copy full SHA for 9b3e845
Browse repository at this point
Commits on Aug 7, 2024
Fixed case where only the master multiplexor exists and no other mux signals are in a CAN msg. Filter out bytes that have no signals in them.
calumroy
committed
ca43dbc
View commit details
Copy full SHA for ca43dbc
Browse repository at this point
Revert a small change to formatting.
calumroy
committed
fbcc741
View commit details
Copy full SHA for fbcc741
Browse repository at this point
Added example dbc that shows the issues with multiplex signals.
calumroy
committed
0e8b893
View commit details
Copy full SHA for 0e8b893
Browse repository at this point
Revert changes to the CMakeLists.txt
calumroy
committed
69eda88
View commit details
Copy full SHA for 69eda88
Browse repository at this point
Merge branch 'fix_multiplex_sig_pack'
calumroy
committed
34d7cd6
View commit details
Copy full SHA for 34d7cd6
Browse repository at this point
Commits on Aug 13, 2024
Fixed the case where the multiplex master value does not equal any of the expected multiplex values. In this case just encode all signals for the byte since none of them are technically valid as th…
Show description for 25671de
calumroy
committed
25671de
View commit details
Copy full SHA for 25671de
Browse repository at this point
Merge commit '25671de74921c66c1c96253f116725caab680384' into fix_multiplex_sig_pack
calumroy
committed
b2e5a95
View commit details
Copy full SHA for b2e5a95
Browse repository at this point
Merge branch 'fix_multiplex_sig_pack'
calumroy
committed
833cff6
View commit details
Copy full SHA for 833cff6
Browse repository at this point
Commits on Aug 14, 2024
Try fixing the unpack multiplexed signals.
calumroy
committed
bdfe021
View commit details
Copy full SHA for bdfe021
Browse repository at this point
Indentation fixed in unpack functions under the new if statements for unpack depending on multiplexed master value.
calumroy
committed
a01262e
View commit details
Copy full SHA for a01262e
Browse repository at this point
Added back in additional new line.
calumroy
committed
6a0bf8d
View commit details
Copy full SHA for 6a0bf8d
Browse repository at this point
Commits on Aug 15, 2024
Removed unnecessary additional new line being added.
calumroy
committed
5df33a0
View commit details
Copy full SHA for 5df33a0
Browse repository at this point
Added command line option to turn on or off the code generation based on multiplexor master signal values for multiplexed signals.
Show description for bc9d54b
calumroy
committed
bc9d54b
View commit details
Copy full SHA for bc9d54b
Browse repository at this point
Commits on Oct 4, 2024
Fixed bug where the incorrect expr was being selected and written out in the Unpack body for the multiplex master signals. This is fixed now.
calumroy
committed
f408543
View commit details
Copy full SHA for f408543
Browse repository at this point
You can’t perform that action at this time.