Added User Application APIs to the CDC and DFU class bootloaders.
This commit is contained in:
		
							parent
							
								
									beb069b9b8
								
							
						
					
					
						commit
						1a4a26271e
					
				
					 19 changed files with 436 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -5,6 +5,25 @@
 | 
			
		|||
 */
 | 
			
		||||
 | 
			
		||||
 /** \page Page_ChangeLog Project Changelog
 | 
			
		||||
  *
 | 
			
		||||
  *  \section Sec_ChangeLogXXXXXX Version XXXXXX
 | 
			
		||||
  *  <b>New:</b>
 | 
			
		||||
  *  - Core:
 | 
			
		||||
  *   - None
 | 
			
		||||
  *  - Library Applications:
 | 
			
		||||
  *   - Added User Application APIs to the CDC and DFU class bootloaders
 | 
			
		||||
  *
 | 
			
		||||
  *  <b>Changed:</b>
 | 
			
		||||
  *  - Core:
 | 
			
		||||
  *   - None
 | 
			
		||||
  *  - Library Applications:
 | 
			
		||||
  *   - None
 | 
			
		||||
  *
 | 
			
		||||
  *  <b>Fixed:</b>
 | 
			
		||||
  *  - Core:
 | 
			
		||||
  *   - None
 | 
			
		||||
  *  - Library Applications:
 | 
			
		||||
  *   - None
 | 
			
		||||
  *
 | 
			
		||||
  *  \section Sec_ChangeLog111009 Version 111009
 | 
			
		||||
  *  <b>New:</b>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -52,7 +52,7 @@
 | 
			
		|||
 *
 | 
			
		||||
 *  If you are not using any board-specific drivers in the LUFA library, or you are using a custom board layout, change this to read
 | 
			
		||||
 *  "USER" (no quotes) instead of a standard board name. If the USER board type is selected and the application makes use of one or more
 | 
			
		||||
 *  board-specific hardware drivers inside the LUFA library, then the appropriate stub drives files should be copied from the /BoardStubs/
 | 
			
		||||
 *  board-specific hardware drivers inside the LUFA library, then the appropriate stub drives files should be copied from the \c /CodeTemplates/DriverStubs/
 | 
			
		||||
 *  directory into a /Board/ folder inside the application directory, and the stub driver completed with the appropriate code to drive the
 | 
			
		||||
 *  custom board's hardware.
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,6 +10,9 @@
 | 
			
		|||
 *  to the next version released. It does not indicate all new additions to the library in each version change, only
 | 
			
		||||
 *  areas relevant to making older projects compatible with the API changes of each new release.
 | 
			
		||||
 *
 | 
			
		||||
 *  \section Sec_MigrationXXXXXX Migrating from 111009 to XXXXXX
 | 
			
		||||
 *  None
 | 
			
		||||
 *
 | 
			
		||||
 *  \section Sec_Migration111009 Migrating from 110528 to 111009
 | 
			
		||||
 *  <b>Non-USB Library Components</b>
 | 
			
		||||
 *    - The \c JTAG_DEBUG_ASSERT() macro has been renamed \ref JTAG_ASSERT() to be consistent with \ref STDOUT_ASSERT().
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,10 +43,10 @@
 | 
			
		|||
	/* Public Interface - May be used in end-application: */
 | 
			
		||||
		/* Macros: */
 | 
			
		||||
			/** Indicates the version number of the library, as an integer. */
 | 
			
		||||
			#define LUFA_VERSION_INTEGER     0x111009
 | 
			
		||||
			#define LUFA_VERSION_INTEGER     0x000000
 | 
			
		||||
 | 
			
		||||
			/** Indicates the version number of the library, as a string. */
 | 
			
		||||
			#define LUFA_VERSION_STRING      "111009"
 | 
			
		||||
			#define LUFA_VERSION_STRING      "000000"
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue