We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b2582 commit f5b2210Copy full SHA for f5b2210
variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.overlay
@@ -320,9 +320,15 @@
320
/{
321
chosen {
322
zephyr,camera = &dcmi;
323
+ zephyr,log-uart = &log_uarts;
324
/* zephyr,console = &board_cdc_acm_uart; */
325
};
326
327
+ log_uarts: log_uarts {
328
+ compatible = "zephyr,log-uart";
329
+ uarts = <&usart2 &board_cdc_acm_uart>;
330
+ };
331
+
332
/* used to overcome problems with _C analog pins */
333
gpioz: gpio@deadbeef {
334
compatible = "vnd,gpio";
0 commit comments