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 0b00a02 commit 3e79d21Copy full SHA for 3e79d21
arch/arm/src/common/arm_internal.h
@@ -54,6 +54,9 @@
54
# elif defined(CONFIG_CONSOLE_SYSLOG)
55
# undef USE_SERIALDRIVER
56
# undef USE_EARLYSERIALINIT
57
+# elif defined(CONFIG_SERIAL_RTT_CONSOLE)
58
+# undef USE_SERIALDRIVER
59
+# undef USE_EARLYSERIALINIT
60
# else
61
# define USE_SERIALDRIVER 1
62
# define USE_EARLYSERIALINIT 1
arch/arm64/src/common/arm64_internal.h
@@ -55,6 +55,9 @@
63
0 commit comments