diff options
| author | sakumisu <[email protected]> | 2022-06-15 20:49:57 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-06-15 20:49:57 +0800 |
| commit | 994ee2fb6f5255b7199593817c133bb4ea451911 (patch) | |
| tree | 259eee79ddd8f1559cd7b603d669c3a22bccabdb | |
| parent | 2fba2b1ca4240d7b9e8dca194d95c19fc0c43fad (diff) | |
remove high workq enable
| -rw-r--r-- | SConscript | 1 | ||||
| -rw-r--r-- | demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvoptx | 74 | ||||
| -rw-r--r-- | demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx | 2 |
3 files changed, 73 insertions, 4 deletions
@@ -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 @@ <Name>-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)</Name> </SetRegEntry> </TargetDriverDllRegistry> - <Breakpoint/> + <Breakpoint> + <Bp> + <Number>0</Number> + <Type>0</Type> + <LineNumber>347</LineNumber> + <EnabledFlag>1</EnabledFlag> + <Address>134246062</Address> + <ByteObject>0</ByteObject> + <HtxType>0</HtxType> + <ManyObjects>0</ManyObjects> + <SizeOfObject>0</SizeOfObject> + <BreakByAccess>0</BreakByAccess> + <BreakIfRCount>1</BreakIfRCount> + <Filename>..\..\..\..\..\class\msc\usbh_msc.c</Filename> + <ExecCommand></ExecCommand> + <Expression>\\stm32f429igt6\../../../../../class/msc/usbh_msc.c\347</Expression> + </Bp> + <Bp> + <Number>1</Number> + <Type>0</Type> + <LineNumber>352</LineNumber> + <EnabledFlag>1</EnabledFlag> + <Address>134246088</Address> + <ByteObject>0</ByteObject> + <HtxType>0</HtxType> + <ManyObjects>0</ManyObjects> + <SizeOfObject>0</SizeOfObject> + <BreakByAccess>0</BreakByAccess> + <BreakIfRCount>1</BreakIfRCount> + <Filename>..\..\..\..\..\class\msc\usbh_msc.c</Filename> + <ExecCommand></ExecCommand> + <Expression>\\stm32f429igt6\../../../../../class/msc/usbh_msc.c\352</Expression> + </Bp> + <Bp> + <Number>2</Number> + <Type>0</Type> + <LineNumber>561</LineNumber> + <EnabledFlag>1</EnabledFlag> + <Address>134230510</Address> + <ByteObject>0</ByteObject> + <HtxType>0</HtxType> + <ManyObjects>0</ManyObjects> + <SizeOfObject>0</SizeOfObject> + <BreakByAccess>0</BreakByAccess> + <BreakIfRCount>1</BreakIfRCount> + <Filename>..\..\..\..\..\port\dwc2\usb_hc_dwc2.c</Filename> + <ExecCommand></ExecCommand> + <Expression>\\stm32f429igt6\../../../../../port/dwc2/usb_hc_dwc2.c\561</Expression> + </Bp> + <Bp> + <Number>3</Number> + <Type>0</Type> + <LineNumber>557</LineNumber> + <EnabledFlag>1</EnabledFlag> + <Address>0</Address> + <ByteObject>0</ByteObject> + <HtxType>0</HtxType> + <ManyObjects>0</ManyObjects> + <SizeOfObject>0</SizeOfObject> + <BreakByAccess>0</BreakByAccess> + <BreakIfRCount>0</BreakIfRCount> + <Filename>..\..\..\..\..\port\dwc2\usb_hc_dwc2.c</Filename> + <ExecCommand></ExecCommand> + <Expression></Expression> + </Bp> + </Breakpoint> <WatchWindow1> <Ww> <count>0</count> @@ -165,6 +230,11 @@ <WinNumber>1</WinNumber> <ItemText>chan_int</ItemText> </Ww> + <Ww> + <count>2</count> + <WinNumber>1</WinNumber> + <ItemText>msc_class</ItemText> + </Ww> </WatchWindow1> <Tracepoint> <THDelay>0</THDelay> @@ -240,7 +310,7 @@ <Group> <GroupName>Application/User/Core</GroupName> - <tvExp>0</tvExp> + <tvExp>1</tvExp> <tvExpOptDlg>0</tvExpOptDlg> <cbSel>0</cbSel> <RteFlg>0</RteFlg> 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 @@ <v6Rtti>0</v6Rtti> <VariousControls> <MiscControls></MiscControls> - <Define>USE_HAL_DRIVER,STM32F429xx,CONFIG_USBHOST_HIGH_WORKQ</Define> + <Define>USE_HAL_DRIVER,STM32F429xx</Define> <Undefine></Undefine> <IncludePath>../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</IncludePath> </VariousControls> |
