1. Aug 28, 2020
    • Hassan DRAGA's avatar
      Updating commands · 00a6ae02
      Hassan DRAGA authored
      Updating commands for "rules.d"
      00a6ae02
    • Hassan DRAGA's avatar
      Fixing wrong path · 61c5e395
      Hassan DRAGA authored
      It's seem etc folder no longer exist, now it's on "stlink/config/udev/rules.d" instead of "stlink/etc/udev/rules.d".
      61c5e395
  2. Aug 16, 2020
  3. Aug 08, 2020
  4. Jul 20, 2020
  5. Jul 19, 2020
  6. Jul 18, 2020
  7. Jul 06, 2020
  8. Jun 29, 2020
  9. Jun 27, 2020
  10. Jun 25, 2020
  11. Jun 22, 2020
  12. Jun 21, 2020
  13. Jun 20, 2020
    • Jan Bramkamp's avatar
      Add support for FreeBSD's libusb reimplementation · 54e5627a
      Jan Bramkamp authored
      FreeBSD reimplemented the libusb API, but their
      implementation of libusb_set_debug() expects an
      enum libusb_debug_level instead of an
      enum libusb_log_level. This causes excessive
      logging on FreeBSD drowning out all expected
      output.
      
      To keep the changes to other platforms minimal
      the FreeBSD specific code is kept inside an
      ifdef block and the enum values are recreated
      as magic numbers just like the log levels for
      other platforms.
      54e5627a
  14. Jun 19, 2020
  15. Jun 18, 2020
  16. Jun 17, 2020