Skip to content

Commit

Permalink
Merge pull request #7579 from u-blox/ublox_odin_driver_os_5_v3.0.0_rc1
Browse files Browse the repository at this point in the history
Updated ODIN drivers to v3.0.0 RC1
  • Loading branch information
0xc0170 authored Sep 3, 2018
2 parents 83e0e65 + b934632 commit 44925d8
Show file tree
Hide file tree
Showing 9 changed files with 2,070 additions and 10 deletions.
3 changes: 3 additions & 0 deletions features/lwipstack/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,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

0 comments on commit 44925d8

Please sign in to comment.