1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

atusb/fw2: firmware for the AVR-based atusb (in progress)

- ./: basic framework to build a firmware that can enumerate
- usb/patches/: patches to make FreakUSB 0.7 compile cleanly and to make
  it work in our context
This commit is contained in:
Werner Almesberger
2011-02-08 19:32:15 -03:00
parent bb2894f293
commit 259400fdb8
9 changed files with 906 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Index: fw4/usb/freakusb.h
===================================================================
--- fw4.orig/usb/freakusb.h 2011-02-08 16:40:04.000000000 -0300
+++ fw4/usb/freakusb.h 2011-02-08 16:40:15.000000000 -0300
@@ -43,9 +43,6 @@
#include <stdio.h>
#include "types.h"
-// class specific
-#include "cdc.h"
-
// hw specific
#include "hw.h"