Skip to content

WIP: Native GPIO #7530

Closed
bergzand wants to merge 10 commits intoRIOT-OS:masterfrom
bergzand:native/gpio
Closed

WIP: Native GPIO #7530
bergzand wants to merge 10 commits intoRIOT-OS:masterfrom
bergzand:native/gpio

Conversation

@bergzand
Copy link
Copy Markdown
Member

@bergzand bergzand commented Aug 29, 2017

Sysfs GPIO implementation for native. Except for pull-up and down, everything works. Pull-up and down configuration is not managed via sysfs, so I can't configure that.

I noticed #1737. If a split between sysfs GPIO and printf based dummy GPIO is required, I can build that the same way as done in #1737.

I rewrote a part of the async_read handling to use poll instead of select. Mostly because I thought that select was unable to trigger on something like POLLPRI. It might be possible with the list of exception fd's in select but I didn't test that. I know that the whole async_read conversion might warrant a separate PR, So I'll split them if needed.

Unfortunately, I don't have access to OS X to test issues that might arise from this.

@bergzand bergzand changed the title Native GPIO WIP: Native GPIO Aug 29, 2017
@miri64 miri64 requested a review from jnohlgard September 19, 2017 12:22
@miri64 miri64 added Area: drivers Area: Device drivers Platform: native Platform: This PR/issue effects the native platform labels Sep 19, 2017
@stale
Copy link
Copy Markdown

stale bot commented Aug 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Aug 10, 2019
@stale stale bot closed this Sep 10, 2019
@benpicco benpicco reopened this Sep 30, 2019
@stale stale bot removed the State: stale State: The issue / PR has no activity for >185 days label Sep 30, 2019
@stale
Copy link
Copy Markdown

stale bot commented Apr 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Apr 2, 2020
@stale stale bot closed this May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: drivers Area: Device drivers Platform: native Platform: This PR/issue effects the native platform State: stale State: The issue / PR has no activity for >185 days

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants