qmk_firmware/Projects
Dean Camera afd828c095 Removed SerialStream module, rolled functionality into the base USART Serial 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.
2011-01-30 19:47:31 +00:00
..
AVRISP-MKII Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. 2011-01-30 19:47:31 +00:00
Benito Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it. 2011-01-30 14:14:04 +00:00
Incomplete/StandaloneProgrammer Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. 2011-01-30 19:47:31 +00:00
LEDNotifier Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
MIDIToneGenerator Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
Magstripe Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it. 2011-01-30 14:14:04 +00:00
MissileLauncher Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). 2011-01-10 18:43:34 +00:00
RelayBoard Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
TempDataLogger Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into the standard library Joystick HID report descriptor macro. Add in support for joystick resolution reporting via PHYSICAL_MINIMUM and PHYSICAL_MAXIMUM items. 2011-01-30 14:40:24 +00:00
USBtoSerial Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it. 2011-01-30 14:14:04 +00:00
Webserver Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). 2011-01-10 18:43:34 +00:00
XPLAINBridge Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
makefile Update copyright year on all source files. 2011-01-01 13:00:56 +00:00