From b502c816326908d04252ea3346f07811e8bdd42c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 14 May 2017 16:03:46 +0200 Subject: wip, experimenting with kconfig in mcucpp. --- Kconfig | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 Kconfig (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig deleted file mode 100644 index 0fd66ed..0000000 --- a/Kconfig +++ /dev/null @@ -1,30 +0,0 @@ -mainmenu "MCU C++ Configuration" - -config TINYPRINTF - bool "Enable tinyprintf" - -choice PRINTF_TARGET - prompt "printf() target" - - config PRINTF_TARGET_SEMIHOSTING - bool "Semihosting" - - config PRINTF_TARGET_UART - bool "UART" - -endchoice - -config SEMIHOSTING - bool "Enable semihosting" - -menu "Semihosting settings" - depends on SEMIHOSTING - -config SEMIHOSTING_PUTCHAR - bool "Enable putchar() implementation with semihosting" - default y - -config SEMIHOSTING_PUTS - bool "Enable puts() implementation with semihosting" - default y -endmenu -- cgit v1.2.3