aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID
Commit message (Collapse)AuthorAgeFilesLines
* Clean up bootloader makefile comments.Dean Camera2012-06-091-9/+6
|
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean Camera2012-06-041-0/+2
| | | | all application makefiles.
* Clean up CORE build system module, use simple rather than recursive make ↵Dean Camera2012-06-021-4/+4
| | | | variables for internal constants and $(shell) derived values.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-694/+32
| | | | system.
* AppConfigHeaders: Merge in latest trunk.Dean Camera2012-05-271-1/+0
|\
| * Remove legacy AS4 project files, now that they can be automatically ↵Dean Camera2012-05-271-1/+0
| | | | | | | | generated by the new maintenance script.
* | Merge in latest trunk.Dean Camera2012-05-203-28/+22
|\|
| * Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-201-21/+15
| | | | | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
| * Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-5/+5
| | | | | | | | ensure correct formatting of application device support.
| * Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-172-4/+4
| | | | | | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
* | AppConfigHeaders: Fix broken documentation in the HID class bootloader.Dean Camera2012-05-121-1/+2
|\|
| * Fix broken documentation in the HID class bootloader.Dean Camera2012-05-121-1/+2
| |
| * Increased endpoint polling interval for all demos and projects to 5ms, as ↵Dean Camera2012-05-061-1/+1
| | | | | | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
| * Fix bootloaders to make the StaticAnalysis build test happy.Dean Camera2012-05-051-1/+2
| |
| * The library bootloaders will now correctly start the user application after ↵Dean Camera2012-04-292-0/+30
| | | | | | | | a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.
| * Remove an unused variable in the HID loader CLI application. Update known ↵Dean Camera2012-04-191-4/+0
| | | | | | | | issues list.
| * Alter the bootloader section sizes to all be 8KB, to be in line with the ↵Dean Camera2012-04-182-5/+5
| | | | | | | | 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).
| * Minor documentation improvements.Dean Camera2012-04-151-3/+3
| |
| * Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-143-6/+4
| |
* | AppConfigHeaders: Update bootloaders to use configuration header files, ↵Dean Camera2012-05-102-12/+95
| | | | | | | | rather than makefile defines.
* | Add branch for the conversion of demos to use standard C header files for ↵Dean Camera2012-05-107-16/+41
|/ | | | configuration, rather than makefile defined macros.
* 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.
* Re-enable cppcheck static analysis unused function checks after adding in ↵Dean Camera2012-03-251-11/+0
| | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
* 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.
* Fix corrupt Doxygen configuration files, update project names.Dean Camera2012-03-081-47/+62
|
* Update Doxygen configuration files to disable Markdown support.Dean Camera2012-03-081-63/+48
|
* Update Doxygen configuration files for all projects.Dean Camera2012-03-071-107/+356
|
* Update code and StaticAnlysisTest so that missingInclude warnings do not ↵Dean Camera2012-03-041-1/+2
| | | | | | have to be suppressed, and so that all code except for third party libraries can be checked. Update SingleUSBModeTest makefile to separate out the messages from the test commands.
* Fix warnings and errors found by the new cppcheck provided static code analysis.Dean Camera2012-02-281-0/+1
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-044-4/+4
|
* Update file header copyrights for 2012.Dean Camera2012-02-044-4/+4
|
* Minor bootloader tweaks; make some functions static where possible to reduce ↵Dean Camera2012-01-153-2/+6
| | | | the compiled binary size, add additional comments to the makefiles.
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean Camera2012-01-021-1/+1
| | | | this was misnamed (thanks to NXP Semiconductors).
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-235-63/+67
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-091-1/+1
| | | | and converted to the native values on checkout.
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
|
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean Camera2011-07-191-1/+1
| | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-157-2847/+2847
|
* Seperate out the device demos and project's configuration descriptor ↵Dean Camera2011-07-011-0/+2
| | | | structure definitions to clearly indicate what descriptors belong to which interface.
* Add new "checksource" target to the library makefiles, for automated source ↵Dean Camera2011-06-201-1/+10
| | | | file existance checking.
* Expand the documentation for each Bootloader to give sample usage ↵Dean Camera2011-06-022-3/+21
| | | | | | instructions for the command line programmer utilities. Fix typo in the HID class bootloader CLI programmer application usage instructions.
* Add new LUFA powered user projects to the documentation.Dean Camera2011-04-231-1/+1
|
* Fix HID class bootloader not working on the larger USB AVRs due to the ↵Dean Camera2011-04-231-1/+9
| | | | altered page addressing scheme.
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵Dean Camera2011-04-041-2/+2
| | | | | | Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵Dean Camera2011-03-211-7/+7
| | | | architecture ports.
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the ↵Dean Camera2011-03-181-8/+18
| | | | Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.
* 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 missing HID bootloader AVRStudio project.Dean Camera2011-02-151-0/+1
|
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-131-1/+2
|