Newer AS7 integration binary, with ASF detection fixes and newer image assets.
[pub/USBasp.git] / LUFA / Platform / Platform.h
index d713190..4611837 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2012.
+     Copyright (C) Dean Camera, 2015.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2012  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2015  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
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 /** \defgroup Group_PlatformDrivers System Platform Drivers - LUFA/Platform/Platform.h
  *  \brief Hardware platform drivers.
  *
 /** \defgroup Group_PlatformDrivers System Platform Drivers - LUFA/Platform/Platform.h
  *  \brief Hardware platform drivers.
  *
- *  \section Sec_Dependencies Module Source Dependencies
+ *  \section Sec_PlatformDrivers_Dependencies Module Source Dependencies
  *  The following files must be built with any user project that uses this module:
  *  The following files must be built with any user project that uses this module:
- *    - <b>UC3 Architecture Only:</b> LUFA/Platform/UC3/InterruptManagement.c <i>(Makefile source module name: LUFA_SRC_PLATFORM)</i> 
+ *    - <b>UC3 Architecture Only:</b> LUFA/Platform/UC3/InterruptManagement.c <i>(Makefile source module name: LUFA_SRC_PLATFORM)</i>
  *    - <b>UC3 Architecture Only:</b> LUFA/Platform/UC3/Exception.S <i>(Makefile source module name: LUFA_SRC_PLATFORM)</i>
  *
  *    - <b>UC3 Architecture Only:</b> LUFA/Platform/UC3/Exception.S <i>(Makefile source module name: LUFA_SRC_PLATFORM)</i>
  *
- *  \section Sec_ModDescription Module Description
+ *  \section Sec_PlatformDrivers_ModDescription Module Description
  *  Device-specific hardware platform drivers, for low level hardware configuration and management. The platform
  *  drivers are a set of drivers which are designed to provide a high level management layer for the various low level
  *  system functions such as clock control and interrupt management.
  *  Device-specific hardware platform drivers, for low level hardware configuration and management. The platform
  *  drivers are a set of drivers which are designed to provide a high level management layer for the various low level
  *  system functions such as clock control and interrupt management.