Ignore:
Timestamp:
Mar 15, 2011, 12:16:01 PM (14 years ago)
Author:
demin
Message:

swap ep6/ep8 and reorganize usb_jtag_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FirmwareFX2/dscr.a51

    r24 r136  
    169169        .db        DSCR_ENDPNT_LEN
    170170        .db        DSCR_ENDPNT
    171         .db        0x06                  ; bEndpointAddress (ep 6 OUT)
     171        .db        0x86                  ; bEndpointAddress (ep 6 IN)
    172172        .db        ET_BULK               ; bmAttributes
    173173        .db        0x00                  ; wMaxPacketSize (LSB)
     
    178178        .db        DSCR_ENDPNT_LEN
    179179        .db        DSCR_ENDPNT
    180         .db        0x88                  ; bEndpointAddress (ep 8 IN)
     180        .db        0x08                  ; bEndpointAddress (ep 8 OUT)
    181181        .db        ET_BULK               ; bmAttributes               
    182182        .db        0x00                  ; wMaxPacketSize (LSB)       
     
    285285        .db        DSCR_ENDPNT_LEN
    286286        .db        DSCR_ENDPNT
    287         .db        0x06             ; bEndpointAddress (ep 6 OUT)
     287        .db        0x86             ; bEndpointAddress (ep 6 IN)
    288288        .db        ET_BULK          ; bmAttributes
    289289        .db        0x40             ; wMaxPacketSize (LSB)
     
    295295        .db        DSCR_ENDPNT_LEN
    296296        .db        DSCR_ENDPNT
    297         .db        0x88             ; bEndpointAddress (ep 8 IN)
     297        .db        0x08             ; bEndpointAddress (ep 8 OUT)
    298298        .db        ET_BULK          ; bmAttributes
    299299        .db        0x40             ; wMaxPacketSize (LSB)
Note: See TracChangeset for help on using the changeset viewer.