aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/MigrationInformation.txt
Commit message (Collapse)AuthorAgeFilesLines
* Commit for the 090401 release.Dean Camera2009-03-311-1/+1
|
* Minor documentation fixes to correct formatting and typos.Dean Camera2009-03-291-0/+2
|
* Add new page to the documentation listing existing LUFA powered projects, ↵Dean Camera2009-03-271-2/+2
| | | | fix up some inaccuracies in the documentation.
* Board Dataflash driver now allows for dataflash ICs which use different ↵Dean Camera2009-03-171-0/+1
| | | | shifts for setting the current page/byte address (thanks to Kenneth Clubb).
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to ↵Dean Camera2009-03-111-0/+6
| | | | 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-101-0/+3
| | | | and applications (thanks to Nate Lawson).
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ↵Dean Camera2009-03-091-0/+2
| | | | macro has been corrected in recent avr-libc versions
* Updated makefiles to reflect new dfu-ee programming target invocations ↵Dean Camera2009-03-041-0/+3
| | | | | | | | | | (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-261-0/+8
| | | | | | 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-231-0/+230