Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP ↵ | Dean Camera | 2012-06-26 | 2 | -42/+42 |
| | | | | code. | ||||
* | AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵ | Dean Camera | 2012-05-15 | 1 | -0/+2 |
| | | | | configuration file, all application headers include the configuration file. | ||||
* | AppConfigHeaders: Move out the last of the demo/app configurations into new ↵ | Dean Camera | 2012-05-13 | 3 | -8/+2 |
| | | | | AppConfig.h header files. | ||||
* | AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h ↵ | Dean Camera | 2012-05-13 | 2 | -6/+2 |
| | | | | configuration header files. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 19 | -19/+19 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 19 | -19/+19 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 2 | -2/+2 |
| | | | | driver source filenames to prevent ambiguities. | ||||
* | Fixed port state table corruption in the TCP layer of the RNDIS Ethernet ↵ | Dean Camera | 2011-10-09 | 1 | -3/+3 |
| | | | | | | device demos. Fix additional warnings under GCC 4.6. | ||||
* | Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 ↵ | Dean Camera | 2011-10-07 | 1 | -1/+1 |
| | | | | devices. | ||||
* | Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ↵ | Dean Camera | 2011-09-21 | 1 | -8/+8 |
| | | | | compiler versions. | ||||
* | Fixed error in the pipe unordered allocation algorithm for the AVR8 devices ↵ | Dean Camera | 2011-07-12 | 1 | -1/+1 |
| | | | | breaking compatibility with some devices. | ||||
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 4 | -9/+16 |
| | | | | | | Add endianness information to the class driver and core structure definitions. Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed. | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 3 | -7/+7 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 2 | -2/+2 |
| | |||||
* | Add RNDIS Device support to the Webserver project, so that the files stored ↵ | Dean Camera | 2011-05-22 | 1 | -1/+1 |
| | | | | on the device can be viewed from a web-browser while the board is plugged into a host machine. | ||||
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and ↵ | Dean Camera | 2011-05-18 | 3 | -9/+6 |
| | | | | | | RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure. | ||||
* | Remove redundant type information for bitfield elements, other than the ↵ | Dean Camera | 2011-04-10 | 2 | -14/+14 |
| | | | | | | signed/unsignedness of the element. Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size. | ||||
* | Removed SerialStream module, rolled functionality into the base USART Serial ↵ | Dean Camera | 2011-01-30 | 1 | -1/+1 |
| | | | | | | | | peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions. Altered the serial byte receive function to make it non-blocking. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 19 | -38/+38 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 19 | -20/+20 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵ | Dean Camera | 2010-10-24 | 1 | -1/+0 |
| | | | | | | is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 19 | -295/+314 |
| | | | | tool made by Laszlo Monda | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 2 | -2/+2 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 18 | -37/+88 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU ↵ | Dean Camera | 2010-07-18 | 1 | -6/+1 |
| | | | | Extensions. | ||||
* | Fix compile and Doxygen errors due to the spell-check changes in the source ↵ | Dean Camera | 2010-06-16 | 1 | -3/+1 |
| | | | | code. | ||||
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 1 | -2/+3 |
| | |||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 8 | -64/+63 |
| | |||||
* | Switch to using the correct intptr_t type use where a pointer must be cast ↵ | Dean Camera | 2010-05-26 | 2 | -5/+5 |
| | | | | to an integer type. | ||||
* | Fixed RNDISEthernet demos crashing when calculating checksums for ↵ | Dean Camera | 2010-05-25 | 2 | -2/+2 |
| | | | | | | Ethernet/TCP packets of more than ~500 bytes due to an overflow in the checksum calculation loop (thanks to Kevin Malec). Removed string Attributes from the Service Discovery Protocol code to minimise the potential points of failure while the base code is being debugged. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 19 | -2698/+2698 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 1 | -0/+2 |
| | | | | be done in the user application once all init code has run. | ||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Fix up the incomplete Webserver project so that it integrates with the uIP ↵ | Dean Camera | 2010-01-21 | 1 | -1/+4 |
| | | | | | | stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated. Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 19 | -38/+38 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 19 | -135/+135 |
| | |||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 5 | -6/+6 |
| | |||||
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 2 | -2/+0 |
| | |||||
* | Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event. | Dean Camera | 2009-08-11 | 1 | -1/+1 |
| | | | | Minor documentation fixes. | ||||
* | Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory ↵ | Dean Camera | 2009-08-07 | 7 | -33/+43 |
| | | | | | | | | would become corrupted due to an incorrect bounds check when iterating over the port state table, causing random resets. Revert change to Template_Endpoint_Control_R.c, which broke control stream reads. Remove uneeded ADC.h include in the class driver AudioOutput demo. | ||||
* | Make Control Endpoint stream transfers more reliable by adding in early ↵ | Dean Camera | 2009-08-05 | 2 | -12/+17 |
| | | | | | | | | aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes. Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed. Fix incorrect model compatibility information in the Host LowLevel demo overview text files. | ||||
* | Added 404 errors to the RNDIS Webserver example. | Dean Camera | 2009-07-29 | 1 | -19/+54 |
| | |||||
* | Added compatibility list to the documentation of each individual demo. | Dean Camera | 2009-07-13 | 1 | -1/+1 |
| | | | | | | Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x. | ||||
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 12 | -61/+61 |
| | | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput). | ||||
* | Break device mode class driver interfaces into seperate config and state ↵ | Dean Camera | 2009-06-18 | 2 | -9/+9 |
| | | | | structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces. | ||||
* | Doxygen corrections to fix Doxygen warnings in some demos. | Dean Camera | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 1 | -1/+1 |
| | | | | | | Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes. | ||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 19 | -0/+2645 |
re-add old low level demos to a LowLevel subdirectory. |