Commit Graph

58 Commits (13dd494cfe0bc3791ef80947c3bb21f17da41747)

Author SHA1 Message Date
Dean Camera eee252603b Minor documentation improvements.
12 years ago
Dean Camera f3049d958e Fixed incorrect Dataflash functionality in the USBKEY board if the driver is modified for a single Dataflash chip (thanks to Jonathan Oakley).
12 years ago
Dean Camera 7fd2349e1a Minor documentation corrections.
12 years ago
Dean Camera 9c590e41d7 Add help text to the project makefiles to help new users get information on the improved build system.
12 years ago
Dean Camera a57ed1abfb Update makefile template with the new build module filenames.
12 years ago
Dean Camera 1faa5ba70a Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.
12 years ago
Dean Camera 393fc71d8e Add HID bootloader build module (thanks to Stefan Hellermann).
12 years ago
Dean Camera 21a6acff83 Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.
12 years ago
Dean Camera 6e29655b54 Update SVN line endings property on newer source files to native.
12 years ago
Dean Camera 000c4c6c5c Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile.
12 years ago
Dean Camera 49ca5c3c83 Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
12 years ago
Dean Camera 2b332d3231 Replace architecture specific makefiles in the BuildTests with the new common build system makefiles.
12 years ago
Dean Camera 56e792c95b Switch over Demos, Bootloaders and Projects to the new and improved build system.
12 years ago
Dean Camera 063474561d Merge in latest trunk.
12 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.
12 years ago
Dean Camera 80e278acde Clean up and speed up build tests by turning off expensive and slow size optimizations, and generation of assembly listings (*.lst) for each compiled source file.
12 years ago
Dean Camera 359fbfe14d Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
12 years ago
Dean Camera a19dc3d20c Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile.
12 years ago
Dean Camera 3211b35a4c Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign).
12 years ago
Dean Camera 3008f8ce13 Doxygen documentation style changes. Minor documentation corrections.
12 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 09d2be0dc1 Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 architectures.
13 years ago
Dean Camera 4d131de85b Add board driver support for the Atmel XMEGA-B1 Xplained board.
13 years ago
Dean Camera 0e8e70153a Update LUFAConfig.h with the new compile time options, re-format Doxygen documentation for all compile time options.
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 5563da6a62 Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.
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 09577fe541 Add XMEGA compile time tokens to the LUFAConfig.h code template.
13 years ago
Dean Camera 2b54cd984d Fix typos in makefile templates.
13 years ago
Dean Camera 0ad6f1fb53 Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USART-as-SPI transport driver still pending).
13 years ago
Dean Camera b5682f2c44 Add project name to the Doxygen makefile target output.
13 years ago
Dean Camera ddae47979d Update LUFAConfig.h with missing options for the AVR32 target.
13 years ago
Dean Camera 0c2ad9eb34 Add missing SVN eol-style property to files where it was missing.
13 years ago
Dean Camera ffa8b430c1 Complete initial revision of the XMEGA Clock Management platform driver.
13 years ago
Dean Camera d9643cf6ec Add start of an architecture port to the Atmel USB XMEGA devices.
13 years ago
Dean Camera c6a7a028bd Merge over core library changes from the MultiArchDemos branch.
13 years ago
Dean Camera ca9f89ce82 Add new "checksource" target to the library makefiles, for automated source file existance checking.
13 years ago
Dean Camera 7dffa15c16 Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
13 years ago
Dean Camera f01a05415c Spell check library source code files.
13 years ago
Dean Camera 064643e066 Add skeleton LUFAConfig.h to the CodeTemplates directory.
13 years ago
Dean Camera f670bdeff8 Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros.
13 years ago
Dean Camera 4b1f6cac75 Slight cleanups to the architecture specific makefile templates to make the common configuration sections as identical as possible.
13 years ago
Dean Camera e009aafe25 Update architecture specific makefile templates so that they are as close to one-another as possible.
13 years ago
Dean Camera 16f09ab50a Add makefile template for the AVR32 UC3 architecture.
13 years ago
Dean Camera fa5c8700bc Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16 bit boundary.
13 years ago
Dean Camera f3ec62b5c6 More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
14 years ago
Dean Camera 5e73190582 Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
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