Makefiles and library modified to add a new F_CLOCK constant to give the unprescaled...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 26 Feb 2009 05:48:47 +0000 (05:48 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 26 Feb 2009 05:48:47 +0000 (05:48 +0000)
commit99145a8d7c88d9af065cfb7f5e8507d5b65ff811
tree80b407b9114c1fe6727b40e7b7e0caf6fefc0ea1
parentfa456ce531b75e2dd3c7c0ecb971e3ede36f5d35
Makefiles and library modified to add a new F_CLOCK constant to give the 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.
40 files changed:
Bootloaders/CDC/BootloaderCDC.c
Bootloaders/CDC/BootloaderCDC.h
Bootloaders/CDC/makefile
Bootloaders/DFU/makefile
Bootloaders/TeensyHID/makefile
Demos/AudioInput/makefile
Demos/AudioOutput/makefile
Demos/BluetoothHost/makefile
Demos/CDC/makefile
Demos/CDCHost/makefile
Demos/DualCDC/makefile
Demos/Joystick/makefile
Demos/Keyboard/makefile
Demos/KeyboardFullInt/makefile
Demos/KeyboardHost/makefile
Demos/KeyboardHostViaInt/makefile
Demos/KeyboardHostWithParser/makefile
Demos/KeyboardMouse/makefile
Demos/KeyboardViaInt/makefile
Demos/MIDI/makefile
Demos/MassStorage/makefile
Demos/MassStorageHost/makefile
Demos/Mouse/makefile
Demos/MouseFullInt/makefile
Demos/MouseHost/makefile
Demos/MouseHostViaInt/makefile
Demos/MouseHostWithParser/makefile
Demos/MouseViaInt/makefile
Demos/RNDISEthernet/makefile
Demos/StillImageHost/makefile
Demos/TestApp/makefile
Demos/USBtoSerial/makefile
LUFA/ChangeLog.txt
LUFA/Drivers/USB/LowLevel/LowLevel.h
LUFA/GettingStarted.txt
LUFA/MigrationInformation.txt
Projects/AVRISP_Programmer/AVRISP_Programmer.c
Projects/AVRISP_Programmer/AVRISP_Programmer.h
Projects/AVRISP_Programmer/makefile
Projects/Magstripe/makefile