From 994ee2fb6f5255b7199593817c133bb4ea451911 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Wed, 15 Jun 2022 20:49:57 +0800 Subject: remove high workq enable --- SConscript | 1 - .../stm32f429igt6/MDK-ARM/stm32f429igt6.uvoptx | 74 +++++++++++++++++++++- .../stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx | 2 +- 3 files changed, 73 insertions(+), 4 deletions(-) diff --git a/SConscript b/SConscript index 2ce805bf..5de8c0ff 100644 --- a/SConscript +++ b/SConscript @@ -91,7 +91,6 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): if GetDepend(['PKG_CHERRYUSB_HOST_DWC2']): src += Glob('port/synopsys/usb_hc_dwc2.c') - CPPDEFINES += ['CONFIG_USBHOST_HIGH_WORKQ'] if GetDepend(['PKG_CHERRYUSB_HOST_MUSB']): src += Glob('port/musb/usb_hc_musb.c') if GetDepend(['PKG_CHERRYUSB_HOST_MUSB_SUNXI']): diff --git a/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvoptx b/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvoptx index 6ce3cf8d..c04c248c 100644 --- a/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvoptx +++ b/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvoptx @@ -153,7 +153,72 @@ -U066EFF555453774987091527 -O2287 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP (ARM Core") -D00(2BA01477) -L00(0) -TO131090 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F4xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F429IGTx$CMSIS\Flash\STM32F4xx_1024.FLM) - + + + 0 + 0 + 347 + 1 +
134246062
+ 0 + 0 + 0 + 0 + 0 + 1 + ..\..\..\..\..\class\msc\usbh_msc.c + + \\stm32f429igt6\../../../../../class/msc/usbh_msc.c\347 +
+ + 1 + 0 + 352 + 1 +
134246088
+ 0 + 0 + 0 + 0 + 0 + 1 + ..\..\..\..\..\class\msc\usbh_msc.c + + \\stm32f429igt6\../../../../../class/msc/usbh_msc.c\352 +
+ + 2 + 0 + 561 + 1 +
134230510
+ 0 + 0 + 0 + 0 + 0 + 1 + ..\..\..\..\..\port\dwc2\usb_hc_dwc2.c + + \\stm32f429igt6\../../../../../port/dwc2/usb_hc_dwc2.c\561 +
+ + 3 + 0 + 557 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + ..\..\..\..\..\port\dwc2\usb_hc_dwc2.c + + +
+
0 @@ -165,6 +230,11 @@ 1 chan_int + + 2 + 1 + msc_class + 0 @@ -240,7 +310,7 @@ Application/User/Core - 0 + 1 0 0 0 diff --git a/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx b/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx index 872fcc6f..e553b38a 100644 --- a/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx +++ b/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx @@ -338,7 +338,7 @@ 0 - USE_HAL_DRIVER,STM32F429xx,CONFIG_USBHOST_HIGH_WORKQ + USE_HAL_DRIVER,STM32F429xx ../Core/Inc;../Drivers/STM32F4xx_HAL_Driver/Inc;../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy;../Drivers/CMSIS/Device/ST/STM32F4xx/Include;../Drivers/CMSIS/Include;..\..\..\..\..\common;..\..\..\..\..\core;..\..\..\..\..\class\cdc;..\..\..\..\..\class\hub;..\..\..\..\..\class\hid;..\..\..\..\..\class\msc;..\..\..\..\..\osal;..\..\..\..\..\third_party\FreeRTOS-10.4\include;..\..\..\..\..\third_party\FreeRTOS-10.4\portable\GCC\ARM_CM4F;..\..\..\..\..\third_party\fatfs-0.14\source -- cgit v1.3.1