move to targets dir
This commit is contained in:
65
targets/efm8/inc/descriptors.h
Normal file
65
targets/efm8/inc/descriptors.h
Normal file
@@ -0,0 +1,65 @@
|
||||
/*******************************************************************************
|
||||
* @file descriptors.h
|
||||
* @brief USB descriptors header file.
|
||||
*******************************************************************************/
|
||||
|
||||
//=============================================================================
|
||||
// inc/descriptors.h: generated by Hardware Configurator
|
||||
//
|
||||
// This file will be regenerated when saving a document. leave the sections
|
||||
// inside the "$[...]" comment tags alone or they will be overwritten!
|
||||
//=============================================================================
|
||||
#ifndef __SILICON_LABS_DESCRIPTORS_H
|
||||
#define __SILICON_LABS_DESCRIPTORS_H
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Includes
|
||||
//-----------------------------------------------------------------------------
|
||||
#include <si_toolchain.h>
|
||||
#include <endian.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <efm8_usb.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// -------------------- USB Identification ------------------------------------
|
||||
//
|
||||
// **********
|
||||
// NOTE: YOU MUST PROVIDE YOUR OWN USB VID/PID (below)
|
||||
// **********
|
||||
//
|
||||
// Following are the definition of the USB VID and PID. These are, by default,
|
||||
// values that are assigned to Silicon Labs. These values are provided merely
|
||||
// as an example. You may not use the Silicon Labs VID/PID values in your
|
||||
// product. You must provide your own assigned VID and PID values.
|
||||
//-----------------------------------------------------------------------------
|
||||
// $[Vendor ID]
|
||||
#define USB_VENDOR_ID htole16(0x10c4)
|
||||
// [Vendor ID]$
|
||||
|
||||
// $[Product ID]
|
||||
#define USB_PRODUCT_ID htole16(0x8acf)
|
||||
// [Product ID]$
|
||||
|
||||
extern SI_SEGMENT_VARIABLE(ReportDescriptor0[34], const uint8_t, SI_SEG_CODE);
|
||||
|
||||
extern SI_SEGMENT_VARIABLE(deviceDesc[], const USB_DeviceDescriptor_TypeDef, SI_SEG_CODE);
|
||||
extern SI_SEGMENT_VARIABLE(configDesc[], const uint8_t, SI_SEG_CODE);
|
||||
extern SI_SEGMENT_VARIABLE(initstruct, const USBD_Init_TypeDef, SI_SEG_CODE);
|
||||
|
||||
#define HID_PACKET_SIZE 64
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __SILICON_LABS_DESCRIPTORS_H
|
||||
#if 0
|
||||
// $[HID Report Descriptors]
|
||||
extern SI_SEGMENT_VARIABLE(ReportDescriptor0[0], const uint8_t, SI_SEG_CODE);
|
||||
// [HID Report Descriptors]$
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user