Attention is currently required from: laforge. tnt has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/29948 )
Change subject: fw/e1-tracer: Additional USB configuration for "osmo-e1d compatible mode" ......................................................................
Patch Set 2: Code-Review+1
(1 comment)
File firmware/ice40-riscv/e1-tracer/usb_e1.c:
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/29948/comment/f5a5b4db_25cca... PS2, Line 173: usb_ep_regs[chan+1].in.status = USB_EP_TYPE_ISOC | USB_EP_BD_DUAL; /* Type=Isochronous, dual buffered */ I know you're just copying things around ATM, but really this should at some point be removed to use the usb_ep_reconf helper like in the _e1_set_intf from icE1usb firmware.