Skip to content

Commit bb65849

Browse files
committed
giga: enable log backend
1 parent 70a3b3d commit bb65849

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ CONFIG_LLEXT_HEAP_SIZE=128
1919
CONFIG_CPP=n
2020
CONFIG_SHELL=n
2121

22+
CONFIG_LOG_BACKEND_UART=y
23+
CONFIG_LOG_BACKEND_UART_AUTOSTART=n
24+
CONFIG_LOG_BUFFER_SIZE=1024
25+
CONFIG_LOG_DEFAULT_LEVEL=2
26+
2227
CONFIG_FPU=y
2328
CONFIG_ADC=y
2429
CONFIG_DAC=y

0 commit comments

Comments
 (0)