aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/LEDNotifier/LEDNotifier.c
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
|
* Fix static analysis false warnings.Dean Camera2018-12-091-0/+1
|
* Fix LEDNotifier project writing to the incorrect output stream.Dean Camera2018-06-171-1/+1
|
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Minor documentation improvements.Dean Camera2015-08-011-0/+2
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Minor documentation improvements.Dean Camera2013-12-201-5/+5
|
* Extract interface numbers into enums.László Monda2013-10-061-1/+1
|
* Pseudo-port the projects and dual role demos for possible later multi-arch ↵Dean Camera2013-05-191-0/+2
| | | | support.
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Use the framework provided GlobalInterruptEnable() function instead of the ↵Dean Camera2012-09-171-1/+1
| | | | AVR8/XMEGA specific sei() macro, for future demo/project portability.
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-13/+19
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Fix typos in the HID class bootloader makefile.Dean Camera2011-02-111-5/+5
|
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Fixed Benito project discarding incoming data from the USB virtual serial ↵Dean Camera2010-11-231-1/+1
| | | | | | port when the USART is busy. Minor documentation improvements.
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵Dean Camera2010-11-051-2/+2
| | | | EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-14/+15
| | | | tool made by Laszlo Monda
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ↵Dean Camera2010-08-031-3/+3
| | | | extensions).
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-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 Camera2010-04-281-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 Camera2010-04-131-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 Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-8/+8
|
* Correct TeensyHID bootloader descriptors to use the correct revision code ↵Dean Camera2009-12-211-1/+1
| | | | for the ATMEGA32U4 based Teensy revision.
* Fix up references in the LEDNotifier project to the old HotmailNotifier name.Dean Camera2009-12-181-2/+2
|
* Rename HotmailNotifier project files to LEDNotifier.Dean Camera2009-12-181-0/+165