Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ↵ | Dean Camera | 2010-08-03 | 1 | -3/+3 |
| | | | | extensions). | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -167/+167 |
| | | | | 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. | ||||
* | 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. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -8/+8 |
| | |||||
* | Correct TeensyHID bootloader descriptors to use the correct revision code ↵ | Dean Camera | 2009-12-21 | 1 | -1/+1 |
| | | | | for the ATMEGA32U4 based Teensy revision. | ||||
* | Fix up references in the LEDNotifier project to the old HotmailNotifier name. | Dean Camera | 2009-12-18 | 1 | -2/+2 |
| | |||||
* | Rename HotmailNotifier project files to LEDNotifier. | Dean Camera | 2009-12-18 | 1 | -0/+165 |