Dean Camera
|
56e792c95b
|
Switch over Demos, Bootloaders and Projects to the new and improved build system.
|
13 years ago |
Dean Camera
|
063474561d
|
Merge in latest trunk.
|
13 years ago |
Dean Camera
|
8cfb3d9f09
|
Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
|
13 years ago |
Dean Camera
|
13085a3351
|
AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
|
13 years ago |
Dean Camera
|
3211b35a4c
|
Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign).
Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
|
13 years ago |
Dean Camera
|
d5291c2e10
|
Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.
|
13 years ago |
Dean Camera
|
663f9bd5f5
|
Update Doxygen documentation build scripts to fail if any warnings are generated.
|
13 years ago |
Dean Camera
|
b5682f2c44
|
Add project name to the Doxygen makefile target output.
|
13 years ago |
Dean Camera
|
ca9f89ce82
|
Add new "checksource" target to the library makefiles, for automated source file existance checking.
|
14 years ago |
Dean Camera
|
aba7932a5c
|
F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.
|
14 years ago |
Dean Camera
|
3d4d8e7f62
|
Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
|
14 years ago |
Dean Camera
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
14 years ago |
Dean Camera
|
800485bd95
|
Remove dfu-programmer program switches, to ensure maximum compatibility with all dfu-programmer versions.
|
14 years ago |
Dean Camera
|
bd85422d2b
|
Added the --suppress-bootloader-mem option to the makefile dfu target, to ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde).
Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target.
Makefile whitespace fixes.
|
14 years ago |
Dean Camera
|
6d2f091cec
|
Make project makefiles correctly clean intermeditary build files from assembly and C++ sources (thanks to Daniel Czigany).
|
14 years ago |
Dean Camera
|
5f3a1b2629
|
Fix invocations of avr-size in all makefiles broken on unpatched *nix systems, due to the recent update to the latest WinAVR makefile template.
|
14 years ago |
Dean Camera
|
98947e3750
|
Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU extensions).
|
14 years ago |
Dean Camera
|
0803cf00ac
|
Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storage device projects/demos and incomplete Test and Measurement Class demo, which was accidentally removed during the makefile updates.
Alter Test and Measurement Class demo's request handlers to accept, process and correctly return the fields indicated in the specification.
|
14 years ago |
Dean Camera
|
89a32baf58
|
Add stream callback flags and class specific control request handler code to the incomplete Test and Measurement Class device demo.
Change over the keyboard demo's manufacturer name back to the primary author of the demo.
|
14 years ago |
Dean Camera
|
ac0ece0141
|
Added start of a low level device Test and Measurement class demo (thanks to Peter Lawrence).
|
15 years ago |