Conversation
0b3d4d1 to
fd43c2c
Compare
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
47ca592 to
dfa4e67
Compare
sfiorani
previously approved these changes
Feb 9, 2026
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
|
sfiorani
approved these changes
Feb 10, 2026
MMaiero
approved these changes
Feb 10, 2026
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.


This pull request updates the GPIO example bundle to improve GPIO pin selection flexibility and compatibility with newer Kura GPIO APIs. The main changes include expanding the supported formats for specifying GPIO pins, updating the code to use richer pin descriptions, and increasing the required version of the GPIO API.
GPIO Pin Selection Enhancements:
GpioComponentOCD.javaconfiguration to allow specifying GPIO pins by number, name, or as a composite string in the formatname:controller:line(e.g.,"GPIO1:0:24"), with support for wildcards and omitted fields for broader selection.GpioComponent.javalogic to support the new pin specification format, including parsing the resource string, handling wildcards, and acquiring multiple pins when appropriate.KuraGPIODescriptionAPI, providing more detailed information about available GPIOs.API and Version Updates:
org.eclipse.kura.gpiopackage to[1.2,2.0)in the bundle manifest, ensuring compatibility with the new API features.Minor and Formatting Changes: