-
Notifications
You must be signed in to change notification settings - Fork 39
Conversation
Changes needed for the addition of the RTL Wifi-stack to enable REALTEK_RTL8195AM. README.md also updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Test on-going here, ARMmbed/mbed-os-example-client#267
I can't get the RTL WIFI to REALLY work, but it's not an issue in THIS code, IMHO. |
The wifi example works fine, it doesn't do much, but the connection is established and http transaction is successful : https://github.com/ARMmbed/mbed-os-example-wifi |
Ok, WiFi now seems to work, there was some temporary (?) problem with our RaaS WiFi (even K64F didn't work for a while). Now it worked, but the actual client connection still failed. Now the Ameba device in CI also got stuck completely, but those are different issues in that sense. |
Hmh... Killed another device as well in RaaS now (mbed_REALTEK_RTL8195AM#5). Nice. |
@JanneKiiskila I was on holiday, but should this not be called |
I would be sort of wanting to have less interfaces, rather than more! |
@JanneKiiskila Yeah, but if Realtek makes a |
We can do a new PR and rename the WIFI_REALTEK to WIFI_RTL8195A. But, I would really want the mbed OS developers to try to cut down on the # of stacks. Even if you have different HW, it doesn't mean you must have different stack! |
Changes needed for the addition of the RTL Wifi-stack to enable REALTEK_RTL8195AM.
README.md also updated.