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

RP2: Add wiznet5K support Raspberry pi pico #8023

Closed
irinakim12 opened this issue Nov 23, 2021 · 6 comments
Closed

RP2: Add wiznet5K support Raspberry pi pico #8023

irinakim12 opened this issue Nov 23, 2021 · 6 comments
Labels

Comments

@irinakim12
Copy link

irinakim12 commented Nov 23, 2021

#8021

I can see the message as below. I think I should just wait for other person with write access. Right?
"this branch has conflicts that must be resolved
Only those with write access to this repository can merge pull requests."

@dpgeorge

@robert-hh
Copy link
Contributor

You have to resolve the conflicts first, which are caused by your code. Then the PR is ready for review, which may result in change requests.

@irinakim12
Copy link
Author

irinakim12 commented Nov 25, 2021

The cause of the crash is that I modified ports/rp2/mpconfigport.h .
As far as I know, to use Wiznet5K's library under Network, I need to edit the file.
This error occurs because I do not have permission to edit the file.

@irinakim12
Copy link
Author

@dpgeorge How can I solve this? Please tell me in detail. WIZnet will have Design contest and we will also use the micropython language at this time.

@irinakim12
Copy link
Author

irinakim12 commented Apr 11, 2022

#8021
How can I solve this? Please tell me in detail.

The cause of the crash is that I modified ports/rp2/mpconfigport.h .
As far as I know, to use Wiznet5K's library under Network, I need to edit the file.
This error occurs because I do not have permission to edit the file.

@robert-hh
Copy link
Contributor

if ports/rp2/mpconfigport.h and the other filed of the rp2 port are local files on your computer, you should have all permissions for changing them, technically.

@dpgeorge
Copy link
Member

dpgeorge commented Jun 3, 2022

Wiznet is supported on rp2 since commit bca816f

@dpgeorge dpgeorge closed this as completed Jun 3, 2022
tannewt pushed a commit to tannewt/circuitpython that referenced this issue Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants