You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(TEST_SKIPPED "Requires wi-fi to be the default network interface")
10
10
endif()
11
11
12
+
if(APPLICATION_PROFILE_CONFIG_BAREMETAL)
13
+
set(TEST_SKIPPED "This test requires an RTOS!")
14
+
endif()
15
+
12
16
# Options specific to this test
13
17
set(MBED_GREENTEA_WIFI_MAX_SCAN_SIZE 30 CACHESTRING"How many networks may appear in Wifi scan result")
14
18
set(MBED_GREENTEA_WIFI_SECURE_CHANNEL 1 CACHESTRING"Channel number that the wifi network is on. Used for channel-specific connection tests, if supported by the wifi driver.")
0 commit comments