Skip to content

Commit d0eff9f

Browse files
committed
giga: enable log backend
1 parent c640a5f commit d0eff9f

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
@@ -24,6 +24,11 @@ CONFIG_LLEXT_HEAP_REGION="SRAM2"
2424
CONFIG_CPP=n
2525
CONFIG_SHELL=n
2626

27+
CONFIG_LOG_BACKEND_UART=y
28+
CONFIG_LOG_BACKEND_UART_AUTOSTART=n
29+
CONFIG_LOG_BUFFER_SIZE=1024
30+
CONFIG_LOG_DEFAULT_LEVEL=2
31+
2732
CONFIG_FPU=y
2833
CONFIG_ADC=y
2934
CONFIG_DAC=y

0 commit comments

Comments
 (0)