| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up Bootloader API tables. | Dean Camera | 2012-04-01 | 1 | -4/+9 |
* | Added additional bootloader API data to expose the bootloader start address a... | Dean Camera | 2012-03-29 | 3 | -16/+29 |
* | Only abort Doxygen documentation generation if a non-unsupported tag warning ... | Dean Camera | 2012-03-09 | 1 | -1/+1 |
* | Update Doxygen documentation build scripts to fail if any warnings are genera... | Dean Camera | 2012-03-09 | 1 | -1/+3 |
* | Fix corrupt Doxygen configuration files, update project names. | Dean Camera | 2012-03-08 | 1 | -47/+61 |
* | Update Doxygen configuration files to disable Markdown support. | Dean Camera | 2012-03-08 | 1 | -62/+48 |
* | Update Doxygen configuration files for all projects. | Dean Camera | 2012-03-07 | 1 | -107/+356 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 6 | -6/+6 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 6 | -6/+6 |
* | Minor documentation corrections. | Dean Camera | 2012-02-04 | 1 | -0/+5 |
* | Add API support signature to the CDC and DFU class bootloaders, so that the a... | Dean Camera | 2012-02-03 | 4 | -9/+20 |
* | Add missing reference to the BootloaderAPI.S source file in the DFU and CDC c... | Dean Camera | 2012-01-29 | 1 | -1/+1 |
* | Fixed DFU class bootloader not resetting the LED pins as high impedance input... | Dean Camera | 2012-01-29 | 1 | -1/+1 |
* | Minor bootloader tweaks; make some functions static where possible to reduce ... | Dean Camera | 2012-01-15 | 3 | -4/+9 |
* | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t... | Dean Camera | 2012-01-02 | 1 | -1/+1 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 4 | -9/+9 |
* | Fix incorrect Capabilities value in the CDC class Bootloader descriptors. | Dean Camera | 2011-12-01 | 1 | -1/+1 |
* | Add missing const qualifier to bootloader API function parameters. | Dean Camera | 2011-11-28 | 2 | -12/+12 |
* | Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ... | Dean Camera | 2011-11-23 | 3 | -8/+1 |
* | Add missing SVN eol-style property to ensure that source code line endings an... | Dean Camera | 2011-11-09 | 4 | -177/+177 |
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 7 | -2/+204 |
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 1 | -3/+3 |
* | Remove custom CDC class descriptor definitions from the CDC bootloader, and s... | Dean Camera | 2011-07-01 | 2 | -40/+6 |
* | Seperate out the device demos and project's configuration descriptor structur... | Dean Camera | 2011-07-01 | 1 | -0/+4 |
* | Add new "checksource" target to the library makefiles, for automated source f... | Dean Camera | 2011-06-20 | 1 | -1/+10 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 1 | -4/+4 |
* | Expand the documentation for each Bootloader to give sample usage instruction... | Dean Camera | 2011-06-02 | 1 | -1/+29 |
* | Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA... | Dean Camera | 2011-06-01 | 1 | -3/+3 |
* | Make DFU and CDC class bootloaders also toggle the LEDs on command activity i... | Dean Camera | 2011-04-23 | 1 | -0/+3 |
* | Added LED flashing to the CDC and DFU class bootloaders to indicate when they... | Dean Camera | 2011-04-23 | 2 | -0/+15 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 1 | -2/+2 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 1 | -7/+7 |
* | Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu... | Dean Camera | 2011-03-18 | 1 | -5/+14 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 1 | -1/+5 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 2 | -50/+10 |
* | Update HID bootloader loader application to support the VID/PID used by the b... | Dean Camera | 2011-02-09 | 1 | -0/+1 |
* | Added HID class bootloader, compatible with a modified version of the command... | Dean Camera | 2011-02-09 | 1 | -0/+7 |
* | Change bootloader makefiles to automatically compute the bootloader starting ... | Dean Camera | 2011-02-09 | 1 | -2/+4 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 1 | -4/+4 |
* | Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca... | Dean Camera | 2011-02-06 | 1 | -14/+5 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 1 | -1/+0 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 4 | -8/+8 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 1 | -4/+4 |
* | Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to red... | Dean Camera | 2010-12-24 | 1 | -0/+1 |
* | Readd incomplete MIDIToneGenerator project, which can now correctly generate ... | Dean Camera | 2010-11-24 | 1 | -1/+1 |
* | Lower bulk endpoint polling rate in the descriptors to the lowest possible va... | Dean Camera | 2010-11-22 | 1 | -2/+2 |
* | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo... | Dean Camera | 2010-11-10 | 1 | -3/+3 |
* | Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader m... | Dean Camera | 2010-11-09 | 1 | -2/+2 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 1 | -4/+4 |