Skip to content

Commit 3e7f3c3

Browse files
committed
portentah7: enable log backend
1 parent a44a5bc commit 3e7f3c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=-1
1818
CONFIG_CPP=n
1919
CONFIG_SHELL=n
2020

21+
CONFIG_LOG_BACKEND_UART=y
22+
CONFIG_LOG_BACKEND_UART_AUTOSTART=n
23+
CONFIG_LOG_BUFFER_SIZE=1024
24+
CONFIG_LOG_DEFAULT_LEVEL=2
25+
2126
CONFIG_FPU=y
2227
CONFIG_ICACHE=y
2328
CONFIG_DCACHE=y

0 commit comments

Comments
 (0)