Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -1/+8 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Fix broken Doxygen documentation. | Dean Camera | 2011-05-19 | 1 | -24/+24 |
| | |||||
* | Initial restructuring of the core USB driver module to support multiple ↵ | Dean Camera | 2011-02-19 | 1 | -74/+130 |
| | | | | architectures in the future. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -5/+4 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -32/+33 |
| | | | | tool made by Laszlo Monda | ||||
* | Added new project makefile template to the library and moved board driver ↵ | Dean Camera | 2010-09-11 | 1 | -1/+21 |
| | | | | stub files into in a new CodeTemplates directory. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -171/+171 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Document the Bluetooth ACL layer. Remove unneeded parameters from the ↵ | Dean Camera | 2010-04-13 | 1 | -1/+1 |
| | | | | | | | | signalling command processing routines. Change over the code so that the bluetooth packet data is read in by the stack rather than the user application, to make it more unform for sending/receiving, and so the library can handle incomming fragmentation in the future. Start Service Discovery Protocol decoding and processing. | ||||
* | Add updated board driver directory summaries to the documentation. | Dean Camera | 2010-03-30 | 1 | -0/+49 |
| | |||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -12/+6 |
| | |||||
* | Update manual pages to reference unfinished AVR32 port, add port status to ↵ | Dean Camera | 2010-02-22 | 1 | -6/+12 |
| | | | | the Future Changes page. | ||||
* | Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7. | Dean Camera | 2009-11-03 | 1 | -3/+2 |
| | |||||
* | State information for class drivers is now zeroed out during enumeration ↵ | Dean Camera | 2009-07-27 | 1 | -1/+1 |
| | | | | (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved. | ||||
* | Move main library documentation pages into a new ManPages subdirectory. | Dean Camera | 2009-06-15 | 1 | -0/+123 |