Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers/slipdev: port to netdev_new_api #20978

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

benpicco
Copy link
Contributor

Contribution description

Not sure how much sense this makes, since send is still blocking.
I mainly did this to reduce the number of code paths with at86rf215 in the border router use case.

Testing procedure

Issues/PRs references

@benpicco benpicco requested a review from miri64 as a code owner November 12, 2024 13:58
@benpicco benpicco requested review from maribu and removed request for miri64 November 12, 2024 13:58
@github-actions github-actions bot added the Area: drivers Area: Device drivers label Nov 12, 2024
@maribu
Copy link
Member

maribu commented Nov 12, 2024

I agree that this particular driver is not really profiting of the new API. But if we would convert all drivers to the new API, we could - as you said - reduce the complexity of the networking code. So this is very much appreciated :)

@maribu maribu enabled auto-merge November 12, 2024 14:48
@benpicco benpicco force-pushed the drivers/slipdev-netdev_new branch from 8401266 to 4a8a197 Compare November 18, 2024 12:37
@benpicco benpicco force-pushed the drivers/slipdev-netdev_new branch from 4a8a197 to 82e5b19 Compare November 20, 2024 23:06
@maribu maribu disabled auto-merge November 21, 2024 09:38
@maribu maribu enabled auto-merge November 21, 2024 09:38
@maribu maribu added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Nov 21, 2024
@riot-ci
Copy link

riot-ci commented Nov 21, 2024

Murdock results

✔️ PASSED

82e5b19 drivers/slipdev: port to netdev_new_api

Success Failures Total Runtime
10248 0 10249 16m:53s

Artifacts

@maribu maribu added this pull request to the merge queue Nov 21, 2024
Merged via the queue into RIOT-OS:master with commit 8179312 Nov 21, 2024
27 checks passed
@benpicco benpicco deleted the drivers/slipdev-netdev_new branch November 21, 2024 13:58
@MrKevinWeiss MrKevinWeiss added this to the Release 2025.01 milestone Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants