index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Common
/
Common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new CONCAT() and CONCAT_EXPANDED() convenience macros.
Dean Camera
2013-04-06
1
-3
/
+23
*
Update copyright year to 2013.
Dean Camera
2013-01-03
1
-2
/
+2
*
Fixed hardware race condition that could cause failed device enumerations for...
Dean Camera
2013-01-03
1
-2
/
+2
*
Minor typo corrections.
Dean Camera
2013-01-02
1
-2
/
+2
*
Minor documentation improvements.
Dean Camera
2012-10-05
1
-1
/
+1
*
Add missing <math.h> include for the UC3 devices, hide CDC class driver strea...
Dean Camera
2012-06-12
1
-1
/
+2
*
Make sure that LUFAConfig.h is included *after* the common submodules, so tha...
Dean Camera
2012-05-29
1
-4
/
+4
*
Minor documentation improvements.
Dean Camera
2012-04-08
1
-1
/
+1
*
Fix up Doxygen documentation directives to allow for generation of documentat...
Dean Camera
2012-04-07
1
-0
/
+7
*
Add XMEGA C3 family to the ModuleTest build test.
Dean Camera
2012-03-17
1
-2
/
+0
*
Minor documentation fixes - change \note entries to \warning where appropriat...
Dean Camera
2012-02-24
1
-4
/
+4
*
Add build tests to verify correct compilation of as many modules as possible ...
Dean Camera
2012-02-18
1
-1
/
+3
*
Update file contributor copyrights for 2012.
Dean Camera
2012-02-04
1
-1
/
+1
*
Update file header copyrights for 2012.
Dean Camera
2012-02-04
1
-1
/
+1
*
Minor documentation fixes.
Dean Camera
2012-02-03
1
-1
/
+1
*
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
Dean Camera
2011-12-23
1
-17
/
+17
*
Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Ge...
Dean Camera
2011-12-20
1
-2
/
+2
*
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...
Dean Camera
2011-09-22
1
-0
/
+2
*
Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.
Dean Camera
2011-09-02
1
-2
/
+2
*
Minor documentation fixes.
Dean Camera
2011-08-23
1
-2
/
+2
*
Pull out architecture specific macros and other definitions into a new common...
Dean Camera
2011-08-16
1
-69
/
+1
*
Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.
Dean Camera
2011-07-14
1
-0
/
+20
*
Add start of an architecture port to the Atmel USB XMEGA devices.
Dean Camera
2011-07-13
1
-1
/
+34
*
Split out compiler specific helper macros into a new CompilerSpecific.h heade...
Dean Camera
2011-07-06
1
-25
/
+1
*
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...
Dean Camera
2011-06-20
1
-0
/
+10
*
Spell check library source code files.
Dean Camera
2011-06-01
1
-1
/
+1
*
Add new USE_LUFA_CONFIG_HEADER compile time option.
Dean Camera
2011-05-09
1
-0
/
+4
*
Minor documentation fixes.
Dean Camera
2011-05-08
1
-1
/
+4
*
Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...
Dean Camera
2011-04-25
1
-1
/
+1
*
Fix definition of pgm_read_ptr().
Dean Camera
2011-04-13
1
-1
/
+1
*
Add missing function attributes to the pipe/endpoint functions for all archit...
Dean Camera
2011-04-12
1
-1
/
+11
*
Remove redundant type information for bitfield elements, other than the signe...
Dean Camera
2011-04-10
1
-18
/
+28
*
Create a new Common module documentation group for the new Global Interrupt m...
Dean Camera
2011-04-08
1
-2
/
+20
*
Move global interrupt enable/disable functions out to Common.h and document t...
Dean Camera
2011-04-08
1
-1
/
+90
*
Correct UC3 global interrupt functions.
Dean Camera
2011-04-08
1
-4
/
+14
*
Add in a new common Delay_MS() function, which provides a blocking delay for ...
Dean Camera
2011-04-08
1
-5
/
+17
*
Add in new architecture attribute defines to selectively remove the EEPROM an...
Dean Camera
2011-03-21
1
-2
/
+6
*
Remove redundant Doxygen guards from the internal preprocessor definitions.
Dean Camera
2011-03-15
1
-3
/
+1
*
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
Dean Camera
2011-03-13
1
-1
/
+1
*
Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...
Dean Camera
2011-03-13
1
-0
/
+6
*
Oops - rename misnamed Endianess.h header file.
Dean Camera
2011-03-13
1
-4
/
+0
*
Move out endianness management macros into a new common Endianness.h header.
Dean Camera
2011-03-13
1
-151
/
+12
*
Fix UC3B architecture compile errors and ensure the architecture can be compi...
Dean Camera
2011-03-05
1
-0
/
+2
*
Porting updates for the UC3B architecture - get UC3B partially enumerating us...
Dean Camera
2011-03-05
1
-5
/
+36
*
Add in USB_INT_RegisterHandlers() internal function to register the interrupt...
Dean Camera
2011-02-28
1
-1
/
+3
*
Fix USB Host mode compile errors for the UC3B architecture.
Dean Camera
2011-02-27
1
-0
/
+1
*
Move out common architecture-independent core definitions into the appropriat...
Dean Camera
2011-02-27
1
-0
/
+1
*
More AVR32 UC3B architecture ports - USB device mode applications can now be ...
Dean Camera
2011-02-27
1
-0
/
+12
*
Update board driver common APIs to use uint_reg_t.
Dean Camera
2011-02-20
1
-5
/
+6
*
Added start of a port of the core USB driver code to the AVR32 UC3B architect...
Dean Camera
2011-02-20
1
-0
/
+11
[next]