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/atwinc15x0: port to netdev_new_api #21020

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

benpicco
Copy link
Contributor

Contribution description

While atwinc15x0 is a real radio that would benefit from async send, the driver wraps a package that exposes a very high level synchronous send API.

This however makes porting the device to the netdev_new_api trivial.

Testing procedure

Issues/PRs references

@github-actions github-actions bot added the Area: drivers Area: Device drivers label Nov 21, 2024
@benpicco benpicco changed the title drivers/atwinc15x0: port to netdev_new_api drivers/atwinc15x0: port to netdev_new_api Nov 21, 2024
@benpicco benpicco requested review from fabian18 and maribu November 21, 2024 13:02
@benpicco benpicco 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

7c93da9 drivers/atwinc15x0: port to netdev_new_api

Success Failures Total Runtime
10248 0 10249 14m:24s

Artifacts

@benpicco benpicco added this pull request to the merge queue Nov 21, 2024
@maribu maribu removed this pull request from the merge queue due to a manual request Nov 21, 2024
@maribu maribu added this pull request to the merge queue Nov 21, 2024
Merged via the queue into RIOT-OS:master with commit a841fc3 Nov 22, 2024
27 checks passed
@benpicco benpicco deleted the drivers/atwinc15x0-netdev_new branch November 22, 2024 11:51
@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