-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add ESP-32 Wi-Fi and BLE driver #352
base: master
Are you sure you want to change the base?
Conversation
Is there an Mbed board that has an ESP32 on it? One of the Renesas ones it seems like? |
Both GR-LCYHEE and GR-PEACH. |
Might have to order one of those boards to run the wifi tests on it, unless you have one |
@chrissnow would you be able to take a look at these CI failures? Also could you confirm whether you have a board with this chip on it to test on? |
@multiplemonomials it build OK so I wonder whey it's failing, can mbed.h not be included here? I don't have a Renesas board, but do have various ESP32 dev boards, we have one attached to a STM32 for testing. I will tidy up and report back but it might be next week now. |
Yeah I think that things inside mbed os should include only the specific headers they need (e.g. NetworkInterface.h) rather than the top level mbed.h |
connectivity/drivers/wifi/COMPONENT_ESPRESSIF_ESP32/ESP32/ESP32.h
Outdated
Show resolved
Hide resolved
connectivity/drivers/wifi/COMPONENT_ESPRESSIF_ESP32/ESP32/ESP32.h
Outdated
Show resolved
Hide resolved
Not yet fully tested but issues should now be resolved. |
Summary of changes
Add Renesas ESP-32 driver which adds Wi-Fi and BLE support to any target with a serial port at very low cost
Impact of changes
Migration actions required
Documentation
TBC?
Pull request type
Test results