Make RNDISHost demo validate the set Packet Filter to ensure that it is being sent correctly.

Add new (incomplete) StandaloneProgrammer project, using the ELM Petite FAT library to read files stored on the board's dataflash by the host.
This commit is contained in:
Dean Camera 2009-11-17 10:32:17 +00:00
parent 79e54580ae
commit 9b20114555
26 changed files with 3957 additions and 13 deletions

View file

@ -72,7 +72,7 @@ uint8_t RNDIS_GetEncapsulatedResponse(void* Buffer, uint16_t Length)
return USB_Host_SendControlRequest(Buffer);
}
uint8_t RNDIS_KeepAlive(void)
uint8_t RNDIS_SendKeepAlive(void)
{
uint8_t ErrorCode;