2012-02-04 |
Dean Camera | Update file contributor copyrights for 2012. |
tree | commitdiff |
2012-02-04 |
Dean Camera | Update file header copyrights for 2012. |
tree | commitdiff |
2012-01-02 |
Dean Camera | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONF... |
tree | commitdiff |
2011-12-23 |
Dean Camera | Run wspurify script on /trunk/ and /branches/ C source... |
tree | commitdiff |
2011-11-09 |
Dean Camera | Update the incomplete StandaloneProgrammer project... |
tree | commitdiff |
2011-09-21 |
Dean Camera | Add project name to the Doxygen makefile target output. |
tree | commitdiff |
2011-07-30 |
Dean Camera | Fixed incorrect Dataflash buffer use in the DataflashMa... |
tree | commitdiff |
2011-07-19 |
Dean Camera | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour... |
tree | commitdiff |
2011-07-01 |
Dean Camera | Seperate out the device demos and project's configurati... |
tree | commitdiff |
2011-06-20 |
Dean Camera | Add new "checksource" target to the library makefiles... |
tree | commitdiff |
2011-06-19 |
Dean Camera | Move the HIDReportViewer project into the normal Projec... |
tree | commitdiff |
2011-06-19 |
Dean Camera | Switch to using the standard printf() format specifiers... |
tree | commitdiff |
2011-06-16 |
Dean Camera | Add new incomplete HIDReportViewer project. |
tree | commitdiff |
2011-06-05 |
Dean Camera | Massive corrections to the project documentation and... |
tree | commitdiff |
2011-04-04 |
Dean Camera | Renamed all low level Endpoint_Read_*, Endpoint_Write_... |
tree | commitdiff |
2011-03-23 |
Dean Camera | Use the MIN() macro where possible instead of manual... |
tree | commitdiff |
2011-03-21 |
Dean Camera | F_CLOCK changed to F_USB to be more descriptive, and... |
tree | commitdiff |
2011-02-19 |
Dean Camera | Add new ARCH option to the makefiles to (eventually... |
tree | commitdiff |
2011-02-10 |
Dean Camera | Add static keyword to all project globals whose scope... |
tree | commitdiff |
2011-02-06 |
Dean Camera | Oops - fix missing constants in the TempDataLogger... |
tree | commitdiff |
2011-02-06 |
Dean Camera | Update projects using FatFS and PetiteFatFS to the... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Removed SerialStream module, rolled functionality into... |
tree | commitdiff |
2011-01-10 |
Dean Camera | Altered all endpoint/pipe stream transfers so that... |
tree | commitdiff |
2011-01-01 |
Dean Camera | Update copyright year on all source files. |
tree | commitdiff |
2010-12-26 |
Dean Camera | Make a new general RingBuffer.h misc library driver... |
tree | commitdiff |
2010-12-24 |
Dean Camera | Add DEVICE_STATE_AS_GPIOR=0 compile time option to... |
tree | commitdiff |
2010-12-03 |
Dean Camera | Added new completed MIDIToneGenerator project. |
tree | commitdiff |
2010-11-26 |
Dean Camera | Added ability to write protect Mass Storage disk write... |
tree | commitdiff |
2010-11-25 |
Dean Camera | Make the incomplete MIDIToneGenerator project work... |
tree | commitdiff |
2010-11-24 |
Dean Camera | Readd incomplete MIDIToneGenerator project, which can... |
tree | commitdiff |
2010-11-23 |
Dean Camera | Fixed Benito project discarding incoming data from... |
tree | commitdiff |
2010-11-22 |
Dean Camera | Lower bulk endpoint polling rate in the descriptors... |
tree | commitdiff |
2010-11-10 |
Dean Camera | Fixed incorrect PollingIntervalMS values in the demo... |
tree | commitdiff |
2010-11-05 |
Dean Camera | Renamed the EVENT_USB_Device_UnhandledControlRequest... |
tree | commitdiff |
2010-10-28 |
Dean Camera | Changed over fourwalledcubicle.com links to the new... |
tree | commitdiff |
2010-10-25 |
Dean Camera | Add descriptor class, subclass and protocol constants... |
tree | commitdiff |
2010-10-24 |
Dean Camera | All USB class drivers are now automatically included... |
tree | commitdiff |
2010-10-13 |
Dean Camera | Fix incomplete StandaloneProgrammer project code not... |
tree | commitdiff |
2010-10-13 |
Dean Camera | Minor documentation corrections. |
tree | commitdiff |
2010-10-13 |
Dean Camera | Clean up excessive whitespace at the end of each line... |
tree | commitdiff |
2010-09-30 |
Dean Camera | Reverted Endpoint/Pipe non-sequential configuration... |
tree | commitdiff |
2010-09-24 |
Dean Camera | Remove dfu-programmer program switches, to ensure maxim... |
tree | commitdiff |
2010-09-24 |
Dean Camera | Added the --suppress-bootloader-mem option to the makef... |
tree | commitdiff |
2010-09-15 |
Dean Camera | Make project makefiles correctly clean intermeditary... |
tree | commitdiff |
2010-09-13 |
Dean Camera | Remove incomplete MIDIToneGenerator project. |
tree | commitdiff |
2010-09-09 |
Dean Camera | Added class specific descriptor type defines with stand... |
tree | commitdiff |
2010-08-31 |
Dean Camera | Clarify in the project documentation files what the... |
tree | commitdiff |
2010-08-24 |
Dean Camera | Changed the signature of the CALLBACK_USB_GetDescriptor... |
tree | commitdiff |
2010-08-18 |
Dean Camera | Fixed MassStorage based demos and projects resetting... |
tree | commitdiff |
2010-08-09 |
Dean Camera | Removed complicated logic for the Endpoint_ConfigureEnd... |
tree | commitdiff |
2010-08-08 |
Dean Camera | Fix invocations of avr-size in all makefiles broken... |
tree | commitdiff |
2010-07-30 |
Dean Camera | Spell check more of the third party libraries used... |
tree | commitdiff |
2010-07-29 |
Dean Camera | Spell check all source files once again to find any... |
tree | commitdiff |
2010-07-21 |
Dean Camera | Update all demos, projects and bootloaders to indent... |
tree | commitdiff |
2010-07-21 |
Dean Camera | Add missing const qualifiers to class drivers. |
tree | commitdiff |
2010-07-19 |
Dean Camera | Update makefiles to use the latest WinAVR/Atmel toolcha... |
tree | commitdiff |
2010-07-18 |
Dean Camera | Change over all makefiles to use C99 standards mode... |
tree | commitdiff |
2010-07-15 |
Dean Camera | Disable strict aliasing explicitly in the project makef... |
tree | commitdiff |
2010-07-15 |
Dean Camera | Removed the automated checking of event names in the... |
tree | commitdiff |
2010-07-15 |
Dean Camera | Fix pointer aliasing warning in the Mass Storage demos. |
tree | commitdiff |
2010-07-12 |
Dean Camera | Add missing clean_doxygen phony targets to the project... |
tree | commitdiff |
2010-07-09 |
Dean Camera | Rewrote the implementation of the SwapEndian_16() and... |
tree | commitdiff |
2010-07-02 |
Dean Camera | Added new Drivers/USB/LowLevel/Device.c file to house... |
tree | commitdiff |
2010-06-03 |
Dean Camera | More documentation fixes. |
tree | commitdiff |
2010-05-08 |
Dean Camera | Add svn:eol-style property to source files, so that... |
tree | commitdiff |
2010-05-07 |
Dean Camera | Change over instances of "make" in the makefiles to... |
tree | commitdiff |
2010-04-28 |
Dean Camera | Relocate USBInterrupt.c/.h from the HighLevel USB drive... |
tree | commitdiff |
2010-04-28 |
Dean Camera | USB_Init() no longer calls sei() to enable global inter... |
tree | commitdiff |
2010-04-18 |
Dean Camera | Add const keyword to the demo function parameters where... |
tree | commitdiff |
2010-03-24 |
Dean Camera | Fixed compilation error in the AudioInput demos when... |
tree | commitdiff |
2010-03-23 |
Dean Camera | Change over MIDIToneGenerator to use only a single... |
tree | commitdiff |
2010-03-23 |
Dean Camera | Added incomplete MIDIToneGenerator project. |
tree | commitdiff |
2010-03-22 |
Dean Camera | Standardized the naming scheme given to configuration... |
tree | commitdiff |
2010-03-09 |
Dean Camera | Webserver project now uses the board LEDs to indicate... |
tree | commitdiff |
2010-02-04 |
Dean Camera | New BOARD value option BOARD_NONE (equivelent to not... |
tree | commitdiff |
2010-02-02 |
Dean Camera | Minor fixups to the documentation and preprocessor... |
tree | commitdiff |
2010-01-25 |
Dean Camera | Moved initial completed version of the Webserver projec... |
tree | commitdiff |
2010-01-25 |
Dean Camera | Neaten Webserver project code. |
tree | commitdiff |
2010-01-25 |
Dean Camera | Fixed CDC and RNDIS host demos and class drivers -... |
tree | commitdiff |
2010-01-21 |
Dean Camera | Fix up the incomplete Webserver project so that it... |
tree | commitdiff |
2010-01-19 |
Dean Camera | Added master mode hardware TWI driver. |
tree | commitdiff |
2010-01-15 |
Dean Camera | Fixed invalid USB controller PLL prescaler values for... |
tree | commitdiff |
2010-01-12 |
Dean Camera | Started Webserver RNDIS host project. |
tree | commitdiff |
2010-01-04 |
Dean Camera | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check... |
tree | commitdiff |
2009-12-30 |
Dean Camera | Update copyright year to 2010. |
tree | commitdiff |
2009-12-30 |
Dean Camera | Add new TemperatureDataLogger project, a simple USB... |
tree | commitdiff |
2009-12-28 |
Dean Camera | Fix MIT license language to make its intent clearer. |
tree | commitdiff |
2009-12-09 |
Dean Camera | Increase timeout of Mass Storage and Still Image host... |
tree | commitdiff |
2009-11-25 |
Dean Camera | Added new XPLAIN serial Bridge project (thanks to John... |
tree | commitdiff |
2009-11-24 |
Dean Camera | Make the StandaloneProgrammer project seamlessly read... |
tree | commitdiff |
2009-11-23 |
Dean Camera | Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP... |
tree | commitdiff |
2009-11-23 |
Dean Camera | The incomplete StandaloneProgrammer project now uses... |
tree | commitdiff |
2009-11-20 |
Dean Camera | Fixed LowLevel Keyboard demo not saving the issued... |
tree | commitdiff |
2009-11-17 |
Dean Camera | Make RNDISHost demo validate the set Packet Filter... |
tree | commitdiff |
2009-08-25 |
Dean Camera | Partial Commit: Move AVRISP project out of the Projects... |
tree | commitdiff |
2009-08-25 |
Dean Camera | Add function documentation to the AVRISP project. |
tree | commitdiff |
2009-08-25 |
Dean Camera | Finished preliminary AVRISP project - all V2 protocol... |
tree | commitdiff |
2009-08-25 |
Dean Camera | Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP... |
tree | commitdiff |
2009-08-25 |
Dean Camera | Updated Benito project -- added hardware interrupt... |
tree | commitdiff |
2009-08-24 |
Dean Camera | Fix endianness of LOAD_ADDRESS command data, add correc... |
tree | commitdiff |
next |