| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | The library bootloaders will now correctly start the user application after a... | Dean Camera | 2012-04-29 | 2 | -0/+29 |
| * | Alter the bootloader section sizes to all be 8KB, to be in line with the defa... | Dean Camera | 2012-04-18 | 2 | -4/+4 |
| * | Minor documentation improvements. | Dean Camera | 2012-04-15 | 1 | -3/+3 |
* | | AppConfigHeaders: Update bootloaders to use configuration header files, rathe... | Dean Camera | 2012-05-10 | 4 | -14/+98 |
* | | Add branch for the conversion of demos to use standard C header files for con... | Dean Camera | 2012-05-10 | 5 | -5/+34 |
|/ |
|
* | Fixed CDC and DFU bootloaders failing to compile when the bootloader section ... | Dean Camera | 2012-04-14 | 2 | -15/+35 |
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as thes... | Dean Camera | 2012-04-09 | 1 | -1/+1 |
* | 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 | -15/+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 |
* | Minor documentation fixes - change \note entries to \warning where appropriat... | Dean Camera | 2012-02-24 | 1 | -1/+1 |
* | 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 |
* | Add API support signature to the CDC and DFU class bootloaders, so that the a... | Dean Camera | 2012-02-03 | 2 | -7/+18 |
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
* | 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 | -2/+3 |
* | 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 | -11/+12 |
* | 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 | -3/+206 |
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
* | Seperate out the device demos and project's configuration descriptor structur... | Dean Camera | 2011-07-01 | 1 | -0/+2 |
* | 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 | -1/+1 |
* | Expand the documentation for each Bootloader to give sample usage instruction... | Dean Camera | 2011-06-02 | 1 | -16/+36 |
* | 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 | -4/+7 |
* | Added LED flashing to the CDC and DFU class bootloaders to indicate when they... | Dean Camera | 2011-04-23 | 2 | -0/+15 |
* | Correct UC3 global interrupt functions. | Dean Camera | 2011-04-08 | 1 | -1/+1 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 1 | -16/+16 |
* | 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 | -9/+18 |
* | 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 | -24/+24 |
* | Update HID bootloader loader application to support the VID/PID used by the b... | Dean Camera | 2011-02-09 | 1 | -0/+1 |
* | Change bootloader makefiles to automatically compute the bootloader starting ... | Dean Camera | 2011-02-09 | 2 | -4/+6 |
* | 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 | 2 | -36/+27 |
* | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | 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 |