1. c308334 icE1usb fw: Add USB control for the GPSDO function by Sylvain Munaut · 2 years, 4 months ago icE1usb-fw-0.2
  2. e76b643 icE1usb fw: Add GPSDO VCXO trimming loop by Sylvain Munaut · 2 years, 4 months ago
  3. 70c10f0 icE1usb fw: Expose the GPS NMEA data as a CDC ACM by Sylvain Munaut · 2 years, 4 months ago
  4. ef5fe38 icE1usb fw: Import GPS module driver code by Sylvain Munaut · 2 years, 4 months ago
  5. 7bed903 common fw: Add hexval() utility function by Sylvain Munaut · 2 years, 4 months ago
  6. 1b89f3b icE1usb fw: New ICE1USB_INTF_GET_ERRORS control request by Harald Welte · 2 years, 4 months ago
  7. 2c33f6d icE1usb fw: Add support for the ICE1USB_DEV_GET_FW_BUILD control request by Sylvain Munaut · 2 years, 4 months ago
  8. caf8cf9 icE1usb fw: Move handling of device-wide request in usb_dev.c by Sylvain Munaut · 2 years, 4 months ago
  9. 00b5762 icE1usb fw: Add access functions for the 'time' hardware by Sylvain Munaut · 2 years, 4 months ago
  10. be5a53a icE1usb fw: Add GPIO access functions by Sylvain Munaut · 2 years, 4 months ago
  11. 394748a icE1usb fw: Add function to enable/disable E1 led runner by Sylvain Munaut · 2 years, 4 months ago
  12. 5848f14 icE1usb fw: Add more hw units to config.h along with sys clock by Sylvain Munaut · 2 years, 4 months ago
  13. 51122af icE1usb fw: Add missing ice1usb_proto.h to dependency list by Sylvain Munaut · 2 years, 4 months ago
  14. 9c213e6 icE1usb fw: Add missing usb_e1.h in the Makefile header list by Sylvain Munaut · 2 years, 4 months ago
  15. c9c22a6 icE1usb fw: Have usb_e1 handle the E1 polling and multi port by Sylvain Munaut · 2 years, 4 months ago
  16. d8f33aa icE1usb fw: Fix the E1 shutdown process by Sylvain Munaut · 2 years, 4 months ago
  17. 0cc1613 icE1usb fw: Update E1 core start/stop procedure by Sylvain Munaut · 2 years, 4 months ago
  18. 9410bdf icE1usb fw: E1 core config update depending on state by Sylvain Munaut · 2 years, 4 months ago
  19. e98c033 icE1usb fw: Update LED status even in E1 FSM is in IDLE state by Sylvain Munaut · 2 years, 4 months ago
  20. 29d8209 icE1usb fw: Distinguish between E1 FIFO init and reset by Sylvain Munaut · 2 years, 4 months ago
  21. ace0932 icE1usb fw: Use helper functions to derive config value from struct by Sylvain Munaut · 2 years, 4 months ago
  22. 4fd7155 icE1usb fw: Reorganize functions in e1.{c,h} by Sylvain Munaut · 2 years, 4 months ago
  23. e9fe0dc icE1usb fw: Apply config reg field filter to e1_init call by Sylvain Munaut · 2 years, 4 months ago
  24. ab75c94 icE1usb fw: Add _MASK version for multibit fields in config regs by Sylvain Munaut · 2 years, 4 months ago
  25. 5e3fbfe icE1usb fw: Warn in case of unused variables by Sylvain Munaut · 2 years, 4 months ago
  26. b4d2579 icE1usb fw: Update list of debug commands by Sylvain Munaut · 2 years, 4 months ago
  27. d6737bb icE1usb fw: Disable the yellow led if LOS by Sylvain Munaut · 2 years, 4 months ago
  28. 2de84f8 icE1usb fw: Better flow regulation mechanism by Sylvain Munaut · 2 years, 4 months ago
  29. 0abe343 icE1usb fw: Don't prefill feedback by Sylvain Munaut · 2 years, 4 months ago
  30. 41c98b6 icE1usb fw: Add multi-port support in USB code by Sylvain Munaut · 2 years, 4 months ago
  31. 1d98709 icE1usb fw: Tweak descriptors in preparation for dual port support by Sylvain Munaut · 2 years, 4 months ago
  32. 3da5151 icE1usb fw: Add multi-port support for e1.{c,h} by Sylvain Munaut · 2 years, 4 months ago
  33. 436b775 icE1usb fw: Expose the ticks from multiple E1 ports in misc.{c,h} by Sylvain Munaut · 2 years, 4 months ago
  34. 8f31a9e icE1usb fw: Use 'int' as the default type for port index by Sylvain Munaut · 2 years, 4 months ago
  35. d108dfb icE1usb fw: Fix computation of received E1 frames from USB by Sylvain Munaut · 2 years, 4 months ago
  36. ff44f14 icE1usb fw: Use the interface/endpoints #define in usb_e1.c by Sylvain Munaut · 2 years, 4 months ago
  37. 0f40ee0 icE1usb fw: Vendor requests to other interface than 0 are not errors by Sylvain Munaut · 2 years, 4 months ago
  38. 0749d57 icE1usb fw: Remove useless variable in main loop by Sylvain Munaut · 2 years, 4 months ago
  39. 2c0c136 icE1usb fw: Misc cosmetic cleanup in e1.{c,h} / usb_e1.c by Sylvain Munaut · 2 years, 4 months ago
  40. 35856a1 icE1usb fw: Don't expose some E1 helper functions globally by Sylvain Munaut · 2 years, 4 months ago
  41. 8a5a9d4 icE1usb fw: Use #define's in descriptors for interface/endpoints ID by Sylvain Munaut · 2 years, 4 months ago
  42. 3c3ae79 icE1usb fw: Set wDetachTimeout to 0 in DFU descriptor by Sylvain Munaut · 2 years, 4 months ago
  43. 9674436 icE1usb fw: Cleanup USB code a bit by Sylvain Munaut · 2 years, 4 months ago
  44. 7cfe017 common fw: Add a 'panic' handler by Sylvain Munaut · 2 years, 4 months ago
  45. 4d9aea4 gateware/cores: Update USB core by Sylvain Munaut · 2 years, 4 months ago
  46. 51baa36 icE1usb firmware: Detect A-bit in TS0; report via USB + LED by Harald Welte · 2 years, 4 months ago
  47. d376b2e fw/ice40-riscv: Remove usb_ep_boot manual declaration by Sylvain Munaut · 3 years ago
  48. b9d9363 fw/icE1usb: Adapt the CDC descriptors to new structure from no2usb by Sylvain Munaut · 3 years ago
  49. 348f425 gateware: Update submodules by Sylvain Munaut · 3 years ago
  50. 20408d3 contrib/jenkins.sh: Switch from rita -> ftp.osmocom.org by Harald Welte · 3 years, 1 month ago
  51. b279fc3 manual: typo fix by Harald Welte · 3 years, 1 month ago
  52. 9e2e948 manual: Add link to DAHDI driver by Harald Welte · 3 years, 1 month ago
  53. 0b7f834 maunal: update firmware filenaming by Harald Welte · 3 years, 1 month ago
  54. 6c8858b manual: clarify download locations by Harald Welte · 3 years, 1 month ago
  55. 6101b1b manual: Fix USB ProductID swap between bootloader and application by Harald Welte · 3 years, 1 month ago
  56. 5329dc9 Revert "contrib/jenkins.sh: ugly work-around for PATH problems" by Oliver Smith · 3 years, 4 months ago
  57. d7c51ad contrib/jenkins: don't build osmo-gsm-manuals by Oliver Smith · 3 years, 4 months ago
  58. d37ed53 doc/manuals/Makefile: fix typo in 'srcdir' by Oliver Smith · 3 years, 4 months ago
  59. c121ca6 gitignore: add files from generating manuals by Oliver Smith · 3 years, 4 months ago
  60. dac6499 doc/manuals: support OSMO_GSM_MANUALS_DIR by Oliver Smith · 3 years, 4 months ago
  61. 9e7a21a osmo_e1f: Allow to transmit AIS by Harald Welte · 3 years, 5 months ago
  62. e6b0fe8 icE1usb fw: un-configure E1 when altsetting 0 is selected. by Harald Welte · 3 years, 5 months ago
  63. 805f2cf icE1usb fw: Expose error conditions from E1 driver by Harald Welte · 3 years, 5 months ago
  64. 9469e04 icE1usb fw: USB control request handling by Harald Welte · 3 years, 5 months ago
  65. 6add0aa icE1usb fw: Internal API for configuring E1 rx/tx config register by Harald Welte · 3 years, 5 months ago
  66. 7f74fe6 icE1usb fw: Don't store E1_*_CR_*_CLR in variables by Harald Welte · 3 years, 4 months ago
  67. f74dad7 icE1usb fw: Put E1 IP core register related #defines in e1_hw.h by Harald Welte · 3 years, 5 months ago
  68. 1e204b7 e1-tracer: update BOM attributes to 1st v2 prod run parts by Martin Schramm · 3 years, 5 months ago
  69. 5276567 icE1usb fw: Use green per-port LED to indicate alignment status by Harald Welte · 3 years, 5 months ago
  70. 2df1f80 icE1usb fw: Include E1 frame number in Rx USB header by Harald Welte · 3 years, 5 months ago
  71. daff4f6 icE1usb fw: Have e1_rx_need_data() optionally return FIFO position by Harald Welte · 3 years, 5 months ago
  72. 175b37c icE1usb fw: Use register bit #define instead of magic number by Harald Welte · 3 years, 5 months ago
  73. a59ef2b icE1usb fw: define e1_data_ptr() using e1_data_ofs() by Harald Welte · 3 years, 5 months ago
  74. 30fc560 icE1usb fw: cosmetic: more comments in the code by Harald Welte · 3 years, 5 months ago
  75. 6360c07 osmo_e1f: Fix inverted logic of E bits by Harald Welte · 3 years, 5 months ago
  76. d9a8f9a osmo_e1f.c: Fix CRC4 insertion by Harald Welte · 3 years, 5 months ago
  77. 2e7284b osmo_e1f: Fix use of uninitized variable by Harald Welte · 3 years, 5 months ago
  78. 61a23ea osmo_e1f.c: sa4..sa8 bits should be all-1 by default by Harald Welte · 3 years, 5 months ago
  79. 5a45005 osmo-e1-hardware: Fix missing PKG_CONFIG_PATH directory by Harald Welte · 3 years, 5 months ago
  80. 5ab3bfd contrib/jenkins.sh: ugly work-around for PATH problems by Harald Welte · 3 years, 5 months ago
  81. a624ef8 contrib/jenkins.sh 'publish' fixes by Harald Welte · 3 years, 5 months ago
  82. a878ac8 add missing icE1usb-usermanual-docinfo.xml by Harald Welte · 3 years, 5 months ago
  83. e7bccba add contrib/jenkins.sh for build verification + manual / firmware upload by Harald Welte · 3 years, 5 months ago
  84. 3255b74 firmware: Build firmware files with auto-generated version numbers by Harald Welte · 3 years, 5 months ago
  85. ae2c89e firmware: Rename fw_app.bin to icE1usb-fw.bin / e1_tracer-fw.bin by Harald Welte · 3 years, 5 months ago
  86. 7d4ba34 add udev.rules files for icE1usb and e1-tracer by Harald Welte · 3 years, 5 months ago e1_tracer-fw-0.1 icE1usb-fw-0.1
  87. 2b7dadf cosmetic: comment spelling by Harald Welte · 3 years, 5 months ago
  88. d645d44 First version of icE1usb user manual by Harald Welte · 3 years, 5 months ago
  89. 72865d8 move specifications to sub-directory by Harald Welte · 3 years, 5 months ago
  90. c827185 icE1usb: Mark some private functions as 'static' by Harald Welte · 3 years, 5 months ago
  91. 99196e9 e1-tracer: solve everything towards v2 by Martin Schramm · 3 years, 5 months ago
  92. 5ab1c6e gateware/README.md: Fix typo (CERL->CERN) by Harald Welte · 3 years, 6 months ago
  93. eb1b843 e1_xcvr: Give signals proper names by Harald Welte · 3 years, 6 months ago
  94. 4d9a04e firmware/ice40-riscv: Enable more build warnings by Sylvain Munaut · 3 years, 6 months ago
  95. 9067392 firmware/ice40-riscv/icE1usb: Remove a obsolete debug command by Sylvain Munaut · 3 years, 6 months ago
  96. 632a300 firmware/ice40-riscv: Add usb_e1.h by Sylvain Munaut · 3 years, 6 months ago
  97. de20fb7 firmware/ice40-riscv: Fix a couple of 'mixed signedness' warnings by Sylvain Munaut · 3 years, 6 months ago
  98. 5e0217e firmware/ice40-riscv/e1-tracer: Fix e1_tick_read() by Sylvain Munaut · 3 years, 6 months ago
  99. c704c07 firmware/ice40-riscv/e1-tracer: Remove CDC descriptors by Sylvain Munaut · 3 years, 6 months ago
  100. f0d1218 firmware/ice40-riscv/e1-tracer: Remove unused declaration of vio_set by Sylvain Munaut · 3 years, 6 months ago