aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.7-linaro/810-arm-softfloat-libgcc.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-05-23 06:38:25 +0000
committerSteven Barth <cyrus@openwrt.org>2013-05-23 06:38:25 +0000
commit32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2 (patch)
tree944ecf87a9aa8610c05b2850f997864834f8b8f9 /toolchain/gcc/patches/4.7-linaro/810-arm-softfloat-libgcc.patch
parentb757ca2259fe3a490e3409f066e6b7890b9c90bf (diff)
downloadupstream-32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2.tar.gz
upstream-32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2.tar.bz2
upstream-32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2.zip
firewall3: Remove abandonend include
SVN-Revision: 36692
Diffstat (limited to 'toolchain/gcc/patches/4.7-linaro/810-arm-softfloat-libgcc.patch')
0 files changed, 0 insertions, 0 deletions
>156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
/*
             LUFA Library
     Copyright (C) Dean Camera, 2010.
              
  dean [at] fourwalledcubicle [dot] com
      www.fourwalledcubicle.com
*/

/*
  Copyright 2010  Dean Camera (dean [at] fourwalledcubicle [dot] com)

  Permission to use, copy, modify, distribute, and sell this 
  software and its documentation for any purpose is hereby granted
  without fee, provided that the above copyright notice appear in 
  all copies and that both that the copyright notice and this
  permission notice and warranty disclaimer appear in supporting 
  documentation, and that the name of the author not be used in 
  advertising or publicity pertaining to distribution of the 
  software without specific, written prior permission.

  The author disclaim all warranties with regard to this
  software, including all implied warranties of merchantability
  and fitness.  In no event shall the author be liable for any
  special, indirect or consequential damages or any damages
  whatsoever resulting from loss of use, data or profits, whether
  in an action of contract, negligence or other tortious action,
  arising out of or in connection with the use or performance of
  this software.
*/

/** \file
 *  \brief Master include file for the board LEDs driver.
 *
 *  This file is the master dispatch header file for the board-specific LED driver, for boards containing user
 *  controllable LEDs.
 *
 *  User code should include this file, which will in turn include the correct LED driver header file for the
 *  currently selected board.
 *
 *  If the BOARD value is set to BOARD_USER, this will include the /Board/LEDs.h file in the user project
 *  directory.
 */

/** \ingroup Group_BoardDrivers
 *  @defgroup Group_LEDs LEDs Driver - LUFA/Drivers/Board/LEDs.h
 *
 *  \section Sec_Dependencies Module Source Dependencies
 *  The following files must be built with any user project that uses this module: