Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -1/+1 | |
| | | | | | | Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set). | |||||
* | Move RNDISConstants.h into the RNDIS class driver common definition header. | Dean Camera | 2010-10-28 | 1 | -1/+1 | |
| | | | | Add logical grouping of related #define values for better Doxygen documentation. | |||||
* | Add descriptor class, subclass and protocol constants to the class drivers, ↵ | Dean Camera | 2010-10-25 | 1 | -1/+1 | |
| | | | | | | | | modify all demos to use them where possible. Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos. Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition. | |||||
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵ | Dean Camera | 2010-10-24 | 1 | -1/+1 | |
| | | | | | | 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. | |||||
* | Added board hardware driver support for the Minimus board (thanks to the ↵ | Dean Camera | 2010-10-17 | 1 | -1/+1 | |
| | | | | PSGroove team). | |||||
* | Oops - add missing Maximus board LED hardware driver file. | Dean Camera | 2010-10-17 | 1 | -1/+1 | |
| | ||||||
* | Added board hardware driver support for the Maximus board (thanks to the ↵ | Dean Camera | 2010-10-17 | 1 | -1/+1 | |
| | | | | PSGroove team). | |||||
* | Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵ | Dean Camera | 2010-10-17 | 1 | -1/+1 | |
| | | | | to the PSGroove team). | |||||
* | Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to ↵ | Dean Camera | 2010-10-07 | 1 | -1/+1 | |
| | | | | reduce the compiled binary size. | |||||
* | Added board hardware driver support for the Arduino Uno development board. | Dean Camera | 2010-09-28 | 1 | -1/+1 | |
| | | | | Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver. | |||||
* | Added board hardware driver support for the BUI development board. | Dean Camera | 2010-09-14 | 1 | -1/+1 | |
| | ||||||
* | Added board hardware driver support for the UDIP development board. | Dean Camera | 2010-09-14 | 1 | -1/+1 | |
| | ||||||
* | Remove incomplete MIDIToneGenerator project. | Dean Camera | 2010-09-13 | 1 | -1/+1 | |
| | ||||||
* | Added new project makefile template to the library and moved board driver ↵ | Dean Camera | 2010-09-11 | 1 | -1/+1 | |
| | | | | stub files into in a new CodeTemplates directory. | |||||
* | Added board hardware driver support for the USBFOO development board. | Dean Camera | 2010-09-04 | 1 | -1/+1 | |
| | ||||||
* | Added board hardware driver support for the Olimex AVR-USB-162 development ↵ | Dean Camera | 2010-09-03 | 1 | -1/+1 | |
| | | | | board (thanks to Steve Fawcett). | |||||
* | Split out endpoint and pipe stream functions into new EndpointStream.c/.h ↵ | Dean Camera | 2010-08-22 | 1 | -1/+1 | |
| | | | | and PipeStream.c/.h files. | |||||
* | Added start of a low level device Test and Measurement class demo (thanks to ↵ | Dean Camera | 2010-07-22 | 1 | -1/+1 | |
| | | | | Peter Lawrence). | |||||
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel ↵ | Dean Camera | 2010-07-21 | 1 | -1/+1 | |
| | | | | | | | | directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. Rename LowLevel.c/.h to USBController.c/.h. Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports. | |||||
* | Add AVRStudio 4 project files to the ClassDriver Device mode demos. | Dean Camera | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Add AVRStudio 4 project files to the LowLevel Device mode demos. | Dean Camera | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Add AVRStudio 4 project files to the ClassDriver Host mode demos. | Dean Camera | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Add AVRStudio 4 project files to the LowLevel Host mode demos. | Dean Camera | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Add AVRStudio 4 project files for the library bootloaders. | Dean Camera | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Add remaining AVRStudio project files to the library projects. | Dean Camera | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Rename the AVRISP main source files to AVRISP-MKII so that it matches the ↵ | Dean Camera | 2010-07-13 | 1 | -1/+1 | |
| | | | | project name. Add AVRStudio project file for the AVRISP-MKII project. | |||||
* | Move out Bluetooth stack callback functions to a seperate ↵ | Dean Camera | 2010-07-08 | 1 | -1/+1 | |
| | | | | BluetoothEvents.c/.h set of files for clarity in the Incomplete BluetoothHost demo. Add a new stack callback for opened ACL channels, make the demo save the RFCOMM channel when opened so that it does not have to search for it on each iteration of the main program loop. | |||||
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific ↵ | Dean Camera | 2010-07-02 | 1 | -1/+1 | |
| | | | | | | functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete. | |||||
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵ | Dean Camera | 2010-06-16 | 1 | -1/+1 | |
| | | | | the new 1.7 Doxygen's default stylesheet is much better. | |||||
* | Split out the RFCOMM Control Channel command processing code into a seperate ↵ | Dean Camera | 2010-06-13 | 1 | -1/+1 | |
| | | | | set of files for clarity. | |||||
* | Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h ↵ | Dean Camera | 2010-06-13 | 1 | -1/+1 | |
| | | | | files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h. | |||||
* | Document lightweight ring buffer header files. | Dean Camera | 2010-06-06 | 1 | -1/+1 | |
| | ||||||
* | Add start of RFCOMM service layer to the incomplete BluetoothHost demo. | Dean Camera | 2010-06-03 | 1 | -1/+1 | |
| | | | | Reduce the size of the attribute search list from 15 ranges to 8 to save RAM. | |||||
* | Move SDP service tables out into a new set of files, to make the SDP service ↵ | Dean Camera | 2010-06-01 | 1 | -1/+1 | |
| | | | | code cleaner. | |||||
* | Replace ring buffer library in Benito and USBtoSerial projects with the new ↵ | Dean Camera | 2010-05-26 | 1 | -1/+1 | |
| | | | | lightweight ring buffer header to improve reliability. | |||||
* | Create a new LightweightRingBuffer.h header file for the XPLAIN project to ↵ | Dean Camera | 2010-05-26 | 1 | -1/+1 | |
| | | | | abstract out the new ring buffer without a performance penalty. | |||||
* | The RingBuff library code has been replaced in the XPLAINBridge project with ↵ | Dean Camera | 2010-05-26 | 1 | -1/+1 | |
| | | | | an ultra lightweight buffer to help improve the reliability of the bridge. | |||||
* | Removed TeensyHID bootloader, per request from Paul at PJRC. | Dean Camera | 2010-05-12 | 1 | -1/+1 | |
| | ||||||
* | Fix Doxygen treating the license as a documentation source file. | Dean Camera | 2010-05-12 | 1 | -1/+1 | |
| | ||||||
* | Switch back to C based timeout ISR in the AVRISP project - assembly version ↵ | Dean Camera | 2010-05-02 | 1 | -1/+1 | |
| | | | | was failing, and only one or two cycles could be shaved off the compiler generated code. | |||||
* | Change AVRISP project's timeout to be interrupt based again, but make the ↵ | Dean Camera | 2010-05-02 | 1 | -1/+1 | |
| | | | | | | interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code. Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan). | |||||
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵ | Dean Camera | 2010-04-28 | 1 | -1/+1 | |
| | | | | LowLevel directory as it is hardware-dependent. | |||||
* | Remove incomplete/nonfunctional MIDI class bootloader. | Dean Camera | 2010-04-28 | 1 | -1/+1 | |
| | ||||||
* | Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options ↵ | Dean Camera | 2010-04-27 | 1 | -1/+1 | |
| | | | | set to true instead of false (thanks to Andrei Krainev). | |||||
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 1 | -1/+1 | |
| | ||||||
* | Add bluetooth channel connection callback to the incomplete BluetoothHost demo. | Dean Camera | 2010-04-18 | 1 | -1/+1 | |
| | ||||||
* | Rename FunctionAttributes.h to Attributes.h, as some attributes are ↵ | Dean Camera | 2010-04-15 | 1 | -1/+1 | |
| | | | | | | | | applicable to variables also. Add new ATTR_NOINIT attribute for global variables. Add the beginnings of a SDP implentation to the incomplete BluetoothHost demo. Add const attribute to the Mass Storage Host driver functions where it was applicable, but missing. | |||||
* | 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. | |||||
* | Oops, incorrectly edited the Benito buttons driver file instead of the ↵ | Dean Camera | 2010-03-30 | 1 | -1/+1 | |
| | | | | | | JM-DB-U2 buttons driver file. Fix up preprocessor guards in the new board driver files. |