forked from xuos/xiuos
Added file modification description.
This commit is contained in:
parent
459a7ad7cf
commit
2da33e48dc
|
@ -9,6 +9,11 @@ File name: usb_cdc.h
|
||||||
Description: adopt cherry USB to XiZi AIOT.
|
Description: adopt cherry USB to XiZi AIOT.
|
||||||
Others: take CherryUSB v0.10.2/class/cdc/usb_cdc.h for references
|
Others: take CherryUSB v0.10.2/class/cdc/usb_cdc.h for references
|
||||||
https://github.com/cherry-embedded/CherryUSB/blob/v0.10.2/class/cdc/usb_cdc.h
|
https://github.com/cherry-embedded/CherryUSB/blob/v0.10.2/class/cdc/usb_cdc.h
|
||||||
|
|
||||||
|
History:
|
||||||
|
1. Date: 2024-07-09
|
||||||
|
Author: AIIT XUOS Lab
|
||||||
|
Modification: Replace __PACKED with __attribute__((packed)) because of a compilation error.
|
||||||
*************************************************/
|
*************************************************/
|
||||||
|
|
||||||
#ifndef USB_CDC_H_
|
#ifndef USB_CDC_H_
|
||||||
|
|
|
@ -10,6 +10,11 @@ File name: usbh_rndis.h
|
||||||
Description: adopt cherry USB to XiZi AIOT.
|
Description: adopt cherry USB to XiZi AIOT.
|
||||||
Others: take CherryUSB v0.10.2/class/wireless/usbh_rndis.h for references
|
Others: take CherryUSB v0.10.2/class/wireless/usbh_rndis.h for references
|
||||||
https://github.com/cherry-embedded/CherryUSB/blob/v0.10.2/class/wireless/usbh_rndis.h
|
https://github.com/cherry-embedded/CherryUSB/blob/v0.10.2/class/wireless/usbh_rndis.h
|
||||||
|
|
||||||
|
History:
|
||||||
|
1. Date: 2024-07-09
|
||||||
|
Author: AIIT XUOS Lab
|
||||||
|
Modification: Add usb_def.h stdbool.h and usb_hc.h because of a compilation error.
|
||||||
*************************************************/
|
*************************************************/
|
||||||
#ifndef USBH_RNDIS_H_
|
#ifndef USBH_RNDIS_H_
|
||||||
#define USBH_RNDIS_H_
|
#define USBH_RNDIS_H_
|
||||||
|
|
Loading…
Reference in New Issue