Make RNDISHost demo validate the set Packet Filter to ensure that it is being sent...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 17 Nov 2009 10:32:17 +0000 (10:32 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 17 Nov 2009 10:32:17 +0000 (10:32 +0000)
commit9b2011455585885748164ab76dfaae76fffb0ff9
tree793afb8d681b07fc84582828735e23e90465d7d7
parent79e54580ae0ce192f6c66a11880136eac483fc29
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.
26 files changed:
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h
Demos/Device/ClassDriver/MassStorage/MassStorage.h
Demos/Host/Incomplete/RNDISEthernetHost/Lib/RNDISCommands.c
Demos/Host/Incomplete/RNDISEthernetHost/Lib/RNDISCommands.h
Demos/Host/Incomplete/RNDISEthernetHost/RNDISEthernetHost.c
LUFA.pnproj
LUFA/Drivers/USB/Class/Common/HID.h
LUFA/ManPages/FutureChanges.txt
Projects/Incomplete/StandaloneProgrammer/Descriptors.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Descriptors.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/00readme.txt [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/integer.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Standalone Programmer.inf [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/makefile [new file with mode: 0644]