Skip to content

LibGpiodV2 is no longer experimental#2482

Merged
pgrawehr merged 4 commits intodotnet:mainfrom
pgrawehr:No-longer-experimental
Mar 14, 2026
Merged

LibGpiodV2 is no longer experimental#2482
pgrawehr merged 4 commits intodotnet:mainfrom
pgrawehr:No-longer-experimental

Conversation

@pgrawehr
Copy link
Contributor

@pgrawehr pgrawehr commented Mar 8, 2026

Fixes #2479

Microsoft Reviewers: Open in CodeFlow

@dotnet-policy-service dotnet-policy-service bot added area-System.Device.Gpio Contains types for using general-purpose I/O (GPIO) pins area-device-bindings Device Bindings for audio, sensor, motor, and display hardware that can used with System.Device.Gpio labels Mar 8, 2026
/// <summary>
/// Provides information about a GPIO chip
/// </summary>
[Experimental(DiagnosticIds.SDGPIO0001, UrlFormat = DiagnosticIds.UrlFormat)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SDGPIO0001 should be removed in this PR (you can leave it in the table here: https://github.com/dotnet/iot/blob/3982d38b24cd53bebb05540ff48bdc018a2d913a/Documentation/DiagnosticIDs.md)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the text to a generic "Experimental Feature". It was (and in a few places still is) used for other stuff than LibgpiodV2

Copy link
Member

@krwq krwq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good minus the removal of SDGPIO0001

@pgrawehr pgrawehr force-pushed the No-longer-experimental branch from 71062a4 to 00a952d Compare March 13, 2026 13:08
@pgrawehr pgrawehr merged commit 9c867ff into dotnet:main Mar 14, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-device-bindings Device Bindings for audio, sensor, motor, and display hardware that can used with System.Device.Gpio area-System.Device.Gpio Contains types for using general-purpose I/O (GPIO) pins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make LibGpiodV2 official

2 participants