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

Fix missing parameters error in ATSAM4E #1192

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

kar-rahul-aws
Copy link
Member

Description

This PR fixes missing parameters error in ATSAM4E.

Test Steps

NA

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

#1190

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kar-rahul-aws kar-rahul-aws requested a review from a team as a code owner September 24, 2024 16:15
@kar-rahul-aws kar-rahul-aws marked this pull request as draft September 24, 2024 16:15
Copy link
Contributor

@htibosch htibosch left a comment

Choose a reason for hiding this comment

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

Thank you Rahul for this PR. Although it's in DRAFT state, I already checked it.

It should be said that DriverSAM replaces the older ATSAM4E. Maybe we can add a warning by adding __attribute__((deprecated)), or #warning?

The ap in apBuffer stands for "argument pointer", an old C++ habit that I have. Thanks for replacing it.

@kar-rahul-aws kar-rahul-aws marked this pull request as ready for review September 25, 2024 08:40
@kar-rahul-aws
Copy link
Member Author

Thanks Hein for the review . Since the user wanted to fix the network interface initialization issue for ATSAM4E port, I had kept the PR in draft state for future commits if necessary. I will inform the user to use DriverSAM port instead and look into your suggestion for adding a #warning.

@kar-rahul-aws kar-rahul-aws merged commit 875bfd2 into FreeRTOS:main Sep 26, 2024
9 of 10 checks passed
@kar-rahul-aws kar-rahul-aws deleted the update_portATSAM4E branch September 26, 2024 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants