Skip to content

Commit 73c146e

Browse files
Seppo TakaloCruz Monrreal II
authored andcommitted
WICED based WiFi devices still need FEATURE_LWIP
This feature is removed from the master, as it is obsolete now. LWIP is always build in on the master. However, 5.9 this still needs to be enabled.
1 parent 8cc69d9 commit 73c146e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,7 @@
11611161
"inherits": ["FAMILY_STM32"],
11621162
"core": "Cortex-M4F",
11631163
"extra_labels_add": ["STM32F4", "STM32F412xG", "STM32F412ZG", "WICED", "CYW43362"],
1164+
"features": ["LWIP"],
11641165
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
11651166
"device_has_add": ["CAN", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
11661167
"release_versions": ["5"],
@@ -1181,7 +1182,7 @@
11811182
"inherits": ["FAMILY_STM32"],
11821183
"core": "Cortex-M4F",
11831184
"extra_labels_add": ["STM32F4", "STM32F412xG", "STM32F412ZG", "WICED", "CYW4343X", "CORDIO"],
1184-
"features": ["BLE"],
1185+
"features": ["BLE", "LWIP"],
11851186
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
11861187
"device_has_add": ["SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
11871188
"release_versions": ["5"],

0 commit comments

Comments
 (0)