File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
},
25
25
"DISCO_L475VG_IOT01A" : {
26
26
"target.components_add" : [" ism43362" ],
27
+ "ism43362.provide-default" : true ,
27
28
"target.macros_add" : [" MBEDTLS_SHA1_C" ]
28
29
},
29
30
"K64F" : {
Original file line number Diff line number Diff line change @@ -254,4 +254,6 @@ int main() {
254
254
SocketDemo *example = new SocketDemo;
255
255
MBED_ASSERT (example);
256
256
example->run ();
257
+
258
+ return 0 ;
257
259
}
Original file line number Diff line number Diff line change 1
- Mbed OS Socket example
2
- Mbed OS version:
3
-
1
+ Starting socket demo
2
+ Connecting to the network...
4
3
IP address: (?:[0-9]{1,3}\.){3}[0-9]{1,3}
5
4
Netmask: (?:[0-9]{1,3}\.){3}[0-9]{1,3}
6
5
Gateway: (?:[0-9]{1,3}\.){3}[0-9]{1,3}
7
- sent \d+ \[GET \/ HTTP\/\d.\d\]
8
- recv \d+ \[HTTP\/\d.\d \d+ OK\]
9
- Done
6
+ Demo concluded successfully
You can’t perform that action at this time.
0 commit comments