Added file modification description.

This commit is contained in:
songyanguang 2024-07-10 09:42:59 +08:00
parent 459a7ad7cf
commit 2da33e48dc
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,11 @@ File name: usb_cdc.h
Description: adopt cherry USB to XiZi AIOT.
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
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_

View File

@ -10,6 +10,11 @@ File name: usbh_rndis.h
Description: adopt cherry USB to XiZi AIOT.
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
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_
#define USBH_RNDIS_H_