Skip to content

Commit 33d7047

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 Conflicts: targets/targets.json -> merged
1 parent eeab061 commit 33d7047

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
@@ -2456,7 +2456,8 @@
24562456
"macros_add": [
24572457
"STM32H747xx",
24582458
"MBED_TICKLESS",
2459-
"EXTRA_IDLE_STACK_REQUIRED"
2459+
"EXTRA_IDLE_STACK_REQUIRED",
2460+
"BT_UART_NO_3M_SUPPORT"
24602461
],
24612462
"overrides": { "lpticker_delay_ticks": 4 },
24622463
"detect_code": ["0813"],

0 commit comments

Comments
 (0)