Initial restructuring of the core USB driver module to support multiple architectures in the future.
This commit is contained in:
parent
3832182fe1
commit
1daa5e16f9
75 changed files with 982 additions and 437 deletions
|
@ -51,7 +51,7 @@
|
|||
#define _AUDIO_CLASS_COMMON_H_
|
||||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "../../Core/StdDescriptors.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#define _CDC_CLASS_COMMON_H_
|
||||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "../../Core/StdDescriptors.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#define _HID_CLASS_COMMON_H_
|
||||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "../../Core/StdDescriptors.h"
|
||||
#include "HIDParser.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -66,14 +66,13 @@
|
|||
#define __HIDPARSER_H__
|
||||
|
||||
/* Includes: */
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include "../../../../Common/Common.h"
|
||||
|
||||
#include "HIDReportData.h"
|
||||
#include "../Common/HID.h"
|
||||
|
||||
#include "../../../../Common/Common.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/* Enable C linkage for C++ Compilers: */
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#define __INCLUDE_FROM_AUDIO_DRIVER
|
||||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "../../Core/StdDescriptors.h"
|
||||
#include "Audio.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#define _MS_CLASS_COMMON_H_
|
||||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "../../Core/StdDescriptors.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#define _PRINTER_CLASS_COMMON_H_
|
||||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "../../Core/StdDescriptors.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#define __INCLUDE_FROM_CDC_DRIVER
|
||||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "../../Core/StdDescriptors.h"
|
||||
#include "CDC.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#define _SI_CLASS_COMMON_H_
|
||||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "../../Core/StdDescriptors.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue