aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-171-1/+1
| | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
* Alter the bootloader section sizes to all be 8KB, to be in line with the ↵Dean Camera2012-04-181-1/+1
| | | | 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).
* Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean Camera2012-04-091-1/+1
| | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
* Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean Camera2012-03-091-1/+1
| | | | is encountered.
* Update Doxygen documentation build scripts to fail if any warnings are ↵Dean Camera2012-03-091-1/+3
| | | | generated.
* Minor bootloader tweaks; make some functions static where possible to reduce ↵Dean Camera2012-01-151-0/+4
| | | | the compiled binary size, add additional comments to the makefiles.
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
|
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-712/+712
|
* Add new "checksource" target to the library makefiles, for automated source ↵Dean Camera2011-06-201-1/+10
| | | | file existance checking.
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵Dean Camera2011-03-211-7/+7
| | | | architecture ports.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-191-1/+5
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Add static keyword to all project globals whose scope should be restricted ↵Dean Camera2011-02-101-1/+2
| | | | | | to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
* Update HID bootloader loader application to support the VID/PID used by the ↵Dean Camera2011-02-091-6/+1
| | | | bootloader.
* Added HID class bootloader, compatible with a modified version of the ↵Dean Camera2011-02-091-0/+703
command line Teensy loader from PJRC.com.