-
Notifications
You must be signed in to change notification settings - Fork 58
Conversation
Support for compiling against Realtek RTL8195AM. Please note there are some limitations: - the board does not have any LEDs connected to the main cpu, therefore LED blinking will not work unless you connect an external LED. - the client will crash after a while with CMSIS-RTOS error: ISR Queue overflow (status: 0x2, task ID: 0x0, object ID: 0x3006146C) issue has been raised to Mbed OS on this. Issues are documented in the README.md changes.
Network problems, K64F can't get a MAC;
|
Re-run fixed it. |
Thanks for reporting.
Can you share a link please? |
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.
We should run shellcheck thorough the .sh script at some point. There are a few minor common issues.
README.md
Outdated
``` bash | ||
cp configs/wifi_rtw_v4.json mbed_app.json | ||
<use your favourite editor to modify mbed_app.json for WiFi SSUD/Password> | ||
mbed compile -m REALTEK_RTL8195AM -t <your_toolchain> |
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.
-t <TOOLCHAIN>
to be inline with mbed-cli documentation https://github.com/armmbed/mbed-cli
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.
Done!
README.md
Outdated
|
||
``` bash | ||
cp configs/wifi_rtw_v4.json mbed_app.json | ||
<use your favourite editor to modify mbed_app.json for WiFi SSUD/Password> |
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.
WIFI SSID
To bea aligned with `mbed-cli` as per review feedback from Teemu Takaluoma. Fixed also a typo in the line above (SSUD -> SSID).
c350756
to
066b4ac
Compare
Rebased and force pushed the new one in. |
https://www.shellcheck.net/ - pushed it there, no issues found. |
Ran it now also in the Ubuntu build machine;
No findings? |
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.
Seems fine, we shall review and fix all the issues ASAP.
Support for compiling against Realtek RTL8195AM. Please note there
are some limitations:
LED blinking will not work unless you connect an external LED.
CMSIS-RTOS error: ISR Queue overflow (status: 0x2, task ID: 0x0, object ID: 0x3006146C)
issue has been raised to Mbed OS on this.
Issues are documented in the README.md changes.
Status
READY
Migrations
NO