-
Notifications
You must be signed in to change notification settings - Fork 7k
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
ethernet: Enable Support for W6100 (Wizznet Ipv4/6 network stack controller #83029
Comments
Hi @ParthSanepara! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Please open a pull request for this when ready. No need to open an enhancement issue first. |
Thanks, @henrikbrixandersen. I will start working on it and commit to this task. Can you please assign this task to me? |
Thanks, assigned. |
Hi, I have added the initial implementation of the W6100 IC driver in the Ethernet module. Next, we need to add support for the W6100 DevKit board. To achieve this with DevKit from wizznet, I am creating the following TODO task list:
|
Is your enhancement proposal related to a problem? Please describe.
No, it is not related to the current problem, but I am planning to use this part number in some of my projects. However, I haven’t added it yet. The support for the WIZnet W5500 IC is already available here. but W6100 support driver is not done yet..
Describe the solution you'd like
Enhance driver support for the W6100 IC. I am also open to contributing to the driver enhancements for this IC.
Describe alternatives you've considered
Additional context
wizznet provide io6Library driver for this ic use with STM32 and other MCUs. Link -
https://github.com/Wiznet/io6Library
The text was updated successfully, but these errors were encountered: