New USB stack

This commit is contained in:
NIIBE Yutaka
2012-05-10 19:01:01 +09:00
parent c98f1fe8c6
commit b56c3b81ec
56 changed files with 1648 additions and 11343 deletions

View File

@@ -22,16 +22,9 @@
*/
#include "config.h"
#include "usb_lib.h"
#include "ch.h"
#include "gnuk.h"
#include "usb_lld.h"
#include "usb_istr.h"
#include "usb_desc.h"
#include "hw_config.h"
#include "usb_pwr.h"
#ifdef DEBUG
struct stdout {
@@ -380,7 +373,6 @@ main (int argc, char **argv)
flash_unlock ();
device_initialize_once ();
usb_lld_init ();
USB_Init ();
random_init ();
#ifdef DEBUG