Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Increased endpoint polling interval for all demos and projects to 5ms, as ↵ | Dean Camera | 2012-05-06 | 1 | -2/+2 | |
| | | | | | | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen). | |||||
| * | Fix bootloaders to make the StaticAnalysis build test happy. | Dean Camera | 2012-05-05 | 1 | -1/+2 | |
| | | ||||||
| * | The library bootloaders will now correctly start the user application after ↵ | Dean Camera | 2012-04-29 | 2 | -0/+29 | |
| | | | | | | | | a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. | |||||
| * | Alter the bootloader section sizes to all be 8KB, to be in line with the ↵ | Dean Camera | 2012-04-18 | 2 | -4/+4 | |
| | | | | | | | | 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 Camera | 2012-04-15 | 1 | -3/+3 | |
| | | ||||||
| * | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 3 | -23/+18 | |
| | | ||||||
* | | AppConfigHeaders: Update several user projects to use configuration header ↵ | Dean Camera | 2012-05-10 | 1 | -3/+0 | |
| | | | | | | | | files, rather than makefile defines. | |||||
* | | AppConfigHeaders: Update bootloaders to use configuration header files, ↵ | Dean Camera | 2012-05-10 | 5 | -15/+20 | |
| | | | | | | | | rather than makefile defines. | |||||
* | | Add branch for the conversion of demos to use standard C header files for ↵ | Dean Camera | 2012-05-10 | 8 | -46/+199 | |
|/ | | | | configuration, rather than makefile defined macros. | |||||
* | Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵ | Dean Camera | 2012-04-14 | 2 | -15/+35 | |
| | | | | size is 8KB or more (thanks to Georg Glock). | |||||
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵ | Dean Camera | 2012-04-09 | 1 | -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. | |||||
* | Clean up Bootloader API tables. | Dean Camera | 2012-04-01 | 1 | -4/+9 | |
| | ||||||
* | Added additional bootloader API data to expose the bootloader start address ↵ | Dean Camera | 2012-03-29 | 3 | -16/+29 | |
| | | | | and class to the DFU and CDC class bootloaders. | |||||
* | Only abort Doxygen documentation generation if a non-unsupported tag warning ↵ | Dean Camera | 2012-03-09 | 1 | -1/+1 | |
| | | | | is encountered. | |||||
* | Update Doxygen documentation build scripts to fail if any warnings are ↵ | Dean Camera | 2012-03-09 | 1 | -1/+3 | |
| | | | | generated. | |||||
* | 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 ↵ | Dean Camera | 2012-02-03 | 4 | -9/+20 | |
| | | | | application can detect the bootloader's API support. | |||||
* | Add missing reference to the BootloaderAPI.S source file in the DFU and CDC ↵ | Dean Camera | 2012-01-29 | 1 | -1/+1 | |
| | | | | class bootloader AVRStudio 4 project files. | |||||
* | Fixed DFU class bootloader not resetting the LED pins as high impedance ↵ | Dean Camera | 2012-01-29 | 1 | -1/+1 | |
| | | | | inputs when a software jump to the user applications is requested. | |||||
* | Minor bootloader tweaks; make some functions static where possible to reduce ↵ | Dean Camera | 2012-01-15 | 3 | -4/+9 | |
| | | | | the compiled binary size, add additional comments to the makefiles. | |||||
* | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵ | Dean Camera | 2012-01-02 | 1 | -1/+1 | |
| | | | | this was misnamed (thanks to NXP Semiconductors). | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 4 | -9/+9 | |
| | | | | trailing whitespace at the end of each line. | |||||
* | 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 | |
| | | | | parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.). | |||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 4 | -177/+177 | |
| | | | | and converted to the native values on checkout. | |||||
* | 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 ↵ | Dean Camera | 2011-07-19 | 1 | -3/+3 | |
| | | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. | |||||
* | Remove custom CDC class descriptor definitions from the CDC bootloader, and ↵ | Dean Camera | 2011-07-01 | 2 | -40/+6 | |
| | | | | switch it to use the CDC Class Driver descriptor definitions. | |||||
* | Seperate out the device demos and project's configuration descriptor ↵ | Dean Camera | 2011-07-01 | 1 | -0/+4 | |
| | | | | structure definitions to clearly indicate what descriptors belong to which interface. | |||||
* | Add new "checksource" target to the library makefiles, for automated source ↵ | Dean Camera | 2011-06-20 | 1 | -1/+10 | |
| | | | | file existance checking. | |||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -4/+4 | |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | |||||
* | Expand the documentation for each Bootloader to give sample usage ↵ | Dean Camera | 2011-06-02 | 1 | -1/+29 | |
| | | | | | | instructions for the command line programmer utilities. Fix typo in the HID class bootloader CLI programmer application usage instructions. | |||||
* | Fixed incorrect signature in the CDC and DFU class bootloaders for the ↵ | Dean Camera | 2011-06-01 | 1 | -3/+3 | |
| | | | | | | | | ATMEGA8U2. Minor documentation cleanups. Modify the incomplete AudioInputHost demo for mono audio output. | |||||
* | Make DFU and CDC class bootloaders also toggle the LEDs on command activity ↵ | Dean Camera | 2011-04-23 | 1 | -0/+3 | |
| | | | | in addition to the periodic flashing. | |||||
* | Added LED flashing to the CDC and DFU class bootloaders to indicate when ↵ | Dean Camera | 2011-04-23 | 2 | -0/+15 | |
| | | | | they are running. | |||||
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵ | Dean Camera | 2011-04-04 | 1 | -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 Camera | 2011-03-21 | 1 | -7/+7 | |
| | | | | architecture ports. | |||||
* | Oops - Bootloader optimizations to GetDescriptor() don't work, as the ↵ | Dean Camera | 2011-03-18 | 1 | -5/+14 | |
| | | | | 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 Camera | 2011-02-19 | 1 | -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 Camera | 2011-02-10 | 2 | -50/+10 | |
| | | | | | | 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 Camera | 2011-02-09 | 1 | -0/+1 | |
| | | | | bootloader. | |||||
* | Added HID class bootloader, compatible with a modified version of the ↵ | Dean Camera | 2011-02-09 | 1 | -0/+7 | |
| | | | | command line Teensy loader from PJRC.com. | |||||
* | Change bootloader makefiles to automatically compute the bootloader starting ↵ | Dean Camera | 2011-02-09 | 1 | -2/+4 | |
| | | | | address from a flash size and bootloader section size, expressed in KB. |