Skip to content

Commit 699811b

Browse files
Add binary drivers for MTB_USI_WM_BN_BM_22 and MTB_ADV_WISE_1530
1 parent 443e37b commit 699811b

File tree

8 files changed

+447
-2
lines changed

8 files changed

+447
-2
lines changed

features/FEATURE_BLE/targets/TARGET_CYW4343X/HCIDriver.cpp

Lines changed: 443 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

targets/targets.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,12 +1174,14 @@
11741174
"USI_WM_BN_BM_22": {
11751175
"inherits": ["FAMILY_STM32"],
11761176
"core": "Cortex-M4F",
1177-
"extra_labels_add": ["STM32F4", "STM32F412xG", "STM32F412ZG"],
1177+
"extra_labels_add": ["STM32F4", "STM32F412xG", "STM32F412ZG", "WICED", "CYW4343X", "CORDIO"],
1178+
"features": ["LWIP", "BLE"],
11781179
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
1179-
"device_has_add": ["SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
1180+
"device_has_add": ["SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH", "EMAC"],
11801181
"release_versions": ["2", "5"],
11811182
"device_name": "STM32F412ZG",
11821183
"bootloader_supported": true,
1184+
"public": false,
11831185
"config": {
11841186
"clock_source": {
11851187
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",

0 commit comments

Comments
 (0)