mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
This commit is contained in:
parent
a8871c7fba
commit
5a4def7478
@ -547,3 +547,4 @@ void CDC_Task(void)
|
|||||||
Endpoint_ClearOUT();
|
Endpoint_ClearOUT();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -122,3 +122,4 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -70,3 +70,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -240,3 +240,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -166,3 +166,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -693,3 +693,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
.PHONY : all begin finish end sizebefore sizeafter gccversion \
|
.PHONY : all begin finish end sizebefore sizeafter gccversion \
|
||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program debug gdb-config
|
clean_list clean_doxygen program debug gdb-config
|
||||||
|
|
||||||
|
@ -701,3 +701,4 @@ static void ProcessReadCommand(void)
|
|||||||
else if (IS_ONEBYTE_COMMAND(SentCommand.Data, 0x01)) // Read signature byte
|
else if (IS_ONEBYTE_COMMAND(SentCommand.Data, 0x01)) // Read signature byte
|
||||||
ResponseByte = SignatureInfo[DataIndexToRead - 0x30];
|
ResponseByte = SignatureInfo[DataIndexToRead - 0x30];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -205,3 +205,4 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -88,3 +88,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -181,3 +181,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -172,3 +172,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -694,3 +694,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
.PHONY : all begin finish end sizebefore sizeafter gccversion \
|
.PHONY : all begin finish end sizebefore sizeafter gccversion \
|
||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program debug gdb-config
|
clean_list clean_doxygen program debug gdb-config
|
||||||
|
|
||||||
|
@ -23,3 +23,4 @@ all:
|
|||||||
%:
|
%:
|
||||||
$(MAKE) -C DFU $@
|
$(MAKE) -C DFU $@
|
||||||
$(MAKE) -C CDC $@
|
$(MAKE) -C CDC $@
|
||||||
|
|
||||||
|
@ -148,3 +148,4 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
|
|||||||
{
|
{
|
||||||
Audio_Device_ProcessControlRequest(&Microphone_Audio_Interface);
|
Audio_Device_ProcessControlRequest(&Microphone_Audio_Interface);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,3 +85,4 @@
|
|||||||
void EVENT_USB_Device_UnhandledControlRequest(void);
|
void EVENT_USB_Device_UnhandledControlRequest(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -81,3 +81,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -314,3 +314,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,3 +82,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -712,3 +712,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -200,3 +200,4 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
|
|||||||
{
|
{
|
||||||
Audio_Device_ProcessControlRequest(&Speaker_Audio_Interface);
|
Audio_Device_ProcessControlRequest(&Speaker_Audio_Interface);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,3 +73,4 @@
|
|||||||
void EVENT_USB_Device_UnhandledControlRequest(void);
|
void EVENT_USB_Device_UnhandledControlRequest(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -94,3 +94,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -314,3 +314,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,3 +82,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -714,3 +714,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -383,3 +383,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,3 +102,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -189,3 +189,4 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
|
|||||||
CDC_Device_ProcessControlRequest(&VirtualSerial1_CDC_Interface);
|
CDC_Device_ProcessControlRequest(&VirtualSerial1_CDC_Interface);
|
||||||
CDC_Device_ProcessControlRequest(&VirtualSerial2_CDC_Interface);
|
CDC_Device_ProcessControlRequest(&VirtualSerial2_CDC_Interface);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -74,3 +74,4 @@
|
|||||||
void EVENT_USB_Device_UnhandledControlRequest(void);
|
void EVENT_USB_Device_UnhandledControlRequest(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -83,3 +83,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -240,3 +240,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,3 +72,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -177,3 +177,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
|
|||||||
HIDReportEcho.ReportSize = ReportSize;
|
HIDReportEcho.ReportSize = ReportSize;
|
||||||
memcpy(HIDReportEcho.ReportData, ReportData, ReportSize);
|
memcpy(HIDReportEcho.ReportData, ReportData, ReportSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,3 +84,4 @@
|
|||||||
const uint16_t ReportSize);
|
const uint16_t ReportSize);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -73,3 +73,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -250,3 +250,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,3 +69,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -185,3 +185,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
|
|||||||
{
|
{
|
||||||
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
|
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,3 +97,4 @@
|
|||||||
const uint16_t ReportSize);
|
const uint16_t ReportSize);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -71,3 +71,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -256,3 +256,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,3 +69,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -199,3 +199,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
|
|||||||
|
|
||||||
LEDs_SetAllLEDs(LEDMask);
|
LEDs_SetAllLEDs(LEDMask);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,3 +87,4 @@
|
|||||||
const uint16_t ReportSize);
|
const uint16_t ReportSize);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -70,3 +70,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -343,3 +343,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,3 +75,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -82,3 +82,4 @@
|
|||||||
const uint16_t ReportSize);
|
const uint16_t ReportSize);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -75,3 +75,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -326,3 +326,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,3 +81,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -192,3 +192,4 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
|
|||||||
{
|
{
|
||||||
MIDI_Device_ProcessControlRequest(&Keyboard_MIDI_Interface);
|
MIDI_Device_ProcessControlRequest(&Keyboard_MIDI_Interface);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,3 +76,4 @@
|
|||||||
void EVENT_USB_Device_UnhandledControlRequest(void);
|
void EVENT_USB_Device_UnhandledControlRequest(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -72,3 +72,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -217,3 +217,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,3 +72,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -531,3 +531,4 @@ bool DataflashManager_CheckDataflashOperation(void)
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,3 +83,4 @@
|
|||||||
bool DataflashManager_CheckDataflashOperation(void);
|
bool DataflashManager_CheckDataflashOperation(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -314,3 +314,4 @@ static bool SCSI_Command_ReadWrite_10(USB_ClassInfo_MS_Device_t* const MSInterfa
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,3 +85,4 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -137,3 +137,4 @@ bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* const MSI
|
|||||||
|
|
||||||
return CommandSuccess;
|
return CommandSuccess;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,3 +86,4 @@
|
|||||||
bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo);
|
bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -90,3 +90,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -713,3 +713,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -305,3 +305,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,3 +83,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -531,3 +531,4 @@ bool DataflashManager_CheckDataflashOperation(void)
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,3 +86,4 @@
|
|||||||
bool DataflashManager_CheckDataflashOperation(void);
|
bool DataflashManager_CheckDataflashOperation(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -314,3 +314,4 @@ static bool SCSI_Command_ReadWrite_10(USB_ClassInfo_MS_Device_t* const MSInterfa
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,3 +85,4 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -98,3 +98,4 @@
|
|||||||
const uint16_t ReportSize);
|
const uint16_t ReportSize);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -90,3 +90,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -713,3 +713,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -69,3 +69,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -185,3 +185,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
|
|||||||
{
|
{
|
||||||
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
|
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,3 +88,4 @@
|
|||||||
const uint16_t ReportSize);
|
const uint16_t ReportSize);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -70,3 +70,4 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
|
|||||||
build elf hex eep lss sym coff extcoff doxygen clean \
|
build elf hex eep lss sym coff extcoff doxygen clean \
|
||||||
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
|
||||||
debug gdb-config
|
debug gdb-config
|
||||||
|
|
||||||
|
@ -256,3 +256,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
|||||||
*DescriptorAddress = Address;
|
*DescriptorAddress = Address;
|
||||||
return Size;
|
return Size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,3 +83,4 @@
|
|||||||
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -84,3 +84,4 @@ int16_t ARP_ProcessARPPacket(void* InDataStart,
|
|||||||
|
|
||||||
return NO_RESPONSE;
|
return NO_RESPONSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,3 +73,4 @@
|
|||||||
void* OutDataStart);
|
void* OutDataStart);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -118,3 +118,4 @@ int16_t DHCP_ProcessDHCPPacket(void* IPHeaderInStart,
|
|||||||
|
|
||||||
return NO_RESPONSE;
|
return NO_RESPONSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -125,3 +125,4 @@
|
|||||||
void* DHCPHeaderOutStart);
|
void* DHCPHeaderOutStart);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -130,3 +130,4 @@ uint16_t Ethernet_Checksum16(void* Data,
|
|||||||
|
|
||||||
return ~Checksum;
|
return ~Checksum;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,3 +102,4 @@
|
|||||||
uint16_t Bytes);
|
uint16_t Bytes);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -79,3 +79,4 @@
|
|||||||
} IP_Address_t;
|
} IP_Address_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -80,3 +80,4 @@ int16_t ICMP_ProcessICMPPacket(Ethernet_Frame_Info_t* const FrameIN,
|
|||||||
|
|
||||||
return NO_RESPONSE;
|
return NO_RESPONSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,3 +80,4 @@
|
|||||||
void* OutDataStart);
|
void* OutDataStart);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -113,3 +113,4 @@ int16_t IP_ProcessIPPacket(Ethernet_Frame_Info_t* const FrameIN,
|
|||||||
|
|
||||||
return RetSize;
|
return RetSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,3 +95,4 @@
|
|||||||
void* OutDataStart);
|
void* OutDataStart);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -278,3 +278,4 @@ void DecodeDHCPHeader(void* InDataStart)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,3 +57,4 @@
|
|||||||
void DecodeDHCPHeader(void* InDataStart);
|
void DecodeDHCPHeader(void* InDataStart);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -632,3 +632,4 @@ static uint16_t TCP_Checksum16(void* TCPHeaderOutStart,
|
|||||||
|
|
||||||
return ~Checksum;
|
return ~Checksum;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user