Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix documentation of the board LED driver (thanks to Karl Lunt). | Dean Camera | 2012-04-23 | 1 | -3/+3 | |
| | | ||||||
| * | Remove an unused variable in the HID loader CLI application. Update known ↵ | Dean Camera | 2012-04-19 | 2 | -4/+2 | |
| | | | | | | | | issues list. | |||||
| * | Add known issues to the documentation. | Dean Camera | 2012-04-18 | 4 | -2/+40 | |
| | | ||||||
| * | Alter the bootloader section sizes to all be 8KB, to be in line with the ↵ | Dean Camera | 2012-04-18 | 6 | -13/+13 | |
| | | | | | | | | default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock). | |||||
| * | Fix up static analysis build test so that inline suppressions for missing ↵ | Dean Camera | 2012-04-16 | 2 | -3/+2 | |
| | | | | | | | | header files are not required in the XPLAINBridge project. | |||||
| * | Fixed AVRISP-MKII programmer project reset line polarity inverted when the ↵ | Dean Camera | 2012-04-16 | 2 | -1/+2 | |
| | | | | | | | | generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used. | |||||
| * | Remove non-functional maintenance link check. | Dean Camera | 2012-04-16 | 1 | -8/+2 | |
| | | ||||||
| * | Minor documentation improvements. | Dean Camera | 2012-04-15 | 3 | -7/+2 | |
| | | ||||||
| * | Make sure CRC value is pre-zeroed before reading from the XMEGA target ↵ | Dean Camera | 2012-04-15 | 1 | -0/+2 | |
| | | | | | | | | device, to prevent corrupt data from being returned to the host in the AVRISP-MKII Clone project. | |||||
| * | Minor documentation improvements. | Dean Camera | 2012-04-15 | 1 | -2/+3 | |
| | | ||||||
| * | Minor documentation improvements. | Dean Camera | 2012-04-15 | 3 | -9/+9 | |
| | | ||||||
| * | Fixed incorrect reponse to GET STATUS requests in device mode if ↵ | Dean Camera | 2012-04-15 | 2 | -4/+3 | |
| | | | | | | | | NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock). | |||||
| * | Minor formatting updates to the SerialToLCD project - remove unused variable. | Dean Camera | 2012-04-15 | 1 | -9/+8 | |
| | | ||||||
| * | Minor formatting updates to the SerialToLCD project. | Dean Camera | 2012-04-14 | 4 | -38/+59 | |
| | | ||||||
| * | Added new SerialToLCD user project contributed by Simon Foster. | Dean Camera | 2012-04-14 | 12 | -1/+3412 | |
| | | ||||||
| * | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 265 | -2494/+2128 | |
| | | ||||||
* | | AppConfigHeaders: Update project file for Programmers Notepad. | Dean Camera | 2012-05-12 | 1 | -1/+1 | |
| | | ||||||
* | | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-12 | 63 | -4654/+420 | |
| | | | | | | | | configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project. | |||||
* | | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-10 | 17 | -50/+624 | |
| | | | | | | | | configuration header files, rather than makefile defines. | |||||
* | | AppConfigHeaders: Update several user projects to use configuration header ↵ | Dean Camera | 2012-05-10 | 30 | -118/+705 | |
| | | | | | | | | files, rather than makefile defines. | |||||
* | | AppConfigHeaders: Update bootloaders to use configuration header files, ↵ | Dean Camera | 2012-05-10 | 12 | -42/+214 | |
| | | | | | | | | rather than makefile defines. | |||||
* | | Add branch for the conversion of demos to use standard C header files for ↵ | Dean Camera | 2012-05-10 | 395 | -2765/+9921 | |
|/ | | | | configuration, rather than makefile defined macros. | |||||
* | Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵ | Dean Camera | 2012-04-14 | 7 | -30/+75 | |
| | | | | size is 8KB or more (thanks to Georg Glock). | |||||
* | Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ↵ | Dean Camera | 2012-04-09 | 2 | -4/+6 | |
| | | | | architecture ModuleTest build test makefile. | |||||
* | Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects ↵ | Dean Camera | 2012-04-09 | 3 | -7/+19 | |
| | | | | with non-supported hardware - produce errors only if the user application includes the module header files. | |||||
* | Remove outdated documentation from the library, minor documentation ↵ | Dean Camera | 2012-04-09 | 6 | -211/+42 | |
| | | | | improvements. | |||||
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵ | Dean Camera | 2012-04-09 | 88 | -89/+91 | |
| | | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. | |||||
* | Removed the old pseudo-scheduler from the library as it was unused and ↵ | Dean Camera | 2012-04-08 | 8 | -423/+6 | |
| | | | | deprecated since the 090810 release. | |||||
* | Minor documentation improvements. | Dean Camera | 2012-04-08 | 1 | -11/+11 | |
| | ||||||
* | Minor documentation improvements. | Dean Camera | 2012-04-08 | 3 | -128/+142 | |
| | ||||||
* | Minor documentation improvements. | Dean Camera | 2012-04-08 | 2 | -2/+2 | |
| | ||||||
* | Move out Doxygen style assets into a seperate folder. | Dean Camera | 2012-04-08 | 3 | -2/+2 | |
| | ||||||
* | Doxygen documentation style changes. Minor documentation corrections. | Dean Camera | 2012-04-08 | 10 | -53/+1150 | |
| | ||||||
* | Add additional specific sub-family parts to the ModuleTest build test as ↵ | Dean Camera | 2012-04-08 | 3 | -8/+10 | |
| | | | | | | these may have minor header file differences to their standard family cousins. Clean up of main library Makefile to extract out the library version once into a make variable for easy reference. | |||||
* | Move documentation images into a dedicated sub-folder. | Dean Camera | 2012-04-08 | 7 | -10/+10 | |
| | ||||||
* | Add guide for importing LUFA into an AS5/AS6 project. | Dean Camera | 2012-04-08 | 10 | -1/+108 | |
| | ||||||
* | Pull out common options in the StaticAnalysisTest build test makefile into a ↵ | Dean Camera | 2012-04-08 | 2 | -2/+6 | |
| | | | | | | seperate make variable for clarity. Add missing cppcheck inline suppression comment. | |||||
* | Oops - fix broken makefile tar rule. | Dean Camera | 2012-04-07 | 1 | -1/+1 | |
| | ||||||
* | Fix up Doxygen documentation directives to allow for generation of ↵ | Dean Camera | 2012-04-07 | 3 | -189/+23 | |
| | | | | documentation when the library code root folder is not "LUFA". | |||||
* | Add architecture guards to all architecture-specific files, so that they can ↵ | Dean Camera | 2012-04-07 | 28 | -1/+118 | |
| | | | | be bulk-added to existing IDE projects without having to exclude unused architecture files. | |||||
* | Add extra LUFA TAR archive export exclusions. | Dean Camera | 2012-04-07 | 1 | -1/+1 | |
| | ||||||
* | Add main library makefile target "export_tar" to export a copy of the ↵ | Dean Camera | 2012-04-07 | 1 | -1/+6 | |
| | | | | library codebase in TAR format, for each integration into user applications. | |||||
* | Minor documentation improvements. | Dean Camera | 2012-04-05 | 1 | -0/+1 | |
| | ||||||
* | Clean up Bootloader API tables. | Dean Camera | 2012-04-01 | 2 | -8/+18 | |
| | ||||||
* | Reverted AVRISP-MKII clone project watchdog based command timeout patch in ↵ | Dean Camera | 2012-04-01 | 8 | -29/+36 | |
| | | | | favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed. | |||||
* | Minor documentation improvements. | Dean Camera | 2012-04-01 | 1 | -0/+1 | |
| | ||||||
* | Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK(). | Dean Camera | 2012-03-29 | 1 | -3/+3 | |
| | ||||||
* | Oops - fix compile errors in the AudioInput/AudioOutput class driver demos. | Dean Camera | 2012-03-29 | 2 | -12/+12 | |
| | ||||||
* | Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due ↵ | Dean Camera | 2012-03-29 | 7 | -20/+25 | |
| | | | | to OS incompatibilities, replaced with fixed 3-axis joystick report structure. | |||||
* | Added additional bootloader API data to expose the bootloader start address ↵ | Dean Camera | 2012-03-29 | 7 | -31/+59 | |
| | | | | and class to the DFU and CDC class bootloaders. |