Skip to content

Commit 17ff057

Browse files
committed
full variants rebuild
1 parent ad2b87d commit 17ff057

File tree

30 files changed

+31
-25
lines changed

30 files changed

+31
-25
lines changed

Diff for: cores/arduino/mbed/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.h

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ class WhdSTAInterface : public WiFiInterface, public EMACInterface {
122122
nsapi_error_t set_timeout(uint32_t timeout)
123123
{
124124
_timeout = timeout;
125+
return NSAPI_ERROR_OK;
125126
}
126127

127128
/** Set blocking status of interface.

Diff for: cores/arduino/mbed/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
#define WHD_VERSION "v1.94.0"
18+
/* This define is used by arduino::WiFiClass::firmwareVersion() do not prepend v */
19+
#define WHD_VERSION "1.94.0"
1920
#define WHD_BRANCH "v1.94.0"
2021
#define WHD_DATE "2021-04-27 16:54:34 +0800"

Diff for: cores/arduino/mbed/connectivity/netsocket/include/netsocket/ICMPSocket.h

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ class ICMPSocket : public InternetDatagramSocket {
3737
*/
3838
ICMPSocket();
3939

40+
#if MBED_CONF_LWIP_RAW_SOCKET_ENABLED
41+
int ping(SocketAddress &socketAddress, uint32_t timeout);
42+
#endif
43+
4044
#if !defined(DOXYGEN_ONLY)
4145

4246
protected:

Diff for: variants/ARDUINO_NANO33BLE/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
-DFEATURE_STORAGE=1
3535
-D__FPU_PRESENT=1
3636
-D__MBED__=1
37-
-DMBED_BUILD_TIMESTAMP=1730202709.4767566
37+
-DMBED_BUILD_TIMESTAMP=1738678457.278008
3838
-D__MBED_CMSIS_RTOS_CM
3939
-DMBED_MPU_CUSTOM
4040
-DMBED_TICKLESS

Diff for: variants/ARDUINO_NANO33BLE/libs/libmbed.a

0 Bytes
Binary file not shown.

Diff for: variants/EDGE_CONTROL/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
-DFEATURE_STORAGE=1
3939
-D__FPU_PRESENT=1
4040
-D__MBED__=1
41-
-DMBED_BUILD_TIMESTAMP=1730202880.502858
41+
-DMBED_BUILD_TIMESTAMP=1738678638.4581091
4242
-D__MBED_CMSIS_RTOS_CM
4343
-DMBED_MPU_CUSTOM
4444
-DMBED_TICKLESS

Diff for: variants/EDGE_CONTROL/libs/libmbed.a

5.65 KB
Binary file not shown.

Diff for: variants/EDGE_CONTROL/mbed_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
#define MBED_CONF_LWIP_PPP_IPV6_ENABLED 0 // set by library:lwip
240240
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768 // set by library:lwip
241241
#define MBED_CONF_LWIP_PRESENT 1 // set by library:lwip
242-
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 0 // set by library:lwip
242+
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 1 // set by application[*]
243243
#define MBED_CONF_LWIP_SOCKET_MAX 4 // set by library:lwip
244244
#define MBED_CONF_LWIP_TCPIP_THREAD_PRIORITY osPriorityNormal // set by library:lwip
245245
#define MBED_CONF_LWIP_TCPIP_THREAD_STACKSIZE 1200 // set by library:lwip

Diff for: variants/GENERIC_STM32H747_M4/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
-DFEATURE_BLE=1
4343
-D__FPU_PRESENT=1
4444
-D__MBED__=1
45-
-DMBED_BUILD_TIMESTAMP=1730202826.649384
45+
-DMBED_BUILD_TIMESTAMP=1738678579.8515525
4646
-D__MBED_CMSIS_RTOS_CM
4747
-DMBED_MPU_CUSTOM
4848
-DMBED_TICKLESS

Diff for: variants/GENERIC_STM32H747_M4/libs/libmbed.a

-4 Bytes
Binary file not shown.

Diff for: variants/GIGA/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
-DFEATURE_BLE=1
4545
-D__FPU_PRESENT=1
4646
-D__MBED__=1
47-
-DMBED_BUILD_TIMESTAMP=1730203074.8719478
47+
-DMBED_BUILD_TIMESTAMP=1738678847.5982425
4848
-D__MBED_CMSIS_RTOS_CM
4949
-DMBED_TICKLESS
5050
-DMBEDTLS_FS_IO

Diff for: variants/GIGA/libs/libmbed.a

5.64 KB
Binary file not shown.

Diff for: variants/GIGA/mbed_config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
#define MBED_CONF_LWIP_PPP_IPV6_ENABLED 0 // set by library:lwip
227227
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768 // set by library:lwip
228228
#define MBED_CONF_LWIP_PRESENT 1 // set by library:lwip
229-
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 0 // set by library:lwip
229+
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 1 // set by application[*]
230230
#define MBED_CONF_LWIP_SOCKET_MAX 4 // set by library:lwip
231231
#define MBED_CONF_LWIP_TCPIP_THREAD_PRIORITY osPriorityNormal // set by library:lwip
232232
#define MBED_CONF_LWIP_TCPIP_THREAD_STACKSIZE 1200 // set by library:lwip
@@ -250,9 +250,9 @@
250250
#define MBED_CONF_NSAPI_DEFAULT_WIFI_SECURITY NONE // set by library:nsapi
251251
#define MBED_CONF_NSAPI_DNS_ADDRESSES_LIMIT 10 // set by library:nsapi
252252
#define MBED_CONF_NSAPI_DNS_CACHE_SIZE 3 // set by library:nsapi
253-
#define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 10000 // set by library:nsapi
253+
#define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 5000 // set by application[*]
254254
#define MBED_CONF_NSAPI_DNS_RETRIES 1 // set by library:nsapi
255-
#define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 10 // set by library:nsapi
255+
#define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 3 // set by application[*]
256256
#define MBED_CONF_NSAPI_PRESENT 1 // set by library:nsapi
257257
#define MBED_CONF_NSAPI_SOCKET_STATS_ENABLED 0 // set by library:nsapi
258258
#define MBED_CONF_NSAPI_SOCKET_STATS_MAX_COUNT 10 // set by library:nsapi

Diff for: variants/NANO_RP2040_CONNECT/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-DDEVICE_USTICKER=1
2222
-DDEVICE_WATCHDOG=1
2323
-D__MBED__=1
24-
-DMBED_BUILD_TIMESTAMP=1730202686.158914
24+
-DMBED_BUILD_TIMESTAMP=1738678431.5907538
2525
-D__MBED_CMSIS_RTOS_CM
2626
-DMBED_MPU_CUSTOM
2727
-DMBEDTLS_ENTROPY_NV_SEED

Diff for: variants/NANO_RP2040_CONNECT/libs/libmbed.a

0 Bytes
Binary file not shown.

Diff for: variants/NICLA/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
-DFEATURE_BLE=1
3434
-D__FPU_PRESENT=1
3535
-D__MBED__=1
36-
-DMBED_BUILD_TIMESTAMP=1730202924.3808827
36+
-DMBED_BUILD_TIMESTAMP=1738678686.654947
3737
-D__MBED_CMSIS_RTOS_CM
3838
-DMBED_MPU_CUSTOM
3939
-DMBED_TICKLESS

Diff for: variants/NICLA/libs/libmbed.a

0 Bytes
Binary file not shown.

Diff for: variants/NICLA_VISION/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
-DFLOW_SILENT
4646
-D__FPU_PRESENT=1
4747
-D__MBED__=1
48-
-DMBED_BUILD_TIMESTAMP=1730202959.8104806
48+
-DMBED_BUILD_TIMESTAMP=1738678724.8386328
4949
-D__MBED_CMSIS_RTOS_CM
5050
-DMBED_TICKLESS
5151
-DMBEDTLS_FS_IO

Diff for: variants/NICLA_VISION/libs/libmbed.a

5.64 KB
Binary file not shown.

Diff for: variants/NICLA_VISION/mbed_config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
#define MBED_CONF_LWIP_PPP_IPV6_ENABLED 0 // set by library:lwip
227227
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768 // set by library:lwip
228228
#define MBED_CONF_LWIP_PRESENT 1 // set by library:lwip
229-
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 0 // set by library:lwip
229+
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 1 // set by application[*]
230230
#define MBED_CONF_LWIP_SOCKET_MAX 4 // set by library:lwip
231231
#define MBED_CONF_LWIP_TCPIP_THREAD_PRIORITY osPriorityNormal // set by library:lwip
232232
#define MBED_CONF_LWIP_TCPIP_THREAD_STACKSIZE 1200 // set by library:lwip
@@ -250,9 +250,9 @@
250250
#define MBED_CONF_NSAPI_DEFAULT_WIFI_SECURITY NONE // set by library:nsapi
251251
#define MBED_CONF_NSAPI_DNS_ADDRESSES_LIMIT 10 // set by library:nsapi
252252
#define MBED_CONF_NSAPI_DNS_CACHE_SIZE 3 // set by library:nsapi
253-
#define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 10000 // set by library:nsapi
253+
#define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 5000 // set by application[*]
254254
#define MBED_CONF_NSAPI_DNS_RETRIES 1 // set by library:nsapi
255-
#define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 10 // set by library:nsapi
255+
#define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 3 // set by application[*]
256256
#define MBED_CONF_NSAPI_PRESENT 1 // set by library:nsapi
257257
#define MBED_CONF_NSAPI_SOCKET_STATS_ENABLED 0 // set by library:nsapi
258258
#define MBED_CONF_NSAPI_SOCKET_STATS_MAX_COUNT 10 // set by library:nsapi

Diff for: variants/OPTA/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
-DFEATURE_BLE=1
4545
-D__FPU_PRESENT=1
4646
-D__MBED__=1
47-
-DMBED_BUILD_TIMESTAMP=1730203018.6299732
47+
-DMBED_BUILD_TIMESTAMP=1738678787.2016976
4848
-D__MBED_CMSIS_RTOS_CM
4949
-DMBED_TICKLESS
5050
-DMBEDTLS_FS_IO

Diff for: variants/OPTA/libs/libmbed.a

5.64 KB
Binary file not shown.

Diff for: variants/OPTA/mbed_config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
#define MBED_CONF_LWIP_PPP_IPV6_ENABLED 0 // set by library:lwip
227227
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768 // set by library:lwip
228228
#define MBED_CONF_LWIP_PRESENT 1 // set by library:lwip
229-
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 0 // set by library:lwip
229+
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 1 // set by application[*]
230230
#define MBED_CONF_LWIP_SOCKET_MAX 4 // set by library:lwip
231231
#define MBED_CONF_LWIP_TCPIP_THREAD_PRIORITY osPriorityNormal // set by library:lwip
232232
#define MBED_CONF_LWIP_TCPIP_THREAD_STACKSIZE 1200 // set by library:lwip
@@ -250,9 +250,9 @@
250250
#define MBED_CONF_NSAPI_DEFAULT_WIFI_SECURITY NONE // set by library:nsapi
251251
#define MBED_CONF_NSAPI_DNS_ADDRESSES_LIMIT 10 // set by library:nsapi
252252
#define MBED_CONF_NSAPI_DNS_CACHE_SIZE 3 // set by library:nsapi
253-
#define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 10000 // set by library:nsapi
253+
#define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 5000 // set by application[*]
254254
#define MBED_CONF_NSAPI_DNS_RETRIES 1 // set by library:nsapi
255-
#define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 10 // set by library:nsapi
255+
#define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 3 // set by application[*]
256256
#define MBED_CONF_NSAPI_PRESENT 1 // set by library:nsapi
257257
#define MBED_CONF_NSAPI_SOCKET_STATS_ENABLED 0 // set by library:nsapi
258258
#define MBED_CONF_NSAPI_SOCKET_STATS_MAX_COUNT 10 // set by library:nsapi

Diff for: variants/PORTENTA_H7_M7/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
-D__FPU_PRESENT=1
4747
-DLSE_STARTUP_TIMEOUT=200
4848
-D__MBED__=1
49-
-DMBED_BUILD_TIMESTAMP=1730202770.5918262
49+
-DMBED_BUILD_TIMESTAMP=1738678521.1974137
5050
-D__MBED_CMSIS_RTOS_CM
5151
-DMBED_TICKLESS
5252
-DMBEDTLS_FS_IO

Diff for: variants/PORTENTA_H7_M7/libs/libmbed.a

5.64 KB
Binary file not shown.

Diff for: variants/PORTENTA_H7_M7/mbed_config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
#define MBED_CONF_LWIP_PPP_IPV6_ENABLED 0 // set by library:lwip
228228
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768 // set by library:lwip
229229
#define MBED_CONF_LWIP_PRESENT 1 // set by library:lwip
230-
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 0 // set by library:lwip
230+
#define MBED_CONF_LWIP_RAW_SOCKET_ENABLED 1 // set by application[*]
231231
#define MBED_CONF_LWIP_SOCKET_MAX 4 // set by library:lwip
232232
#define MBED_CONF_LWIP_TCPIP_THREAD_PRIORITY osPriorityNormal // set by library:lwip
233233
#define MBED_CONF_LWIP_TCPIP_THREAD_STACKSIZE 1200 // set by library:lwip
@@ -252,9 +252,9 @@
252252
#define MBED_CONF_NSAPI_DEFAULT_WIFI_SECURITY NONE // set by library:nsapi
253253
#define MBED_CONF_NSAPI_DNS_ADDRESSES_LIMIT 10 // set by library:nsapi
254254
#define MBED_CONF_NSAPI_DNS_CACHE_SIZE 3 // set by library:nsapi
255-
#define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 10000 // set by library:nsapi
255+
#define MBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME 5000 // set by application[*]
256256
#define MBED_CONF_NSAPI_DNS_RETRIES 1 // set by library:nsapi
257-
#define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 10 // set by library:nsapi
257+
#define MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS 3 // set by application[*]
258258
#define MBED_CONF_NSAPI_PRESENT 1 // set by library:nsapi
259259
#define MBED_CONF_NSAPI_SOCKET_STATS_ENABLED 0 // set by library:nsapi
260260
#define MBED_CONF_NSAPI_SOCKET_STATS_MAX_COUNT 10 // set by library:nsapi

Diff for: variants/PORTENTA_X8/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
-DEXTRA_IDLE_STACK_REQUIRED
3535
-D__FPU_PRESENT=1
3636
-D__MBED__=1
37-
-DMBED_BUILD_TIMESTAMP=1730203130.6854968
37+
-DMBED_BUILD_TIMESTAMP=1738678907.604638
3838
-D__MBED_CMSIS_RTOS_CM
3939
-DMBED_MPU_CUSTOM
4040
-DMBED_TICKLESS

Diff for: variants/PORTENTA_X8/libs/libmbed.a

0 Bytes
Binary file not shown.

Diff for: variants/RASPBERRY_PI_PICO/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-DDEVICE_USTICKER=1
2222
-DDEVICE_WATCHDOG=1
2323
-D__MBED__=1
24-
-DMBED_BUILD_TIMESTAMP=1730202745.2787673
24+
-DMBED_BUILD_TIMESTAMP=1738678494.5493546
2525
-D__MBED_CMSIS_RTOS_CM
2626
-DMBED_MPU_CUSTOM
2727
-DMBEDTLS_ENTROPY_NV_SEED

Diff for: variants/RASPBERRY_PI_PICO/libs/libmbed.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)