From d890cd67c3ef9e702a71bb5ed2f8a5e9e6d4cfac Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 24 May 2013 10:00:54 -0600 Subject: Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the STM32 L family, some STM32L-Discovery LCD debug changes --- apps/examples/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/Kconfig') diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig index 97e6ce140..57671ac4c 100644 --- a/apps/examples/Kconfig +++ b/apps/examples/Kconfig @@ -47,6 +47,7 @@ source "$APPSDIR/examples/rgmp/Kconfig" source "$APPSDIR/examples/romfs/Kconfig" source "$APPSDIR/examples/sendmail/Kconfig" source "$APPSDIR/examples/serloop/Kconfig" +source "$APPSDIR/examples/slcd/Kconfig" source "$APPSDIR/examples/flash_test/Kconfig" source "$APPSDIR/examples/smart_test/Kconfig" source "$APPSDIR/examples/smart/Kconfig" -- cgit v1.2.3