2013-11-03 |
Dean Camera | Merge pull request #12 from mondalaci/generichid-node... |
tree | commitdiff |
2013-11-03 |
Dean Camera | Merge pull request #11 from mondalaci/generichid-libusb... |
tree | commitdiff |
2013-11-03 |
Dean Camera | Fix signature bytes in the DFU class bootloader. |
tree | commitdiff |
2013-10-06 |
Dean Camera | Merge pull request #8 from mondalaci/extract-interface... |
tree | commitdiff |
2013-10-06 |
László Monda | Extract interface numbers into enums. |
tree | commitdiff |
2013-08-23 |
Dean Camera | Update to latest Doxygen configurations, patch Doxygen... |
tree | commitdiff |
2013-06-16 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2013-05-20 |
Dean Camera | Merge branch 'XMEGA-Demo-Ports-ClockOnly' |
tree | commitdiff |
2013-05-19 |
Dean Camera | Merge branch 'master' into XMEGA-Demo-Ports-ClockOnly |
tree | commitdiff |
2013-05-19 |
Dean Camera | Add platform includes to the bootloaders. |
tree | commitdiff |
2013-05-19 |
Dean Camera | Assume 16MHz crystal by default in the AVR8 bootloaders. |
tree | commitdiff |
2013-05-19 |
Dean Camera | Update Doxygen configuration files to the latest version. |
tree | commitdiff |
2013-05-15 |
Dean Camera | Add symbolic names for USB Device String Descriptors... |
tree | commitdiff |
2013-05-10 |
Dean Camera | Fix typos in the bootloader API table entry names. |
tree | commitdiff |
2013-05-01 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2013-04-23 |
Dean Camera | Add move-to-root directives to all ASF XML application... |
tree | commitdiff |
2013-04-08 |
Dean Camera | Improve bootloader compile error message text when... |
tree | commitdiff |
2013-04-06 |
Dean Camera | Clean up bootloader project ASF integration code. |
tree | commitdiff |
2013-04-06 |
Dean Camera | Add bootloader projects for Atmel Studio 6.1 (requires... |
tree | commitdiff |
2013-04-06 |
Dean Camera | Add checks to the bootloaders so that they will give... |
tree | commitdiff |
2013-03-27 |
Dean Camera | Fixed race condition in the DFU class bootloader causin... |
tree | commitdiff |
2013-03-22 |
Dean Camera | Add known-issues documentation section to the various... |
tree | commitdiff |
2013-03-18 |
Dean Camera | Ensure bootloader makefile calculation functions are... |
tree | commitdiff |
2013-03-18 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2013-03-04 |
Dean Camera | Fix incorrect Bootloader documentation. |
tree | commitdiff |
2013-02-24 |
Dean Camera | Fix swapped product IDs for the ATMEGA8U2 and AT90USB82... |
tree | commitdiff |
2013-01-29 |
Dean Camera | Whitespace fixes in the LUFA configuration files. |
tree | commitdiff |
2013-01-29 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2013-01-20 |
Dean Camera | Upgrade Doxygen configuration files to the latest version. |
tree | commitdiff |
2013-01-10 |
Dean Camera | Update and add missing Atmel Studio project description... |
tree | commitdiff |
2013-01-03 |
Dean Camera | Update copyright year to 2013. |
tree | commitdiff |
2013-01-03 |
Dean Camera | Upgrade Doxygen configuration files to the latest Doxyg... |
tree | commitdiff |
2013-01-03 |
Dean Camera | Remove support for devices that were not put into produ... |
tree | commitdiff |
2012-11-10 |
Dean Camera | Remove dependency on the "bc" command line calculator... |
tree | commitdiff |
2012-10-05 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2012-09-17 |
Dean Camera | Use the framework provided GlobalInterruptEnable()... |
tree | commitdiff |
2012-09-15 |
Dean Camera | Shorten the product string descriptors in the CDC and... |
tree | commitdiff |
2012-09-13 |
Dean Camera | Remove incorrect PROGMEM qualifier on the Manufacturer... |
tree | commitdiff |
2012-08-16 |
Dean Camera | Fix up non-unique DFU/CDC bootloader signatures. |
tree | commitdiff |
2012-08-13 |
Dean Camera | Upgrade Doxygen configuration files, custom style CSS... |
tree | commitdiff |
2012-08-11 |
Dean Camera | Add help text to the project makefiles to help new... |
tree | commitdiff |
2012-07-29 |
Dean Camera | Upgrade Doxygen configuration files to 1.8.1.2. |
tree | commitdiff |
2012-07-29 |
Dean Camera | Enhance bootloader descriptor strings in the CDC and... |
tree | commitdiff |
2012-07-15 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2012-07-14 |
Dean Camera | Rename build system module makefiles from "lufa.MODULE... |
tree | commitdiff |
2012-07-11 |
Dean Camera | Fix project makefiles - remove trailing slash from... |
tree | commitdiff |
2012-07-07 |
Dean Camera | Reduce bootloader magic key to 16 bits to save FLASH... |
tree | commitdiff |
2012-06-29 |
Dean Camera | Fixed CDC and DFU bootloaders API page erase and write... |
tree | commitdiff |
2012-06-26 |
Dean Camera | Clean up bootloader makefiles to make them a bit more... |
tree | commitdiff |
2012-06-19 |
Dean Camera | Revert change to assembly file comment syntax; this... |
tree | commitdiff |
2012-06-17 |
Dean Camera | Re-add in DFU bootloader Manufacturer string, as the... |
tree | commitdiff |
2012-06-17 |
Dean Camera | Replace C style comments in assembly code with true... |
tree | commitdiff |
2012-06-15 |
Dean Camera | Modify CDC and DFU bootloaders so that the various... |
tree | commitdiff |
2012-06-12 |
Dean Camera | Remove unused makefile macro from the DFU bootloader. |
tree | commitdiff |
2012-06-09 |
Dean Camera | Clean up bootloader makefile comments. |
tree | commitdiff |
2012-06-09 |
Dean Camera | Added new JTAG_ENABLE() macro for the AVR8 architecture... |
tree | commitdiff |
2012-06-04 |
Dean Camera | Add new ATPROGRAM build system module. Add ATPROGRAM... |
tree | commitdiff |
2012-06-02 |
Dean Camera | Clean up CORE build system module, use simple rather... |
tree | commitdiff |
2012-06-01 |
Dean Camera | Switch over Demos, Bootloaders and Projects to the... |
tree | commitdiff |
2012-05-29 |
Dean Camera | Ensure the DFU bootloader disables and clears the activ... |
tree | commitdiff |
2012-05-27 |
Dean Camera | Merge in AppConfigHeaders branch to trunk, altering... |
tree | commitdiff |
2012-05-27 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-27 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-27 |
Dean Camera | Remove legacy AS4 project files, now that they can... |
tree | commitdiff |
2012-05-26 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-21 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-21 |
Dean Camera | Turn off watchdog before jumping to the user applicatio... |
tree | commitdiff |
2012-05-20 |
Dean Camera | Merge in latest trunk. |
tree | commitdiff |
2012-05-20 |
Dean Camera | Merge in latest trunk. |
tree | commitdiff |
2012-05-20 |
Dean Camera | Upgrade Doxygen configuration files for Doxygen 1.8... |
tree | commitdiff |
2012-05-18 |
Dean Camera | Minor documentation adjustments to the demos, projects... |
tree | commitdiff |
2012-05-17 |
Dean Camera | Update project Doxygen and makefiles so that the result... |
tree | commitdiff |
2012-05-17 |
Dean Camera | Update CDC and DFU class bootloader documentation with... |
tree | commitdiff |
2012-05-15 |
Dean Camera | AppConfigHeaders: Make sure that in applications using... |
tree | commitdiff |
2012-05-13 |
Dean Camera | AppConfigHeaders: Move out the last of the demo/app... |
tree | commitdiff |
2012-05-13 |
Dean Camera | AppConfigHeaders: Merge in latest main. |
tree | commitdiff |
2012-05-13 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-13 |
Dean Camera | Fixed CDC and DFU bootloaders API function offsets... |
tree | commitdiff |
2012-05-12 |
Dean Camera | AppConfigHeaders: Fix broken documentation in the HID... |
tree | commitdiff |
2012-05-12 |
Dean Camera | AppConfigHeaders: Merge in minor changes from trunk. |
tree | commitdiff |
2012-05-10 |
Dean Camera | AppConfigHeaders: Update bootloaders to use configurati... |
tree | commitdiff |
2012-05-10 |
Dean Camera | Fix broken documentation in the CDC and DFU class bootl... |
tree | commitdiff |
2012-05-10 |
Dean Camera | Add branch for the conversion of demos to use standard... |
tree | commitdiff |
2012-05-05 |
Dean Camera | Fixed incorrect DFU version number reported to the... |
tree | commitdiff |
2012-04-29 |
Dean Camera | The library bootloaders will now correctly start the... |
tree | commitdiff |
2012-04-18 |
Dean Camera | Alter the bootloader section sizes to all be 8KB, to... |
tree | commitdiff |
2012-04-15 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2012-04-14 |
Dean Camera | Fixed CDC and DFU bootloaders failing to compile when... |
tree | commitdiff |
2012-04-09 |
Dean Camera | Make Doxygen fail for any Doxygen output other than... |
tree | commitdiff |
2012-04-01 |
Dean Camera | Clean up Bootloader API tables. |
tree | commitdiff |
2012-03-29 |
Dean Camera | Added additional bootloader API data to expose the... |
tree | commitdiff |
2012-03-09 |
Dean Camera | Only abort Doxygen documentation generation if a non... |
tree | commitdiff |
2012-03-09 |
Dean Camera | Update Doxygen documentation build scripts to fail... |
tree | commitdiff |
2012-03-08 |
Dean Camera | Fix corrupt Doxygen configuration files, update project... |
tree | commitdiff |
2012-03-08 |
Dean Camera | Update Doxygen configuration files to disable Markdown... |
tree | commitdiff |
2012-03-07 |
Dean Camera | Update Doxygen configuration files for all projects. |
tree | commitdiff |
2012-02-24 |
Dean Camera | Minor documentation fixes - change \note entries to... |
tree | commitdiff |
2012-02-04 |
Dean Camera | Update file contributor copyrights for 2012. |
tree | commitdiff |
2012-02-04 |
Dean Camera | Update file header copyrights for 2012. |
tree | commitdiff |
2012-02-03 |
Dean Camera | Add API support signature to the CDC and DFU class... |
tree | commitdiff |
next |