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

@ -47,9 +47,7 @@
#include "Lib/DataflashManager.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/Joystick.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Drivers/Board/Buttons.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/USB/Class/MassStorage.h>