]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DirectorySummaries.txt
Remove core library and build files
[qmk_firmware.git] / protocol / lufa / LUFA-120730 / LUFA / DoxygenPages / DirectorySummaries.txt
diff --git a/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DirectorySummaries.txt b/protocol/lufa/LUFA-120730/LUFA/DoxygenPages/DirectorySummaries.txt
deleted file mode 100644 (file)
index b042246..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-/** \file\r
- *\r
- *  This file contains special DoxyGen information for the generation of the main page and other special\r
- *  documentation pages. It is not a project source file.\r
- */\r
-\r
-/** \dir Platform\r
- *  \brief Platform specific drivers.\r
- *\r
- *  This folder contains platform specific drivers and defines for various supported architectures. These may or may\r
- *  not be used in a LUFA application, and are provided for convenience purposes.\r
- *\r
- *  \dir Drivers\r
- *  \brief Library hardware and software drivers.\r
- *\r
- *  This folder contains all the library hardware and software drivers for each supported board, architecture and\r
- *  microcontroller model.\r
- *\r
- *  \dir Drivers/Misc\r
- *  \brief Miscellaneous driver files.\r
- *\r
- *  This folder contains drivers for aspects other than the USB interface, board hardware or microcontroller peripherals.\r
- *\r
- *  \dir Drivers/Peripheral\r
- *  \brief Microcontroller peripheral driver files.\r
- *\r
- *  This folder contains drivers for various low level microcontroller peripherals, usually located on the microcontroller\r
- *  die within the same physical chip.\r
- *\r
- *  \dir Drivers/USB\r
- *  \brief USB controller peripheral driver files.\r
- *\r
- *  This folder contains the complete LUFA USB stack and controller files, including the core driver and stack, as well\r
- *  as the USB class driver implementations.\r
- *\r
- *  \dir Drivers/USB/Core\r
- *  \brief Core USB driver files.\r
- *\r
- *  This folder contains the core USB stack and controller driver files, to correctly implement USB functionality on the\r
- *  target architecture and microcontroller model. This\r
- *\r
- *  \dir Drivers/USB/Class\r
- *  \brief USB Class helper driver files.\r
- *\r
- *  This folder contains drivers for implementing functionality of standardized USB classes. These are not used directly by the library,\r
- *  but provide a standard and library-maintained way of implementing functionality from some of the defined USB classes without extensive\r
- *  development effort. Is is recommended that these drivers be used where possible to reduce maintenance of user applications.\r
- *\r
- *  \dir Drivers/USB/Class/Device\r
- *  \brief USB Device Class helper driver files.\r
- *\r
- *  Device mode drivers for the standard USB classes.\r
- *\r
- *  \dir Drivers/USB/Class/Host\r
- *  \brief USB Host Class helper driver files.\r
- *\r
- *  Host mode drivers for the standard USB classes.\r
- *\r
- *  \dir Drivers/Board\r
- *  \brief Board hardware driver files.\r
- *\r
- *  This folder contains drivers for interfacing with the physical hardware on supported commercial boards, primarily from\r
- *  the Atmel corporation. Header files in this folder should be included in user applications requiring the functionality of\r
- *  hardware placed on supported boards.\r
- *\r
- *  \dir CodeTemplates\r
- *  \brief Code templates for use in LUFA powered applications.\r
- *\r
- *  This contains code templates for board drivers, sample LUFA project makefiles and other similar templates that can be copied into\r
- *  a LUFA powered application and modified to speed up development.\r
- *\r
- *  \dir CodeTemplates/DriverStubs\r
- *  \brief Driver stub header files for custom boards, to allow the LUFA board drivers to operate.\r
- *\r
- *  This contains stub files for the LUFA board drivers. If the LUFA board drivers are used with board hardware other than those\r
- *  directly supported by the library, the BOARD parameter of the application's makefile can be set to "USER", and these stub files\r
- *  copied to the "/Board/" directory of the application's folder. When fleshed out with working driver code for the custom board,\r
- *  the corresponding LUFA board APIs will work correctly with the non-standard board hardware.\r
- */\r
-\r