1. b4d2579 icE1usb fw: Update list of debug commands by Sylvain Munaut · 2 years, 6 months ago
  2. d6737bb icE1usb fw: Disable the yellow led if LOS by Sylvain Munaut · 2 years, 6 months ago
  3. 2de84f8 icE1usb fw: Better flow regulation mechanism by Sylvain Munaut · 2 years, 6 months ago
  4. 0abe343 icE1usb fw: Don't prefill feedback by Sylvain Munaut · 2 years, 6 months ago
  5. 41c98b6 icE1usb fw: Add multi-port support in USB code by Sylvain Munaut · 2 years, 6 months ago
  6. 1d98709 icE1usb fw: Tweak descriptors in preparation for dual port support by Sylvain Munaut · 2 years, 6 months ago
  7. 3da5151 icE1usb fw: Add multi-port support for e1.{c,h} by Sylvain Munaut · 2 years, 6 months ago
  8. 436b775 icE1usb fw: Expose the ticks from multiple E1 ports in misc.{c,h} by Sylvain Munaut · 2 years, 6 months ago
  9. 8f31a9e icE1usb fw: Use 'int' as the default type for port index by Sylvain Munaut · 2 years, 6 months ago
  10. d108dfb icE1usb fw: Fix computation of received E1 frames from USB by Sylvain Munaut · 2 years, 6 months ago
  11. ff44f14 icE1usb fw: Use the interface/endpoints #define in usb_e1.c by Sylvain Munaut · 2 years, 6 months ago
  12. 0f40ee0 icE1usb fw: Vendor requests to other interface than 0 are not errors by Sylvain Munaut · 2 years, 6 months ago
  13. 0749d57 icE1usb fw: Remove useless variable in main loop by Sylvain Munaut · 2 years, 6 months ago
  14. 2c0c136 icE1usb fw: Misc cosmetic cleanup in e1.{c,h} / usb_e1.c by Sylvain Munaut · 2 years, 6 months ago
  15. 35856a1 icE1usb fw: Don't expose some E1 helper functions globally by Sylvain Munaut · 2 years, 6 months ago
  16. 8a5a9d4 icE1usb fw: Use #define's in descriptors for interface/endpoints ID by Sylvain Munaut · 2 years, 6 months ago
  17. 3c3ae79 icE1usb fw: Set wDetachTimeout to 0 in DFU descriptor by Sylvain Munaut · 2 years, 6 months ago
  18. 9674436 icE1usb fw: Cleanup USB code a bit by Sylvain Munaut · 2 years, 6 months ago
  19. 51baa36 icE1usb firmware: Detect A-bit in TS0; report via USB + LED by Harald Welte · 2 years, 6 months ago
  20. d376b2e fw/ice40-riscv: Remove usb_ep_boot manual declaration by Sylvain Munaut · 3 years, 1 month ago
  21. b9d9363 fw/icE1usb: Adapt the CDC descriptors to new structure from no2usb by Sylvain Munaut · 3 years, 1 month ago
  22. e6b0fe8 icE1usb fw: un-configure E1 when altsetting 0 is selected. by Harald Welte · 3 years, 7 months ago
  23. 805f2cf icE1usb fw: Expose error conditions from E1 driver by Harald Welte · 3 years, 7 months ago
  24. 9469e04 icE1usb fw: USB control request handling by Harald Welte · 3 years, 7 months ago
  25. 6add0aa icE1usb fw: Internal API for configuring E1 rx/tx config register by Harald Welte · 3 years, 7 months ago
  26. 7f74fe6 icE1usb fw: Don't store E1_*_CR_*_CLR in variables by Harald Welte · 3 years, 6 months ago
  27. f74dad7 icE1usb fw: Put E1 IP core register related #defines in e1_hw.h by Harald Welte · 3 years, 7 months ago
  28. 5276567 icE1usb fw: Use green per-port LED to indicate alignment status by Harald Welte · 3 years, 7 months ago
  29. 2df1f80 icE1usb fw: Include E1 frame number in Rx USB header by Harald Welte · 3 years, 7 months ago
  30. daff4f6 icE1usb fw: Have e1_rx_need_data() optionally return FIFO position by Harald Welte · 3 years, 7 months ago
  31. 175b37c icE1usb fw: Use register bit #define instead of magic number by Harald Welte · 3 years, 7 months ago
  32. a59ef2b icE1usb fw: define e1_data_ptr() using e1_data_ofs() by Harald Welte · 3 years, 7 months ago
  33. 30fc560 icE1usb fw: cosmetic: more comments in the code by Harald Welte · 3 years, 7 months ago
  34. 3255b74 firmware: Build firmware files with auto-generated version numbers by Harald Welte · 3 years, 7 months ago
  35. ae2c89e firmware: Rename fw_app.bin to icE1usb-fw.bin / e1_tracer-fw.bin by Harald Welte · 3 years, 7 months ago
  36. 2b7dadf cosmetic: comment spelling by Harald Welte · 3 years, 7 months ago
  37. c827185 icE1usb: Mark some private functions as 'static' by Harald Welte · 3 years, 7 months ago
  38. 4d9a04e firmware/ice40-riscv: Enable more build warnings by Sylvain Munaut · 3 years, 8 months ago
  39. 9067392 firmware/ice40-riscv/icE1usb: Remove a obsolete debug command by Sylvain Munaut · 3 years, 8 months ago
  40. 632a300 firmware/ice40-riscv: Add usb_e1.h by Sylvain Munaut · 3 years, 8 months ago
  41. de20fb7 firmware/ice40-riscv: Fix a couple of 'mixed signedness' warnings by Sylvain Munaut · 3 years, 8 months ago
  42. 46d6b41 firmware/ice40-riscv: Create a reboot() function by Sylvain Munaut · 3 years, 8 months ago
  43. 4ea7d27 firmware/ice40-riscv: Update no2usb core and fixup for API changes by Sylvain Munaut · 3 years, 8 months ago
  44. 5e86047 fw/icE1usb: Update to support production hardware by Sylvain Munaut · 3 years, 10 months ago
  45. 035e247 fw/ice40-riscv: Fix reboot to bootloader by Sylvain Munaut · 3 years, 10 months ago
  46. 1ac458f fw/icE1usb: Reorganize fields in misc peripheral by Sylvain Munaut · 3 years, 10 months ago
  47. c1d117b gateware/firmware: Match rx/tx tick order in register with doc by Sylvain Munaut · 3 years, 10 months ago
  48. bc9f5c4 fw/icE1usb: Import firmware for the icE1usb and icE1usb-proto boards by Sylvain Munaut · 3 years, 10 months ago