Skip to content

Commit

Permalink
Mass rebuild variants
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Jul 11, 2024
1 parent c944abd commit 46bf5d0
Show file tree
Hide file tree
Showing 24 changed files with 62 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ class STM32_EMAC : public EMAC {
*/
virtual void set_memory_manager(EMACMemoryManager &mem_mngr);

/* return the status of the interface as integer */
int get_interface_status() override;
/* return true if the interface is in the correct state to transmit */
bool is_ready_to_tx() override;
/* restart only if the interface is in error state */
void restart() override;

// Called from driver functions
ETH_HandleTypeDef EthHandle;
osThreadId_t thread; /**< Processing thread */
Expand Down
11 changes: 11 additions & 0 deletions cores/arduino/mbed/connectivity/netsocket/include/netsocket/EMAC.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,17 @@ class EMAC {
* @param mem_mngr Pointer to memory manager
*/
virtual void set_memory_manager(EMACMemoryManager &mem_mngr) = 0;

virtual bool is_ready_to_tx() {
return true;
}

virtual void restart() {
}

virtual int get_interface_status() {
return -1;
}
};


Expand Down
8 changes: 4 additions & 4 deletions variants/ARDUINO_NANO33BLE/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
-DFEATURE_STORAGE=1
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580467.0657709
-DMBED_BUILD_TIMESTAMP=1720438723.6150708
-D__MBED_CMSIS_RTOS_CM
-DMBED_MPU_CUSTOM
-DMBED_TICKLESS
Expand Down Expand Up @@ -65,7 +65,7 @@
-DTOOLCHAIN_GCC_ARM
-DWSF_MAX_HANDLERS=10
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/ARDUINO_NANO33BLE/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/EDGE_CONTROL/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
-DFEATURE_STORAGE=1
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580640.5462966
-DMBED_BUILD_TIMESTAMP=1720438575.8324268
-D__MBED_CMSIS_RTOS_CM
-DMBED_MPU_CUSTOM
-DMBED_TICKLESS
Expand Down Expand Up @@ -69,7 +69,7 @@
-DTOOLCHAIN_GCC_ARM
-DWSF_MAX_HANDLERS=10
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/EDGE_CONTROL/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/GENERIC_STM32H747_M4/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
-DFEATURE_BLE=1
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580585.9789317
-DMBED_BUILD_TIMESTAMP=1720439009.4096816
-D__MBED_CMSIS_RTOS_CM
-DMBED_MPU_CUSTOM
-DMBED_TICKLESS
Expand Down Expand Up @@ -79,7 +79,7 @@
-DUSE_HAL_DRIVER
-DVIRTIO_DEVICE_ONLY
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/GENERIC_STM32H747_M4/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/GIGA/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
-DFEATURE_BLE=1
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719930214.211079
-DMBED_BUILD_TIMESTAMP=1720438617.7533863
-D__MBED_CMSIS_RTOS_CM
-DMBED_TICKLESS
-DMBEDTLS_FS_IO
Expand Down Expand Up @@ -80,7 +80,7 @@
-DUSE_HAL_DRIVER
-DVIRTIO_DRIVER_ONLY
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/GIGA/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/NANO_RP2040_CONNECT/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-DDEVICE_USTICKER=1
-DDEVICE_WATCHDOG=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580442.2641459
-DMBED_BUILD_TIMESTAMP=1720438706.2363644
-D__MBED_CMSIS_RTOS_CM
-DMBED_MPU_CUSTOM
-DMBEDTLS_ENTROPY_NV_SEED
Expand All @@ -45,7 +45,7 @@
-DTOOLCHAIN_GCC
-DTOOLCHAIN_GCC_ARM
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/NANO_RP2040_CONNECT/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/NICLA/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
-DFEATURE_BLE=1
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580684.6774077
-DMBED_BUILD_TIMESTAMP=1720438759.8894477
-D__MBED_CMSIS_RTOS_CM
-DMBED_MPU_CUSTOM
-DMBED_TICKLESS
Expand Down Expand Up @@ -75,7 +75,7 @@
-DTOOLCHAIN_GCC
-DTOOLCHAIN_GCC_ARM
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/NICLA/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/NICLA_VISION/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
-DFLOW_SILENT
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580720.2247646
-DMBED_BUILD_TIMESTAMP=1720438783.4796686
-D__MBED_CMSIS_RTOS_CM
-DMBED_TICKLESS
-DMBEDTLS_FS_IO
Expand Down Expand Up @@ -83,7 +83,7 @@
-DUSE_HAL_DRIVER
-DVIRTIO_DRIVER_ONLY
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/NICLA_VISION/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/OPTA/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
-DFEATURE_BLE=1
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719929630.0019104
-DMBED_BUILD_TIMESTAMP=1720438877.8913524
-D__MBED_CMSIS_RTOS_CM
-DMBED_TICKLESS
-DMBEDTLS_FS_IO
Expand Down Expand Up @@ -80,7 +80,7 @@
-DUSE_HAL_DRIVER
-DVIRTIO_DRIVER_ONLY
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/OPTA/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/PORTENTA_H7_M7/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
-D__FPU_PRESENT=1
-DLSE_STARTUP_TIMEOUT=200
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580529.7864532
-DMBED_BUILD_TIMESTAMP=1720438970.1228094
-D__MBED_CMSIS_RTOS_CM
-DMBED_TICKLESS
-DMBEDTLS_FS_IO
Expand Down Expand Up @@ -83,7 +83,7 @@
-DUSE_HAL_DRIVER
-DVIRTIO_DRIVER_ONLY
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/PORTENTA_H7_M7/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/PORTENTA_X8/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
-DEXTRA_IDLE_STACK_REQUIRED
-D__FPU_PRESENT=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580895.1557932
-DMBED_BUILD_TIMESTAMP=1720439046.7874656
-D__MBED_CMSIS_RTOS_CM
-DMBED_MPU_CUSTOM
-DMBED_TICKLESS
Expand Down Expand Up @@ -70,7 +70,7 @@
-DUSE_HAL_DRIVER
-DVIRTIO_DEVICE_ONLY
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/PORTENTA_X8/libs/libmbed.a
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/RASPBERRY_PI_PICO/defines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-DDEVICE_USTICKER=1
-DDEVICE_WATCHDOG=1
-D__MBED__=1
-DMBED_BUILD_TIMESTAMP=1719580504.0819786
-DMBED_BUILD_TIMESTAMP=1720439093.433086
-D__MBED_CMSIS_RTOS_CM
-DMBED_MPU_CUSTOM
-DMBEDTLS_ENTROPY_NV_SEED
Expand All @@ -44,7 +44,7 @@
-DTOOLCHAIN_GCC
-DTOOLCHAIN_GCC_ARM
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
-DCORE_MAJOR=
-DCORE_MINOR=
-DCORE_PATCH=
-DCORE_MAJOR=4
-DCORE_MINOR=1
-DCORE_PATCH=5
-DUSE_ARDUINO_PINOUT
Binary file modified variants/RASPBERRY_PI_PICO/libs/libmbed.a
Binary file not shown.

0 comments on commit 46bf5d0

Please sign in to comment.