From 2da33e48dcccc2f58755756e0118c419c110aa73 Mon Sep 17 00:00:00 2001 From: songyanguang <345810377@qq.com> Date: Wed, 10 Jul 2024 09:42:59 +0800 Subject: [PATCH] Added file modification description. --- .../services/drivers/usb/components/class/cdc/usb_cdc.h | 5 +++++ .../drivers/usb/components/class/wireless/usbh_rndis.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/class/cdc/usb_cdc.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/class/cdc/usb_cdc.h index 2fcbcefd8..3e42f1920 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/class/cdc/usb_cdc.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/class/cdc/usb_cdc.h @@ -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_ diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/class/wireless/usbh_rndis.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/class/wireless/usbh_rndis.h index 26fea1f64..1aeac2992 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/class/wireless/usbh_rndis.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/class/wireless/usbh_rndis.h @@ -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_