Dean Camera
|
c0da7660fc
|
Add missing INTC_GetInterruptHandler() function prototype.
|
12 years ago |
Dean Camera
|
5d9403fde4
|
Fix up non-relative header file include paths (thanks to Kim Blomqvist).
|
13 years ago |
Dean Camera
|
532b3a18f1
|
Add additional sanity checks to the inputs of several AVR32 platform clock management driver functions.
|
13 years ago |
Dean Camera
|
7e65340c31
|
Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.
|
13 years ago |
Dean Camera
|
751806458b
|
Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters.
|
13 years ago |
Dean Camera
|
3808f5c36d
|
Spell check source code, fix mistakes.
|
13 years ago |
Dean Camera
|
450ff51b7e
|
Add platform driver dispatch header and makefile module source variable.
|
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
|
8f4f48d963
|
Add architecture guards to all architecture-specific files, so that they can be bulk-added to existing IDE projects without having to exclude unused architecture files.
|
13 years ago |
Dean Camera
|
e406140f11
|
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
|
13 years ago |
Dean Camera
|
2f036ae2bf
|
Add build test for forced single USB modes.
Fix UC3 Interrupt Management platform driver not compiling under C++.
|
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
|
0c2ad9eb34
|
Add missing SVN eol-style property to files where it was missing.
|
14 years ago |
Dean Camera
|
ffa8b430c1
|
Complete initial revision of the XMEGA Clock Management platform driver.
Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices.
|
14 years ago |
Dean Camera
|
77a9df36a7
|
Update UC3 platform driver support to use the bitmasks defined in the header files over raw constants.
Start implementation of XMEGA platform drivers.
|
14 years ago |
Dean Camera
|
f4528c4aef
|
Add high speed USB support for the UC3 devices containing a high speed USB controller.
Add device support preprocessor checks and use symbolic bit names in the UC3 platform clock management driver.
|
14 years ago |
Dean Camera
|
13951ab043
|
Fix compile errors in the UC3 platform support due to a forward reference and an incorrect function prototype.
|
14 years ago |
Dean Camera
|
f580232392
|
Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation for some user projects.
|
14 years ago |
Dean Camera
|
5f51554a5e
|
Enhance and document the AVR32 UC3 platform drivers.
|
14 years ago |
Dean Camera
|
c6a7a028bd
|
Merge over core library changes from the MultiArchDemos branch.
|
14 years ago |