summaryrefslogtreecommitdiff
path: root/config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.cmake')
-rw-r--r--config.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.cmake b/config.cmake
new file mode 100644
index 0000000..94de0d7
--- /dev/null
+++ b/config.cmake
@@ -0,0 +1,5 @@
+set(KCONFIG_TINYPRINTF TRUE)
+set(KCONFIG_PRINTF_TARGET_SEMIHOSTING TRUE)
+set(KCONFIG_SEMIHOSTING TRUE)
+set(KCONFIG_SEMIHOSTING_PUTCHAR TRUE)
+set(KCONFIG_SEMIHOSTING_PUTS TRUE)