aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Collapse)AuthorAgeFilesLines
* Added preprocessor checks and documentation to the bootloaders giving ↵Dean Camera2009-04-074-4/+28
| | | | information about missing SIGNATURE_x defines due to outdated avr-libc versions.
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-017-11/+11
| | | | spell-checked and spelling mistakes/typos corrected.
* Fixed CDC demo not sending an empty packet after each transfer to prevent ↵Dean Camera2009-03-233-33/+48
| | | | | | the host from buffering incomming data. Altered Project and Bootloader makefiles so that the path to the LUFA library can be set in one place.
* Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean Camera2009-03-194-43/+104
| | | | | | Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns.
* Corrected CDC class bootloader to fix a few bugs, changed address counter to ↵Dean Camera2009-03-173-106/+111
| | | | store x2 addresses for convenience.
* Fixed broken Magstripe project and TeensyHID bootloader.Dean Camera2009-03-171-2/+2
|
* Added extra output to makefiles to indicate the currently selected BOARD ↵Dean Camera2009-03-163-32/+50
| | | | parameter.
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to ↵Dean Camera2009-03-112-2/+2
| | | | NO_FEATURELESS_CONTROL_ONLY_DEVICE and expanded its function to also remove parts of the Get Status chapter 9 request, to further reduce code usage.
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ↵Dean Camera2009-03-103-8/+16
| | | | and applications (thanks to Nate Lawson).
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ↵Dean Camera2009-03-096-6/+9
| | | | macro has been corrected in recent avr-libc versions
* Altered DFU bootloader to use the signature byte constants located in the ↵Dean Camera2009-03-093-37/+2
| | | | avr-libc part headers, rather than redefining them in Descriptors.h.
* Updated makefiles to reflect new dfu-ee programming target invocations ↵Dean Camera2009-03-043-97/+2
| | | | | | | | | | (supplied by Opendous, Inc.). Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names. Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances. Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts.
* Makefiles and library modified to add a new F_CLOCK constant to give the ↵Dean Camera2009-02-265-15/+63
| | | | | | unprescaled master input clock frequency, so that the correct PLL mask can be determined even when the CPU (F_CPU) clock rate is prescaled outside the normal input range of the PLL. Started to clean up the AVRISP Programmer project code, donated by Opendous Inc.
* Moved all source to the trunk directory.Dean Camera2009-02-2325-0/+9633