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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
candle-usb
/
candleLight_fw
Public
Notifications
You must be signed in to change notification settings
Fork
406
Star
935
Code
Issues
26
Pull requests
7
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
add software based CAN bus off handling
- #315
#315
Merged
marckleinebudde
merged 8 commits into
candle-usb:master
candle-usb/candleLight_fw:master
from
marckleinebudde:bus-off-handling
marckleinebudde/candleLight_fw:bus-off-handling
Copy head branch name to clipboard
Jul 15, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
add software based CAN bus off handling
#315
marckleinebudde
merged 8 commits into
candle-usb:master
candle-usb/candleLight_fw:master
from
marckleinebudde:bus-off-handling
marckleinebudde/candleLight_fw:bus-off-handling
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
can_common: can_prepare_error_frame(): get rid of memset() and thus string.h
marckleinebudde
committed
19c6bf3
View commit details
Copy full SHA for 19c6bf3
Browse repository at this point
can_common: can_is_enabled(): use struct can_channel::state instead of looking into HW registers
marckleinebudde
committed
2f39bc7
View commit details
Copy full SHA for 2f39bc7
Browse repository at this point
can_common: can_state_change_pending(): use can_is_enabled() instead of open coding it
marckleinebudde
committed
56cb363
View commit details
Copy full SHA for 56cb363
Browse repository at this point
can_common: board_phy_power_set(): move into can_{enable,disable}()
marckleinebudde
committed
6480940
View commit details
Copy full SHA for 6480940
Browse repository at this point
util: use same license header in the whole project
marckleinebudde
committed
2e06654
View commit details
Copy full SHA for 2e06654
Browse repository at this point
can_common: can_handle_bus_off_recovery(): implement software based recovery from CAN bus off
Show description for 4256f1a
marckleinebudde
committed
4256f1a
View commit details
Copy full SHA for 4256f1a
Browse repository at this point
can_common: can_handle_bus_off_recovery(): send CAN_ERR_RESTARTED CAN error message
marckleinebudde
committed
db5f3cd
View commit details
Copy full SHA for db5f3cd
Browse repository at this point
bxcan: can_drv_handle_bus_off_recovery(): implement + switch to SW based CAN bus off recovery
Show description for b1ddc95
jhofstee
authored and
marckleinebudde
committed
b1ddc95
View commit details
Copy full SHA for b1ddc95
Browse repository at this point
You can’t perform that action at this time.