Skip to content

Commit cf72a29

Browse files
committed
Merge branch 'portenta-mbed-6.2.0' of github.com:arduino/mbed-os into portenta-mbed-6.2.0
2 parents a5ce84c + 274a101 commit cf72a29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

features/FEATURE_BLE/targets/TARGET_STM/TARGET_CYW4343X/CyH4TransportDriver.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ uint16_t CyH4TransportDriver::write(uint8_t type, uint16_t len, uint8_t *pData)
164164
uart.write(&to_write, 1);
165165
++i;
166166
}
167+
while (uart.writeable() == 0);
167168

168169
deassert_bt_dev_wake();
169170
sleep_manager_unlock_deep_sleep();

targets/targets.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,8 @@
27202720
"MBED_TICKLESS",
27212721
"MBEDTLS_FS_IO",
27222722
"MBEDTLS_SHA1_C",
2723-
"EXTRA_IDLE_STACK_REQUIRED"
2723+
"EXTRA_IDLE_STACK_REQUIRED",
2724+
"BT_UART_NO_3M_SUPPORT"
27242725
],
27252726
"detect_code": ["0813"],
27262727
"components_add": ["QSPIF", "FLASHIAP", "WHD", "4343W", "CYW43XXX"],

0 commit comments

Comments
 (0)