Add support for dual (RX/TX) activity LEDs#43
Merged
henrikbrixandersen merged 6 commits intoCANnectivity:mainfrom Dec 16, 2024
Merged
Add support for dual (RX/TX) activity LEDs#43henrikbrixandersen merged 6 commits intoCANnectivity:mainfrom
henrikbrixandersen merged 6 commits intoCANnectivity:mainfrom
Conversation
Split the GS_USB_EVENT_CHANNEL_ACTIVITY into GS_USB_EVENT_CHANNEL_ACTIVITY_RX and GS_USB_EVENT_CHANNEL_ACTIVITY_TX. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
Handle the LED activity events and related ticks in the normal/started state instead of a dedicated state. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
Add support for dual (RX/TX) CAN channel activity LEDs. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
Allow enabling CONFIG_CANNECTIVITY_LED_GPIO for boards with no state LED, but only activity LED(s). Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
Add a board overlay for the WeAct Studio USB2CANFDV1 USB to CAN adapter. Fixes: CANnectivity#38 Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
Enable integration testing on the WeAct Studio USB2CANFDV1. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
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.
Fixes: #38