move g_dwc2_udc into no cache ram
This commit is contained in:
@@ -183,7 +183,7 @@ struct dwc2_ep_state {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Driver state */
|
/* Driver state */
|
||||||
struct dwc2_udc {
|
USB_NOCACHE_RAM_SECTION struct dwc2_udc {
|
||||||
__attribute__((aligned(32))) struct usb_setup_packet setup;
|
__attribute__((aligned(32))) struct usb_setup_packet setup;
|
||||||
struct dwc2_ep_state in_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< IN endpoint parameters*/
|
struct dwc2_ep_state in_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< IN endpoint parameters*/
|
||||||
struct dwc2_ep_state out_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< OUT endpoint parameters */
|
struct dwc2_ep_state out_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< OUT endpoint parameters */
|
||||||
|
|||||||
Reference in New Issue
Block a user