From f092889d19ae4cc2c0c35e8ffb70ebe024e36c75 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 4 Jun 2013 16:35:43 -0600 Subject: Add configs/sam4l-xplained/src/up_userleds.c --- nuttx/configs/sam3u-ek/include/board.h | 1 - nuttx/configs/sam3u-ek/src/up_lcd.c | 1 - nuttx/configs/sam3u-ek/src/up_leds.c | 1 - nuttx/configs/sam3u-ek/src/up_touchscreen.c | 1 - 4 files changed, 4 deletions(-) (limited to 'nuttx/configs/sam3u-ek') diff --git a/nuttx/configs/sam3u-ek/include/board.h b/nuttx/configs/sam3u-ek/include/board.h index 213a6f4e4..b5e112479 100644 --- a/nuttx/configs/sam3u-ek/include/board.h +++ b/nuttx/configs/sam3u-ek/include/board.h @@ -1,6 +1,5 @@ /************************************************************************************ * configs/sam3u-ek/include/board.h - * include/arch/board/board.h * * Copyright (C) 2009-2011, 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/configs/sam3u-ek/src/up_lcd.c b/nuttx/configs/sam3u-ek/src/up_lcd.c index 2190fb15e..ebeb35d91 100644 --- a/nuttx/configs/sam3u-ek/src/up_lcd.c +++ b/nuttx/configs/sam3u-ek/src/up_lcd.c @@ -1,6 +1,5 @@ /************************************************************************************** * configs/sam3u-ek/src/up_lcd.c - * arch/arm/src/board/up_lcd.c * * Copyright (C) 2010-2011, 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/configs/sam3u-ek/src/up_leds.c b/nuttx/configs/sam3u-ek/src/up_leds.c index 1c6c4aeb7..3a6d09a48 100644 --- a/nuttx/configs/sam3u-ek/src/up_leds.c +++ b/nuttx/configs/sam3u-ek/src/up_leds.c @@ -1,6 +1,5 @@ /**************************************************************************** * configs/sam3u-ek/src/up_leds.c - * arch/arm/src/board/up_leds.c * * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nuttx/configs/sam3u-ek/src/up_touchscreen.c b/nuttx/configs/sam3u-ek/src/up_touchscreen.c index 71b12f571..251d9b624 100644 --- a/nuttx/configs/sam3u-ek/src/up_touchscreen.c +++ b/nuttx/configs/sam3u-ek/src/up_touchscreen.c @@ -1,6 +1,5 @@ /************************************************************************************ * configs/sam3u-ek/src/up_touchscreen.c - * arch/arm/src/board/up_touchscreen.c * * Copyright (C) 2011-2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt -- cgit v1.2.3