Skip to content

Commit 3a38556

Browse files
committed
TEMP: add BT_UART_NO_3M_SUPPORT define for backward compatibility with portenta h7 without 32khz oscillator
This change removes support for 3Mb uart baud rate
1 parent 53103b6 commit 3a38556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)