-
Notifications
You must be signed in to change notification settings - Fork 8k
Enhance ATWINC1500 driver with OTA support, networking, and stability improvements #94608
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
base: main
Are you sure you want to change the base?
Enhance ATWINC1500 driver with OTA support, networking, and stability improvements #94608
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 impostor SHA Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
Hi @lromeraj , Could you rebase? |
caa4e9a
to
f3995a6
Compare
@nandojve Done |
|
Hi @lromeraj , I have an ATWINC1500-XPRO, what are the steps to me test these changes ? Let me know what is your scenario then we can plan something to make this more accessible, like atmel_rf2xx shield. BTW, I have a WINC1000-SD, do you think it can use same driver ? |
Hi @nandojve,
Yes, that should be enough. However, it can’t be tested yet because I still need to push all the source code. It requires some modifications since I’ve implemented it as a separate driver in a private repository.
I think you mean WILC1000-SD, right? It might work, but I wouldn’t recommend using it in that case. Microchip provides a dedicated library for the ATWILC* models, which should be used instead. Supporting it would also require a separate PR for the Zephyr project as well as for the HAL to include those sources. |
Hi @lromeraj ,
In this case, we need that part too. It is important that we can test these changes.
Ok, good to know. Let's focus only in the ATWINC1500-XPRO use case. |
This PR introduces several enhancements and fixes to the ATWINC1500 driver to improve functionality, reliability, and security. The main changes planned include (WIP):
M2M_WIFI_CH_ALL
errors in AP mode.These changes aim to provide a more robust, secure, and feature-complete ATWINC1500 driver.
The
hal_atmel
repository must be updated to revision zephyrproject-rtos/hal_atmel#51 to ensure the HAL layer is properly updated.