Skip to content

Commit f5b2210

Browse files
committed
giga: add log uarts
1 parent 45b2582 commit f5b2210

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,15 @@
320320
/{
321321
chosen {
322322
zephyr,camera = &dcmi;
323+
zephyr,log-uart = &log_uarts;
323324
/* zephyr,console = &board_cdc_acm_uart; */
324325
};
325326

327+
log_uarts: log_uarts {
328+
compatible = "zephyr,log-uart";
329+
uarts = <&usart2 &board_cdc_acm_uart>;
330+
};
331+
326332
/* used to overcome problems with _C analog pins */
327333
gpioz: gpio@deadbeef {
328334
compatible = "vnd,gpio";

0 commit comments

Comments
 (0)