Skip to content

Update ODIN drivers to v3.0.0 RC1 #7579

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

Merged
merged 1 commit into from
Sep 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions features/lwipstack/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
"REALTEK_RTL8195AM": {
"tcpip-thread-stacksize": 1600
},
"UBLOX_EVK_ODIN_W2": {
"pbuf-pool-size" : 10
},
"STM": {
"mem-size": 25600
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ void handleWlanStatusIndication(void *dummy, cbWLAN_StatusIndicationInfo status,

switch (status) {
case cbWLAN_STATUS_CONNECTED:
case cbWLAN_STATUS_AP_STA_ADDED:
case cbWLAN_STATUS_AP_UP:
linkUp = true;
break;
case cbWLAN_STATUS_STOPPED:
case cbWLAN_STATUS_ERROR:
case cbWLAN_STATUS_DISCONNECTED:
case cbWLAN_STATUS_CONNECTION_FAILURE:
case cbWLAN_STATUS_AP_DOWN:
break;
case cbWLAN_STATUS_CONNECTING:
default:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading