Dean Camera
1d2680b358
Update copyrights to 2015 (better late than never).
10 years ago
Dean Camera
be2df78637
Minor documentation improvements.
10 years ago
Dean Camera
3d818fbb86
Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API functions.
11 years ago
Dean Camera
e368a89987
Update copyrights for 2014.
11 years ago
Dean Camera
7941245122
Ensure core library documentation sections use unique IDs.
12 years ago
Dean Camera
d5e84db5ab
Don't generate the full HTML documentation when only needing the XML version for post-processing.
12 years ago
Dean Camera
cfa48f5987
Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
12 years ago
Dean Camera
de0df8b162
Update copyright year to 2013.
12 years ago
Dean Camera
eee252603b
Minor documentation improvements.
12 years ago
Dean Camera
a69a0cbeb8
Minor documentation improvements.
13 years ago
Dean Camera
f2ae4dc255
Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
13 years ago
Dean Camera
1132488e8f
Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible.
...
Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file.
Fix missing semicolon in the UC3 architecture host pipe functions.
Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
13 years ago
Dean Camera
5051df08d7
Minor documentation improvements.
13 years ago
Dean Camera
f1b6ddb710
Update file contributor copyrights for 2012.
13 years ago
Dean Camera
2c806f6cee
Update file header copyrights for 2012.
13 years ago
Dean Camera
f201f6697b
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
13 years ago
Dean Camera
413438eb23
Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.
...
Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays.
Minor documentation improvements.
14 years ago
Dean Camera
9708b45e69
Minor documentation corrections.
14 years ago
Dean Camera
f01a05415c
Spell check library source code files.
14 years ago
Dean Camera
b6a3c78fa3
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
14 years ago