Skip to content

Commit

Permalink
changed pre-built package settings
Browse files Browse the repository at this point in the history
  • Loading branch information
libusb.win32.support@gmail.com committed Aug 25, 2011
1 parent ae71218 commit 9d75266
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BmFW/MCP/vs_build_and_package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ CALL :MakeOutput "BmFW - 1Intf[Interrupt_32],VendorBuffer"
CALL :StartConfig
CALL :AddConfig SINGLE_INTERFACE_WITH_ALTSETTINGS
CALL :AddConfig INTF0 EP_ISO
CALL :AddConfig USBGEN_EP_SIZE_INTF0 64
CALL :AddConfig USBGEN_EP_SIZE_INTF0 256
CALL :AddConfig VENDOR_BUFFER_ENABLED
CALL :EndConfig
CALL :MakeOutput "BmFW - 1Intf[ISO_64],VendorBuffer,2AltSettings"
CALL :MakeOutput "BmFW - 1Intf[ISO_256],VendorBuffer,2AltSettings"

CALL :StartConfig
CALL :AddConfig INTF0 EP_ISO
CALL :AddConfig USBGEN_EP_SIZE_INTF0 512
CALL :AddConfig USBGEN_EP_SIZE_INTF0 64
CALL :AddConfig VENDOR_BUFFER_ENABLED
CALL :EndConfig
CALL :MakeOutput "BmFW - 1Intf[ISO_512],VendorBuffer"
CALL :MakeOutput "BmFW - 1Intf[ISO_64],VendorBuffer"

:Test
CALL :StartConfig
Expand Down

0 comments on commit 9d75266

Please sign in to comment.